- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 521 - 530 of 1,345 for test (0.14 sec)
-
plot_release_highlights_1_7_0.zip
y_val = train_test_split(X, y, test_size=0.2, random_state=0)...y_train, y_val = train_test_split(X, y, test_size=0.2, random_state=0)\n\nclf...scikit-learn.org/stable/_downloads/0f052545c78541815099d62501f25a9e/plot_release_highlights_1_7_0... -
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 -
Photos capture Trump’s military parade and nati...
via Getty Images A paradegoer tests her strength in Washington....near Trump's Mar-a-Lago home in West Palm Beach, Fla., during a "No...www.nbcnews.com/politics/trump-administration/photos-trumps-military-parade-no-kings-protests-us-... -
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 -
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 -
Overview
outside-sql-test : Runs outside-sql-test.[sh|bat]. replace-schema...jdbc generate doc outside-sql-test replace-schema sql2entity manage...dbflute.seasar.org/maven/plugin/ -
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 -
EstimatorCheckFailedWarning — scikit-learn 1.7....
estimator check from the common tests fails. Parameters : estimator...Estimator instance for which the test failed. check_name str Name...scikit-learn.org/stable/modules/generated/sklearn.exceptions.EstimatorCheckFailedWarning.html -
課題追跡
dbflute.seasar.org/maven/plugin/ja/issue-tracking.html -
Crafting a minimal reproducer for scikit-learn ...
the train_test_split X_train , X_test , y_train , y_test = train_test_split...( X_test , y_test ) other_score = gbdt . score ( X_test , y_test...scikit-learn.org/stable/developers/minimal_reproducer.html