Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 311 - 320 of 837 for tests (0.36 sec)

  1. Semi-supervised Classification on a Text Datase...

    X_test , y_train , y_test = train_test_split ( X ,..., X_train , y_train , X_test , y_test ): print ( "Number of training...
    scikit-learn.org/stable/auto_examples/semi_supervised/plot_semi_supervised_newsgroups.html
    Tue May 13 14:25:43 UTC 2025
      105K bytes
      Cache
     
  2. 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...
    Wed Apr 23 21:37:47 UTC 2025
      29.2K bytes
      Cache
     
  3. GMM covariances — scikit-learn 1.6.1 documentation

    train_index ] X_test = iris . data [ test_index ] y_test = iris . target...transAxes ) y_test_pred = estimator . predict ( X_test ) test_accuracy...
    scikit-learn.org/stable/auto_examples/mixture/plot_gmm_covariances.html
    Tue May 13 14:25:44 UTC 2025
      108.3K bytes
      Cache
     
  4. Target Encoder’s Internal Cross fitting — sciki...

    X_test , y_train , y_test = train_test_split ( X ,...score on test set: " , raw_model . score ( X_test , y_test )) Raw...
    scikit-learn.org/stable/auto_examples/preprocessing/plot_target_encoder_cross_val.html
    Tue May 13 14:25:46 UTC 2025
      112.2K bytes
      Cache
     
  5. Comparing randomized search and grid search for...

    "mean_test_score" ][ candidate ], results [ "std_test_score"...not carry over to a held-out test set. Note that in practice,...
    scikit-learn.org/stable/auto_examples/model_selection/plot_randomized_search.html
    Tue May 13 14:25:46 UTC 2025
      97.1K bytes
      Cache
     
  6. Nearest Neighbors regression — scikit-learn 1.6...

    axis = 0 ) X_test = np . linspace ( 0 , 5 , 500...X_train , y ) . predict ( X_test ) plt . subplot ( 2 , 1 , i...
    scikit-learn.org/stable/auto_examples/neighbors/plot_regression.html
    Tue May 13 14:25:44 UTC 2025
      91.4K bytes
      Cache
     
  7. sklearn.feature_selection — scikit-learn 1.6.1 ...

    pvalues below alpha based on a FPR test. SelectFromModel Meta-transformer...Univariate linear regression tests returning F-statistic and p-values....
    scikit-learn.org/stable/api/sklearn.feature_selection.html
    Tue May 13 14:25:44 UTC 2025
      122K bytes
      Cache
     
  8. 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
    Tue May 13 14:25:44 UTC 2025
      113.7K bytes
      Cache
     
  9. IsolationForest example — scikit-learn 1.6.1 do...

    X_test , y_train , y_test = train_test_split ( X ,...sklearn.model_selection import train_test_split n_samples , n_outliers...
    scikit-learn.org/stable/auto_examples/ensemble/plot_isolation_forest.html
    Tue May 13 14:25:44 UTC 2025
      119.2K bytes
      Cache
     
  10. Single estimator versus bagging: bias-variance ...

    ( y ) X_test , y_test = generate ( n_samples = n_test , noise...training set n_test = 1000 # Size of the test set noise = 0.1...
    scikit-learn.org/stable/auto_examples/ensemble/plot_bias_variance.html
    Tue May 13 14:25:46 UTC 2025
      115.7K bytes
      Cache
     
Back to top