- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 541 - 550 of 1,829 for test (0.11 sec)
-
MLPClassifier — scikit-learn 1.6.0 documentation
X_test , y_train , y_test = train_test_split ( X ,...1]) >>> clf . score ( X_test , y_test ) 0.8... fit ( X , y ) [source]...scikit-learn.org/stable/modules/generated/sklearn.neural_network.MLPClassifier.html -
Features in Histogram Gradient Boosting Trees —...
import train_test_split X_train , X_test , y_train , y_test = train_test_split...train_test_split ( X , y , test_size = 0.4 , shuffle = False ) print...scikit-learn.org/stable/auto_examples/ensemble/plot_hgbt_regression.html -
Comparing random forests and the multi-output m...
X_test , y_train , y_test = train_test_split ( X ,...predict ( X_test ) y_rf = regr_rf . predict ( X_test ) # Plot the...scikit-learn.org/stable/auto_examples/ensemble/plot_random_forest_regression_multioutput.html -
LeaveOneGroupOut — scikit-learn 1.6.0 documenta...
f " Test: index= { test_index } , group= { groups [ test_index...indices for that split. test ndarray The testing set indices for that...scikit-learn.org/stable/modules/generated/sklearn.model_selection.LeaveOneGroupOut.html -
Successive Halving Iterations — scikit-learn 1....
The best candidate is the candidate that has the best score..."params_str" , values = "mean_test_score" ) ax = mean_scores ....scikit-learn.org/stable/auto_examples/model_selection/plot_successive_halving_iterations.html -
Explicit feature map approximation for RBF kern...
the second half: data_test , targets_test = ( data [ n_samples...2 :]) # data_test = scaler.transform(data_test) # Create a classifier:...scikit-learn.org/stable/auto_examples/miscellaneous/plot_kernel_approximation.html -
plot_release_highlights_1_5_0.ipynb
X_test, y_train, y_test = train_test_split(X, y, ...imator(classifier_05, X_test, y_test)" ] }, { "cell_type": "markdown",...scikit-learn.org/stable/_downloads/ae2d0a2ad69c5df5b93e5ea5c87d56b2/plot_release_highlights_1_5_0... -
LabelSpreading — scikit-learn 1.6.0 documentation
on a Text Dataset Semi-supervised Classification on a Text Dataset...the mean accuracy on the given test data and labels. In multi-label...scikit-learn.org/stable/modules/generated/sklearn.semi_supervised.LabelSpreading.html -
Microsoft's Controversial 'Recall' Feature is A...
Recall binaries on disk while we test add/remove. In a future update...by writes: Microsoft hasn't tested the underpinnings for long...tech.slashdot.org/story/24/11/24/2325257/microsofts-controversial-recall-feature-is-already-exper... -
org.seasar.dbflute.maven.plugin (DBFlute Maven ...
provides outside-sql-test goal to run outside-sql-test. ReplaceSchemaCommand...dbflute.seasar.org/maven/plugin/apidocs/org/seasar/dbflute/maven/plugin/package-summary.html