- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 341 - 350 of 1,456 for test (0.15 sec)
-
Getting started: Protect hosts with endpoint th...
To test drive your first deployment,...(EICAR) provides anti malware test files. If your company policy...www.elastic.co/guide/en/starting-with-the-elasticsearch-platform-and-its-solutions/8.18/getting-s... -
Comparing Nearest Neighbors with and without Ne...
X_test , y_train , y_test = train_test_split ( X ,...score = clf . score ( X_test , y_test ) _ , ax = plt . subplots...scikit-learn.org/stable/auto_examples/neighbors/plot_nca_classification.html -
Classifier comparison — scikit-learn 1.6.1 docu...
y_test = train_test_split ( X , y , test_size = 0.4 , random_state...the testing points ax . scatter ( X_test [:, 0 ], X_test [:,...scikit-learn.org/stable/auto_examples/classification/plot_classifier_comparison.html -
Non-negative least squares — scikit-learn 1.6.1...
import train_test_split X_train , X_test , y_train , y_test = train_test_split...train_test_split ( X , y , test_size = 0.5 ) Fit the Non-Negative...scikit-learn.org/stable/auto_examples/linear_model/plot_nnls.html -
Effect of varying threshold for self-training —...
train_index ] X_test = X [ test_index ] y_test = y [ test_index ] y_test_true...y_test_true = y_true [ test_index ] self_training_clf . fit (...scikit-learn.org/stable/auto_examples/semi_supervised/plot_self_training_varying_threshold.html -
Principal Component Regression vs Partial Least...
X_test , y_train , y_test = train_test_split ( X ,...scatter ( pca . transform ( X_test ), y_test , alpha = 0.3 , label =...scikit-learn.org/stable/auto_examples/cross_decomposition/plot_pcr_vs_pls.html -
Curve Fitting with Bayesian Ridge Regression — ...
increasing = True ) X_test = np . vander ( x_test , n_order + 1 , increasing...predict ( X_test , return_std = True ) ax . plot ( x_test , func (...scikit-learn.org/stable/auto_examples/linear_model/plot_bayesian_ridge_curvefit.html -
3.1. Cross-validation: evaluating estimator per...
available data as a test set X_test, y_test . Note that the word...X_train , X_test , y_train , y_test = train_test_split ( ......scikit-learn.org/stable/modules/cross_validation.html -
Examples of Using FrozenEstimator — scikit-lear...
X_test , y_train , y_test = train_test_split ( X ,...( X_test )[:, 1 ] clf_score = brier_score_loss ( y_test , prob_pos_clf...scikit-learn.org/stable/auto_examples/frozen/plot_frozen_examples.html -
1.13. Feature selection — scikit-learn 1.6.1 do...
the best features based on univariate statistical tests. It can...we can use a F-test to retrieve the two best features for a dataset...scikit-learn.org/stable/modules/feature_selection.html