- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 491 - 500 of 1,727 for test (0.12 sec)
-
Regularization path of L1- Logistic Regression ...
regularization on training and test error Effect of model regularization...regularization on training and test error Plot Ridge coefficients...scikit-learn.org/stable/auto_examples/linear_model/plot_logistic_path.html -
OutsideSqlTestCommandPlugin (DBFlute Maven Plug...
provides outside-sql-test goal to run outside-sql-test.[sh|bat]. 作成者:...dbflute.seasar.org/maven/plugin/apidocs/org/seasar/dbflute/maven/plugin/OutsideSqlTestCommandPlug... -
Multilabel classification using a classifier ch...
X_test , Y_train , Y_test = train_test_split ( X ,...predict ( X_test ) ovr_jaccard_score = jaccard_score ( Y_test , Y_pred_ovr...scikit-learn.org/stable/auto_examples/multioutput/plot_classifier_chain_yeast.html -
BuzzFeed Video
Eye Ladylike Lady tested, lady approved. Eye Made By...Bogus Beauty PLAY 12:10 Watch I Tested Custom Glass Slippers Like...www.buzzfeed.com/videos -
Pipelining: chaining a PCA and a logistic regre...
errorbar ( best_clfs [ components_col ], best_clfs [ "mean_test_score"...ents" is_max_test_score = pl . col ( "mean_test_score" ) == pl...scikit-learn.org/stable/auto_examples/compose/plot_digits_pipe.html -
maxabs_scale — scikit-learn 1.6.0 documentation
splitting into training and test sets. This will bias the model...information would have leaked from the test set to the training set. In...scikit-learn.org/stable/modules/generated/sklearn.preprocessing.maxabs_scale.html -
Version 0.20 — scikit-learn 1.6.0 documentation
text.CountVectorizer and other text vectorizers could...feature_extraction.text.CountVectorizer , feature_extraction.text.TfidfVectorizer...scikit-learn.org/stable/whats_new/v0.20.html -
Probabilistic predictions with Gaussian process...
according to the log-loss on test data. The figure shows that...train_size :], c = "g" , label = "Test data" , edgecolors = ( 0 , 0...scikit-learn.org/stable/auto_examples/gaussian_process/plot_gpc.html -
Column Transformer with Mixed Types — scikit-le...
X_test , y_train , y_test = train_test_split ( X ,...score ( X_test , y_test ) : .3f } " ) accuracy of the best model...scikit-learn.org/stable/auto_examples/compose/plot_column_transformer_mixed_types.html -
Permutation Importance with Multicollinear or C...
X_test , y_train , y_test = train_test_split ( X ,...accuracy on test data: { clf . score ( X_test , y_test ) : .2 }...scikit-learn.org/stable/auto_examples/inspection/plot_permutation_importance_multicollinear.html