Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 11 - 20 of 27 for tests (0.08 sec)

  1. 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
    Sat May 04 16:42:14 UTC 2024
      88.1K bytes
      1 views
     
  2. roadmap.rst.txt

    Improve scikit-learn common tests suite to make sure that (at...
    scikit-learn.org/stable/_sources/roadmap.rst.txt
    Sat May 04 16:42:14 UTC 2024
      11.7K bytes
     
  3. classes.rst.txt

    train_test_split .. _hyper_parameter_optimizers:...model_selection.permutation_test_score model_selection.validation_curve...
    scikit-learn.org/stable/_sources/modules/classes.rst.txt
    Sat May 04 16:42:15 UTC 2024
      41.8K bytes
     
  4. 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
    Sat May 04 16:42:15 UTC 2024
      10K bytes
     
  5. faq.rst.txt

    ^^^^^^^^^^ scikit-learn is regularly tested and maintained to work with...differently. Please refer to the test suite of the specific module...
    scikit-learn.org/stable/_sources/faq.rst.txt
    Sat May 04 16:42:15 UTC 2024
      23.4K bytes
      2 views
     
  6. 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
    Sat May 04 16:42:14 UTC 2024
      33K bytes
      2 views
     
  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
    Sat May 04 16:42:15 UTC 2024
      13.5K bytes
      1 views
     
  8. 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
    Sat May 04 16:42:14 UTC 2024
      17.4K bytes
     
  9. ensemble.rst.txt

    train_test_split >>> X_train, X_test, y_train, y_test = train_test_split(X,...X_train, X_test = X[:2000], X[2000:] >>> y_train, y_test = y[:2000],...
    scikit-learn.org/stable/_sources/modules/ensemble.rst.txt
    Sat May 04 16:42:14 UTC 2024
      68.4K bytes
     
  10. neighbors.rst.txt

    X_test, y_train, y_test = train_test_split(X, y, ......>>> print(nca_pipe.score(X_test, y_test)) 0.96190476... .. |nca_classification_1|...
    scikit-learn.org/stable/_sources/modules/neighbors.rst.txt
    Sat May 04 16:42:15 UTC 2024
      37.8K bytes
     
Back to top