Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

  1. 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
    Tue May 28 11:51:33 UTC 2024
      17.4K bytes
     
  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
    Tue May 28 11:51:33 UTC 2024
      32.8K bytes
      2 views
     
  3. decomposition.rst.txt

    To also transform a test set :math:`X`, we multiply it...
    scikit-learn.org/stable/_sources/modules/decomposition.rst.txt
    Tue May 28 11:51:33 UTC 2024
      45.8K bytes
      1 views
     
  4. 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
    Tue May 28 11:51:34 UTC 2024
      72.8K bytes
     
  5. 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
    Tue May 28 11:51:31 UTC 2024
      37.9K bytes
     
  6. 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
    Tue May 28 11:51:32 UTC 2024
      44.2K bytes
     
Back to top