- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 301 - 310 of 930 for tests (0.13 sec)
-
4.2. Permutation feature importance — scikit-le...
model_selection import train_test_split >>> from sklearn.linear_model...X_val , y_train , y_val = train_test_split ( ... diabetes . data...scikit-learn.org/stable/modules/permutation_importance.html -
RBF SVM parameters — scikit-learn 1.6.1 documen...
and just applying it on the test set. from sklearn.preprocessing...StratifiedShuffleSpl ( n_splits = 5 , test_size = 0.2 , random_state =...scikit-learn.org/stable/auto_examples/svm/plot_rbf_parameters.html -
Elastic Observability [8.17] | Elastic
Write a synthetic test Write a synthetic test to check critical...browser monitors Write a synthetic test Configure individual monitors...www.elastic.co/guide/en/observability/current/index.html -
Release Highlights for scikit-learn 1.4 — sciki...
X_test , y_train , y_test = train_test_split ( X_adult...( "cv error on test sets:" , results [ "test_mse" ]) # Setting...scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_4_0.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... -
LassoCV — scikit-learn 1.6.1 documentation
test) splits as arrays of indices....n_folds) Mean square error for the test set on each fold, varying alpha....scikit-learn.org/stable/modules/generated/sklearn.linear_model.LassoCV.html -
power_transform — scikit-learn 1.6.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 -
Image denoising using kernel PCA — scikit-learn...
X_test , y_train , y_test = train_test_split ( X ,...0.25 , size = X_test . shape ) X_test_noisy = X_test + noise noise...scikit-learn.org/stable/auto_examples/applications/plot_digits_denoising.html -
LeavePOut — scikit-learn 1.6.1 documentation
Provides train/test indices to split data in train/test sets. This..." ) ... print ( f " Test: index= { test_index } " ) Fold 0: Train:...scikit-learn.org/stable/modules/generated/sklearn.model_selection.LeavePOut.html -
6.4. Imputation of missing values — scikit-lear...
X_test , y_train , _ = train_test_split ( X , y , test_size...SimpleImputer(missing_values=-1) >>> X_test = sp . csc_matrix ([[ - 1 ,...scikit-learn.org/stable/modules/impute.html