- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 231 - 240 of 1,456 for test (0.14 sec)
-
Faces recognition example using eigenfaces and ...
X_test , y_train , y_test = train_test_split ( X , y , test_size...set and a test and keep 25% of the data for testing. X_train ,...scikit-learn.org/stable/auto_examples/applications/plot_face_recognition.html -
Kernel PCA — scikit-learn 1.6.1 documentation
X_test , y_train , y_test = train_test_split ( X ,..."Training data" ) test_ax . scatter ( X_test [:, 0 ], X_test [:, 1 ],...scikit-learn.org/stable/auto_examples/decomposition/plot_kernel_pca.html -
MultiTaskLasso — scikit-learn 1.6.1 documentation
n_features) Test samples. For some estimators...y_true.mean()) ** 2).sum() . The best possible score is 1.0 and it...scikit-learn.org/stable/modules/generated/sklearn.linear_model.MultiTaskLasso.html -
Demonstration of multi-metric evaluation on cro...
The best_estimator_ , best_index_ , best_score_ and best_params_...``gs.best_score_``, ``gs.best_params_`` and # ``gs.best_index_``...scikit-learn.org/stable/auto_examples/model_selection/plot_multi_metric_evaluation.html -
Lagged features for time series forecasting — s...
import train_test_split X_train , X_test , y_train , y_test = train_test_split...train_test_split ( X , y , test_size = 0.2 , random_state = 42 )...scikit-learn.org/stable/auto_examples/applications/plot_time_series_lagged_features.html -
Developer’s Guide — scikit-learn 1.6.1 document...
on GitHub Actions Testing and improving test coverage Monitoring...Numbers Numerical assertions in tests Developers’ Tips and Tricks...scikit-learn.org/stable/developers/index.html -
Multi-class AdaBoosted Decision Trees — scikit-...
import train_test_split X_train , X_test , y_train , y_test = train_test_split...the remaining 30 percent for testing. from sklearn.model_selection...scikit-learn.org/stable/auto_examples/ensemble/plot_adaboost_multiclass.html -
Shrinkage covariance estimation: LedoitWolf vs ...
coloring_matrix ) X_test = np . dot ( base_X_test , coloring_matrix...ymin , - cv . best_estimator_ . score ( X_test ), color = "cyan"...scikit-learn.org/stable/auto_examples/covariance/plot_covariance_estimation.html -
外だしSQLのタイトル (OutsideSqlTitle) | DBFlute
[df-outside-sql-test] [df-outside-sql-test] [Advice] [df-outside-sql-test]...[df-outside-sql-test] /* [df-outside-sql-test] [Simple Member...dbflute.seasar.org/ja/manual/function/genbafit/dbflutefit/outsidesqltitle/index.html -
Release Highlights for scikit-learn 0.22 — scik...
X_test , y_train , y_test = train_test_split ( X ,...plot_roc_curve(svc, X_test, y_test) # rfc_disp = plot_roc_curve(rfc, X_test, y_test,...scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_0_22_0.html