Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 11 - 16 of 16 for tests (0.05 sec)

  1. 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
    Sat May 11 22:20:02 UTC 2024
      30.2K bytes
      4 views
     
  2. 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 11 22:20:00 UTC 2024
      33K bytes
      2 views
     
  3. 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 11 22:20:02 UTC 2024
      68.4K bytes
     
  4. decomposition.rst.txt

    To also transform a test set :math:`X`, we multiply it...
    scikit-learn.org/stable/_sources/modules/decomposition.rst.txt
    Sat May 11 22:20:00 UTC 2024
      45.8K bytes
     
  5. 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
    Sat May 11 22:20:00 UTC 2024
      44.2K bytes
     
  6. v1.4.rst.txt

    train_test_split` in :pr:`26855` by `Tim...
    scikit-learn.org/stable/_sources/whats_new/v1.4.rst.txt
    Sat May 11 22:20:00 UTC 2024
      47K bytes
     
Back to top