- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 571 - 580 of 1,829 for test (0.12 sec)
-
scale — scikit-learn 1.6.0 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.scale.html -
Univariate Feature Selection — scikit-learn 1.6...
X_test , y_train , y_test = train_test_split ( X ,...format ( clf . score ( X_test , y_test ) ) ) svm_weights = np ....scikit-learn.org/stable/auto_examples/feature_selection/plot_feature_selection.html -
タイプセーフメール送信 (MailFlute) | LastaFlute
subject to show test environment or not mail.subject.test.prefix = [Test]...[Test] # The common return path of all mail mail.return.path...dbflute.seasar.org/ja/lastaflute/howto/architecture/typesafemail.html -
Version 0.15 — scikit-learn 1.7.dev0 documentation
only for running the tests. By Joel Nothman . Many documentation...and ROC examples now use train_test_split, and have more explanation...scikit-learn.org/dev/whats_new/v0.15.html -
Probabilistic predictions with Gaussian process...
according to the log-loss on test data. The figure shows that...train_size :], c = "g" , label = "Test data" , edgecolors = ( 0 , 0...scikit-learn.org/stable/auto_examples/gaussian_process/plot_gpc.html -
is_classifier — scikit-learn 1.7.dev0 documenta...
estimator object Estimator object to test. Returns : out bool True if...scikit-learn.org/dev/modules/generated/sklearn.base.is_classifier.html -
is_regressor — scikit-learn 1.6.0 documentation
instance Estimator object to test. Returns : out bool True if...scikit-learn.org/stable/modules/generated/sklearn.base.is_regressor.html -
power_transform — scikit-learn 1.6.0 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 -
Feature importances with a forest of trees — sc...
X_test , y_train , y_test = train_test_split ( X ,...permutation_importance ( forest , X_test , y_test , n_repeats = 10 , random_state...scikit-learn.org/stable/auto_examples/ensemble/plot_forest_importances.html -
RocCurveDisplay — scikit-learn 1.7.dev0 documen...
X_test , y_train , y_test = train_test_split ( ......X_train , X_test , y_train , y_test = train_test_split ( ......scikit-learn.org/dev/modules/generated/sklearn.metrics.RocCurveDisplay.html