Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1 - 10 of 15 for tests (0.08 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
    Mon May 06 15:51:01 UTC 2024
      14.3K bytes
      1 views
     
  2. linear_model.rst.txt

    * Medical Drug Testing: probability of curing a patient...
    scikit-learn.org/stable/_sources/modules/linear_model.rst.txt
    Mon May 06 15:50:59 UTC 2024
      77.9K bytes
      7 views
     
  3. 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
    Mon May 06 15:51:01 UTC 2024
      88.1K bytes
      1 views
     
  4. roadmap.rst.txt

    Improve scikit-learn common tests suite to make sure that (at...
    scikit-learn.org/stable/_sources/roadmap.rst.txt
    Mon May 06 15:51:01 UTC 2024
      11.7K bytes
     
  5. getting_started.rst.txt

    X_test, y_train, y_test = train_test_split(X, y, random_state=0)...>>> X_train, X_test, y_train, y_test = train_test_split(X, y, random_state=0)...
    scikit-learn.org/stable/_sources/getting_started.rst.txt
    Mon May 06 15:51:01 UTC 2024
      10K bytes
     
  6. preprocessing.rst.txt

    X_test, y_train, y_test = train_test_split(X, y, random_state=42)...pipe.score(X_test, y_test) # apply scaling on testing data, without...
    scikit-learn.org/stable/_sources/modules/preprocessing.rst.txt
    Mon May 06 15:51:00 UTC 2024
      52.7K bytes
     
  7. 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
    Mon May 06 15:51:01 UTC 2024
      13.5K bytes
      1 views
     
  8. grid_search.rst.txt

    iter n_resources mean_test_score params ==== ====== ==========...done by using the :func:`train_test_split` utility function. Parallelism...
    scikit-learn.org/stable/_sources/modules/grid_search.rst.txt
    Mon May 06 15:51:01 UTC 2024
      33K bytes
      2 views
     
  9. testimonials.rst.txt

    but its careful and well tested implementation give us the...Moreover, its consistent API, well-tested code and permissive licensing...
    scikit-learn.org/stable/_sources/testimonials/testimonials.rst.txt
    Mon May 06 15:50:59 UTC 2024
      30.2K bytes
      4 views
     
  10. decomposition.rst.txt

    To also transform a test set :math:`X`, we multiply it...
    scikit-learn.org/stable/_sources/modules/decomposition.rst.txt
    Mon May 06 15:51:00 UTC 2024
      45.8K bytes
     
Back to top