Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 21 - 30 of 553 for tests (0.09 sec)

  1. feature_selection.rst.txt

    based on univariate statistical tests. It can be seen as a preprocessing...common univariate statistical tests for each feature: false positive...
    scikit-learn.org/stable/_sources/modules/feature_selection.rst.txt
    Wed Mar 27 16:42:11 UTC 2024
      14.3K bytes
      1 views
     
  2. sklearn.feature_selection.f_regression — scikit...

    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
    Wed Mar 27 16:42:11 UTC 2024
      28.2K bytes
      Cache
     
  3. Model selection: choosing estimators and their ...

    X_digits [ test ], y_digits [ test ]) ... for train , test in k_fold..., y_train ) . score ( X_test , y_test )) >>> print ( scores )...
    scikit-learn.org/stable/tutorial/statistical_inference/model_selection.html
    Tue Mar 26 15:09:55 UTC 2024
      49.6K bytes
      Cache
     
  4. sklearn.model_selection.cross_val_predict — sci...

    sample belongs to exactly one test set, and its prediction is computed...cross_val_score unless all tests sets have equal size and the...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.cross_val_predict.html
    Wed Mar 27 16:42:11 UTC 2024
      30.4K bytes
      Cache
     
  5. cross_validation.rst.txt

    available data as a **test set** ``X_test, y_test``. Note that the...>>> X_train, X_test, y_train, y_test = train_test_split( ... X,...
    scikit-learn.org/stable/_sources/modules/cross_validation.rst.txt
    Wed Mar 27 16:42:11 UTC 2024
      39.9K bytes
      6 views
     
  6. glossary.rst.txt

    common tests This refers to the tests run on almost every...``(train_idx, test_idx)`` pairs. Each of {train,test}_idx is a 1d...
    scikit-learn.org/stable/_sources/glossary.rst.txt
    Tue Mar 26 15:09:58 UTC 2024
      88.1K bytes
      1 views
     
  7. roadmap.rst.txt

    Improve scikit-learn common tests suite to make sure that (at...
    scikit-learn.org/stable/_sources/roadmap.rst.txt
    Tue Mar 26 15:09:55 UTC 2024
      11.7K bytes
     
  8. install.rst.txt

    running the full scikit-learn test suite via automated continuous...ckages\\sklearn\\datasets\\tests\\data\\openml\\292\\api-v1-...
    scikit-learn.org/stable/_sources/install.rst.txt
    Wed Mar 27 16:42:10 UTC 2024
      13.5K bytes
      1 views
     
  9. 1.10. Decision Trees — scikit-learn 1.4.1 docum...

    validate a model using statistical tests. That makes it possible to account...= 0 ) . fit ( X , y ) >>> X_test = np . array ([ np . nan ])...
    scikit-learn.org/stable/modules/tree.html
    Wed Mar 27 16:42:11 UTC 2024
      71.9K bytes
      Cache
     
  10. related_projects.rst.txt

    facilitates best practices for testing and documenting estimators....More focused on statistical tests and less on prediction than...
    scikit-learn.org/stable/_sources/related_projects.rst.txt
    Wed Mar 27 16:42:10 UTC 2024
      17.4K bytes
     
Back to top