- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 171 - 180 of 931 for tests (0.09 sec)
-
LedoitWolf — scikit-learn 1.6.1 documentation
: X_test array-like of shape (n_samples, n_features) Test data...the observations. score ( X_test , y = None ) [source] # Compute...scikit-learn.org/stable/modules/generated/sklearn.covariance.LedoitWolf.html -
Out-of-core classification of text documents — ...
- tick test_stats [ "n_test" ] += len ( y_test ) test_stats [...%(n_test)6d test docs ( %(n_test_pos)6d positive) " % test_stats...scikit-learn.org/stable/auto_examples/applications/plot_out_of_core_classification.html -
Release Highlights for scikit-learn 1.5 — sciki...
X_test , y_train , y_test = train_test_split ( X ,...from_estimator ( classifier_05 , X_test , y_test ) Lowering the threshold,...scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_5_0.html -
Shrinkage covariance estimation: LedoitWolf vs ...
coloring_matrix ) X_test = np . dot ( base_X_test , coloring_matrix...n_samples , n_features )) base_X_test = np . random . normal ( size...scikit-learn.org/stable/auto_examples/covariance/plot_covariance_estimation.html -
Tweedie regression on insurance claims — scikit...
( "test" , X_test , df_test ), ]: y , _weights...train_test_split df_train , df_test , X_train , X_test = train_test_split...scikit-learn.org/stable/auto_examples/linear_model/plot_tweedie_regression_insurance_claims.html -
Live updates: Judge halts Trump’s funding freez...
Trump’s endorsement faces first tests of his presidency in Florida...endorsement will face the first tests of his second term today in...www.nbcnews.com/politics/politics-news/live-blog/trump-aid-freeze-immigration-dei-live-updates-rc... -
plot_classifier_comparison.zip
and test part X, y = ds X_train, X_test, y_train, y_test = train_test_split(...Plot the testing points ax.scatter( X_test[:, 0], X_test[:, 1],...scikit-learn.org/stable/_downloads/ce35bcc69acbd491cf7ac77fa17889d5/plot_classifier_comparison.zip -
preprocessing.rst.txt
X_test, y_train, y_test = train_test_split(X, y, random_state=42)...pipe.score(X_test, y_test) # apply scaling on testing data, without...scikit-learn.org/stable/_sources/modules/preprocessing.rst.txt -
Comparison between grid search and successive h...
is_sh : # SH dataframe: get mean_test_score values for the highest...= "param_C" , values = "mean_test_score" , aggfunc = "last" ,...scikit-learn.org/stable/auto_examples/model_selection/plot_successive_halving_heatmap.html -
Gradient Boosting regression — scikit-learn 1.6...
X_test , y_train , y_test = train_test_split ( X ,...mean_squared_error ( y_test , reg . predict ( X_test )) print ( "The...scikit-learn.org/stable/auto_examples/ensemble/plot_gradient_boosting_regression.html