- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 511 - 520 of 1,331 for test (0.94 sec)
-
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 -
plot_release_highlights_1_7_0.ipynb
y_val = train_test_split(X, y, test_size=0.2, random_state=0)\n\nclf...sklearn.model_selection import train_test_split\nfrom sklearn.pipeline...scikit-learn.org/stable/_downloads/b7d178d09f44d400894015228deb0ddb/plot_release_highlights_1_7_0... -
Ridge coefficients as a function of the L2 Regu...
our trained predictions to the test data and see the statistical...regularization on training and test error Effect of model regularization...scikit-learn.org/stable/auto_examples/linear_model/plot_ridge_coeffs.html -
fetch_lfw_pairs — scikit-learn 1.7.1 documentation
‘test’ for the development test set, and ‘10_folds’...Parameters : subset {‘train’, ‘test’, ‘10_folds’}, default=’train’...scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_lfw_pairs.html -
dbflute-maven-plugin - dbflute:generate-crud-ta...
dbflute.seasar.org/maven/plugin/ja/generate-crud-tablemeta-mojo.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 -
3.2. Tuning the hyper-parameters of an estimato...
and the best combination is retained. Examples See Nested versus...Advanced examples # See Nested versus non-nested cross-validation for...scikit-learn.org/stable/modules/grid_search.html -
Metadata Routing — scikit-learn 1.7.1 documenta...
raised: try : meta_est . fit ( X , y , test = my_weights ) except...work as expected. est = ExampleClassifier () est . fit ( X , y ,...scikit-learn.org/stable/auto_examples/miscellaneous/plot_metadata_routing.html -
DetCurveDisplay — scikit-learn 1.7.1 documentation
X_test , y_train , y_test = train_test_split ( ......X_train , X_test , y_train , y_test = train_test_split ( ......scikit-learn.org/stable/modules/generated/sklearn.metrics.DetCurveDisplay.html -
power_transform — scikit-learn 1.7.1 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.power_transform.html