- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 451 - 460 of 1,322 for test (0.79 sec)
-
Ridge coefficients as a function of the L2 Regu...
our trained predictions to the test data and see the statistical...regularization on training and test error Effect of model regularization...scikit-learn.org/stable/auto_examples/linear_model/plot_ridge_coeffs.html -
power_transform — scikit-learn 1.7.2 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 -
maihamadb properties
test.prefix Env Lang Property uq Comment - - [Test] 1 The...to show test environment or not integration - [Test] 1 The prefix...dbflute.seasar.org/ja/data/doc/harbor/properties-maihamadb.html -
MultiTaskElasticNetCV — scikit-learn 1.7.2 docu...
are tested by cross-validation and the one giving the best prediction...default=None Values of alphas to test along the regularization path,...scikit-learn.org/stable/modules/generated/sklearn.linear_model.MultiTaskElasticNetCV.html -
NuSVC — scikit-learn 1.7.2 documentation
n_features) or (n_samples_test, n_samples_train) For kernel=”precomputed”,...expected shape of X is (n_samples_test, n_samples_train). Returns :...scikit-learn.org/stable/modules/generated/sklearn.svm.NuSVC.html -
fetch_species_distributions — scikit-learn 1.7....
scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_species_distributions.html -
fetch_lfw_pairs — scikit-learn 1.7.2 documentation
‘test’ for the development test set, and ‘10_folds’...Parameters : subset {‘train’, ‘test’, ‘10_folds’}, default=’train’...scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_lfw_pairs.html -
1.4. Support Vector Machines — scikit-learn 1.7...
X_test , y_train , y_test = train_test_split ( X ,...examples >>> gram_test = np . dot ( X_test , X_train . T ) >>>...scikit-learn.org/stable/modules/svm.html -
robust_scale — scikit-learn 1.7.2 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.robust_scale.html -
AdaBoostRegressor — scikit-learn 1.7.2 document...
coefficient of determination on test data. The coefficient of determination,...shape (n_samples, n_features) Test samples. For some estimators...scikit-learn.org/stable/modules/generated/sklearn.ensemble.AdaBoostRegressor.html