Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

  1. 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 18 15:26:00 UTC 2024
      45.8K bytes
      1 views
     
  2. 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 18 15:26:00 UTC 2024
      68.4K bytes
     
  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
    Sat May 18 15:26:00 UTC 2024
      37.8K bytes
     
  4. 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 18 15:26:00 UTC 2024
      47K bytes
     
Back to top