- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 371 - 380 of 1,333 for test (0.12 sec)
-
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 -
SelectFpr — scikit-learn 1.7.0 documentation
a FPR test. FPR test stands for False Positive Rate test. It controls...simple estimators as well as on nested objects (such as Pipeline )....scikit-learn.org/stable/modules/generated/sklearn.feature_selection.SelectFpr.html -
Prediction Latency — scikit-learn 1.7.0 documen...
X_test , y_train , y_test = train_test_split ( X ,..., X_test , y_test = generate_dataset ( n_train , n_test , n )...scikit-learn.org/stable/auto_examples/applications/plot_prediction_latency.html -
Balance model complexity and cross-validated sc...
"mean_test_score" : test_scores , "std_test_score" : grid...std of test scores mean_test_scores = np . mean ( test_scores...scikit-learn.org/stable/auto_examples/model_selection/plot_grid_search_refit_callable.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 -
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 -
6. Visualizations — scikit-learn 1.7.0 document...
X_test , y_train , y_test = train_test_split ( X ,...X_train , X_test , y_train , y_test = train_test_split ( X ,...scikit-learn.org/stable/visualizations.html -
RBF SVM parameters — scikit-learn 1.7.0 documen...
best_params_ , grid . best_score_ ) ) The best parameters...and just applying it on the test set. from sklearn.preprocessing...scikit-learn.org/stable/auto_examples/svm/plot_rbf_parameters.html -
Developer’s Guide — scikit-learn 1.7.0 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