- Sort Score
- Result 20 results
- Languages All
- Labels All
Results 321 - 340 of 1,208 for test (0.58 sec)
-
Statistical comparison of models using grid sea...
"rank_test_score" , "mean_test_score" , "std_test_score" ]]...params rank_test_score mean_test_score std_test_score kernel...scikit-learn.org/stable/auto_examples/model_selection/plot_grid_search_stats.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 -
GMM covariances — scikit-learn 1.5.2 documentation
train_index ] X_test = iris . data [ test_index ] y_test = iris . target...transAxes ) y_test_pred = estimator . predict ( X_test ) test_accuracy...scikit-learn.org/stable/auto_examples/mixture/plot_gmm_covariances.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 -
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 -
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 -
Kernel PCA — scikit-learn 1.5.2 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 -
Prediction Latency — scikit-learn 1.5.2 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 -
Dimensionality Reduction with Neighborhood Comp...
train/test X_train , X_test , y_train , y_test = train_test_split...( model . transform ( X_test ), y_test ) # Embed the data set...scikit-learn.org/stable/auto_examples/neighbors/plot_nca_dim_reduction.html -
Custom refit strategy of a grid search with cro...
import train_test_split X_train , X_test , y_train , y_test = train_test_split..., "mean_test_recall" , "std_test_recall" , "mean_test_precision"...scikit-learn.org/stable/auto_examples/model_selection/plot_grid_search_digits.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 -
Getting Started — scikit-learn 1.6.dev0 documen...
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/dev/getting_started.html -
Probability Calibration curves — scikit-learn 1...
X_test , y_train , y_test = train_test_split ( X ,...from_estimator ( clf , X_test , y_test , n_bins = 10 , name = name...scikit-learn.org/stable/auto_examples/calibration/plot_calibration_curve.html -
Linear Regression Example — scikit-learn 1.5.2 ...
scatter ( diabetes_X_test , diabetes_y_test , color = "black" )...Split the data into training/testing sets diabetes_X_train = diabetes_X...scikit-learn.org/stable/auto_examples/linear_model/plot_ols.html -
Gradient Boosting regularization — scikit-learn...
X_test , y_train , y_test = train_test_split ( X ,...( X_test )): test_deviance [ i ] = 2 * log_loss ( y_test , y_proba...scikit-learn.org/stable/auto_examples/ensemble/plot_gradient_boosting_regularization.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 -
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 -
Release Highlights for scikit-learn 0.23 — scik...
X_test , y_train , y_test = train_test_split ( X ,...score ( X_test , y_test )) print ( gbdt . score ( X_test , y_test...scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_0_23_0.html -
Probability calibration of classifiers — scikit...
y_test , sw_train , sw_test = train_test_split ( X , y , sample_weight...split train, test for calibration X_train , X_test , y_train ,...scikit-learn.org/stable/auto_examples/calibration/plot_calibration.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