Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 11 - 19 of 19 for tests (0.07 sec)

  1. 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
    Wed Jun 05 00:53:47 UTC 2024
      72.8K bytes
     
  2. 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
    Wed Jun 05 23:00:24 UTC 2024
      25.7K bytes
      4 views
     
  3. 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
    Wed Jun 05 23:00:23 UTC 2024
      37.9K bytes
     
  4. roadmap.rst.txt

    Improve scikit-learn common tests suite to make sure that (at...
    scikit-learn.org/stable/_sources/roadmap.rst.txt
    Fri May 31 14:06:06 UTC 2024
      11.7K bytes
     
  5. 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
    Wed Jun 05 00:53:47 UTC 2024
      32.8K bytes
      2 views
     
  6. feature_extraction.rst.txt

    testing.assert_array_equal(one_image,...
    scikit-learn.org/stable/_sources/modules/feature_extraction.rst.txt
    Wed Jun 05 00:53:44 UTC 2024
      43.6K bytes
     
  7. decomposition.rst.txt

    To also transform a test set :math:`X`, we multiply it...
    scikit-learn.org/stable/_sources/modules/decomposition.rst.txt
    Wed Jun 05 00:53:46 UTC 2024
      45.8K bytes
      1 views
     
  8. v1.3.rst.txt

    and test curves by default. You can set `score_type="test"` to...`return_indices` to return the train-test indices of each cv split. :pr:`25659`...
    scikit-learn.org/stable/_sources/whats_new/v1.3.rst.txt
    Wed Jun 05 23:00:22 UTC 2024
      44.2K bytes
     
  9. v1.4.rst.txt

    train_test_split` in :pr:`26855` by `Tim...
    scikit-learn.org/stable/_sources/whats_new/v1.4.rst.txt
    Fri May 31 14:06:06 UTC 2024
      46.8K bytes
     
Back to top