Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 151 - 160 of 1,158 for test (0.09 sec)

  1. Understanding the decision tree structure — sci...

    X_test , y_train , y_test = train_test_split ( X ,...decision_path ( X_test ) leaf_id = clf . apply ( X_test ) sample_id...
    scikit-learn.org/stable/auto_examples/tree/plot_unveil_tree_structure.html
    Fri May 31 14:06:06 UTC 2024
      125.1K bytes
      Cache
     
  2. Version 0.18 — scikit-learn 1.6.dev0 documentation

    'split0_test_score' ), as well as their mean ( 'mean_test_score'...sklearn.model_selection.train_test_split raised an error when stratify...
    scikit-learn.org/dev/whats_new/v0.18.html
    Fri May 31 14:06:03 UTC 2024
      135.7K bytes
      Cache
      Similar Results (1)
     
  3. f_regression — scikit-learn 1.5.0 documentation

    Comparison of F-test and mutual information Comparison of F-test and mutual...Univariate linear regression tests returning F-statistic and p-values....
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.f_regression.html
    Fri May 31 14:06:07 UTC 2024
      124.2K bytes
      Cache
     
  4. Restricted Boltzmann Machine features for digit...

    X_test , Y_train , Y_test = train_test_split ( X ,...sklearn.model_selection import train_test_split from sklearn.preprocessing...
    scikit-learn.org/stable/auto_examples/neural_networks/plot_rbm_logistic_classification.html
    Fri May 31 14:06:06 UTC 2024
      122.6K bytes
      Cache
     
  5. Sample pipeline for text feature extraction and...

    ) data_test = fetch_20newsgroups ( subset = "test" , categories...vect__norm: l1 test_accuracy = random_search . score ( data_test . data...
    scikit-learn.org/stable/auto_examples/model_selection/plot_grid_search_text_feature_extraction.html
    Fri May 31 14:06:06 UTC 2024
      153.6K bytes
      Cache
     
  6. ExtraTreeRegressor — scikit-learn 1.5.0 documen...

    X_test , y_train , y_test = train_test_split ( ......y_train ) >>> reg . score ( X_test , y_test ) 0.33... apply ( X , check_input...
    scikit-learn.org/stable/modules/generated/sklearn.tree.ExtraTreeRegressor.html
    Fri May 31 14:06:07 UTC 2024
      175.3K bytes
      Cache
     
  7. Glossary of Common Terms and API Elements — sci...

    common tests # This refers to the tests run on almost...(train_idx, test_idx) pairs. Each of {train,test}_idx is a 1d...
    scikit-learn.org/dev/glossary.html
    Fri May 31 14:06:06 UTC 2024
      214.2K bytes
      Cache
      Similar Results (1)
     
  8. Inside RFK Jr. VP pick Nicole Shanahan’s conspi...

    that Covid was a “compliance test” designed to keep people indoors,...
    www.nbcnews.com/politics/2024-election/nicole-shanahan-rfk-jr-vice-president-beliefs-rcna153535
    Fri May 24 00:52:39 UTC 2024
      355.8K bytes
      Cache
     
  9. Nested versus non-nested cross-validation — sci...

    ) non_nested_scores [ i ] = clf . best_score_ # Nested CV with...[ non_nested_scores_line , nested_line ], [ "Non-Nested CV" ,...
    scikit-learn.org/stable/auto_examples/model_selection/plot_nested_cross_validation_iris.html
    Fri May 31 14:06:06 UTC 2024
      101.6K bytes
      Cache
     
  10. check_estimator — scikit-learn 1.5.0 documentation

    function will run an extensive test-suite for input validation,...own estimator . Additional tests for classifiers, regressors,...
    scikit-learn.org/stable/modules/generated/sklearn.utils.estimator_checks.check_estimator.html
    Fri May 31 14:06:04 UTC 2024
      115K bytes
      Cache
     
Back to top