Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 341 - 350 of 1,456 for test (0.15 sec)

  1. 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...
    Tue Apr 15 10:11:42 UTC 2025
      29.2K bytes
      Cache
     
  2. 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
    Sat Apr 19 00:31:21 UTC 2025
      97.8K bytes
      Cache
     
  3. 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
    Sat Apr 19 00:31:22 UTC 2025
      113.7K bytes
      Cache
     
  4. 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
    Sat Apr 19 00:31:22 UTC 2025
      93.3K bytes
      Cache
     
  5. 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
    Sat Apr 19 00:31:22 UTC 2025
      102.6K bytes
      Cache
     
  6. 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
    Sat Apr 19 00:31:22 UTC 2025
      112.7K bytes
      Cache
     
  7. 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
    Sat Apr 19 00:31:22 UTC 2025
      98.2K bytes
      Cache
     
  8. 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
    Sat Apr 19 00:31:21 UTC 2025
      158.6K bytes
      1 views
      Cache
     
  9. 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
    Sat Apr 19 00:31:21 UTC 2025
      100.9K bytes
      Cache
     
  10. 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
    Sat Apr 19 00:31:22 UTC 2025
      73.2K bytes
      Cache
     
Back to top