Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 21 - 30 of 36 for tests (0.09 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
    Mon Apr 29 15:57:10 UTC 2024
      68.4K bytes
     
  2. 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 Apr 30 16:14:29 UTC 2024
      37.8K bytes
     
  3. 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
    Fri May 03 17:04:25 UTC 2024
      10K bytes
     
  4. preprocessing.rst.txt

    X_test, y_train, y_test = train_test_split(X, y, random_state=42)...pipe.score(X_test, y_test) # apply scaling on testing data, without...
    scikit-learn.org/stable/_sources/modules/preprocessing.rst.txt
    Fri May 03 17:04:25 UTC 2024
      52.7K bytes
     
  5. plot_release_highlights_1_4_0.rst.txt

    X_test, y_train, y_test = train_test_split(X_adult,...n(X_test) print(f"ROC AUC score is {roc_auc_score(y_test, y_decision)}")...
    scikit-learn.org/stable/_sources/auto_examples/release_highlights/plot_release_highlights_1_4_0.r...
    Fri May 03 17:04:25 UTC 2024
      40.9K bytes
     
  6. 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
    Fri May 03 17:04:24 UTC 2024
      23.4K bytes
      2 views
     
  7. 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
    Mon Apr 29 15:57:10 UTC 2024
      44.2K bytes
     
  8. 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
    Thu May 02 15:42:34 UTC 2024
      33K bytes
      2 views
     
  9. 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
    Fri May 03 17:04:25 UTC 2024
      30.2K bytes
      4 views
     
  10. 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 03 17:04:25 UTC 2024
      47K bytes
     
Back to top