Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 11 - 20 of 38 for test (0.09 sec)

  1. index.rst.txt

    example compares non-nested and nested cross-validation strategies...class="sphx-glr-thumbnail-title">Nested versus non-nested cross-validation</div>...
    scikit-learn.org/stable/_sources/auto_examples/index.rst.txt
    Thu Apr 18 11:07:00 UTC 2024
      144.7K bytes
      5 views
     
  2. linear_model.rst.txt

    cost of :math:`O(n_{\text{samples}} n_{\text{features}}^2)`, assuming...that :math:`n_{\text{samples}} \geq n_{\text{features}}`. .....
    scikit-learn.org/stable/_sources/modules/linear_model.rst.txt
    Thu Apr 18 11:07:01 UTC 2024
      77.9K bytes
      7 views
     
  3. about.rst.txt

    please see `What's the best way to ask questions about scikit-learn.../stable/faq.html#what-s-the-best-way-to-get-help-on-scikit-learn-usage>`_...
    scikit-learn.org/stable/_sources/about.rst.txt
    Thu Apr 18 11:07:01 UTC 2024
      16.5K bytes
      3 views
     
  4. plot_classifier_comparison.rst.txt

    and test part X, y = ds X_train, X_test, y_train, y_test = train_test_split(...Plot the testing points ax.scatter( X_test[:, 0], X_test[:, 1],...
    scikit-learn.org/stable/_sources/auto_examples/classification/plot_classifier_comparison.rst.txt
    Thu Apr 18 11:06:59 UTC 2024
      7.7K bytes
     
  5. 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
    Thu Apr 18 11:06:59 UTC 2024
      10K bytes
     
  6. support.rst.txt

    about repository updates and test failures on the `scikit-learn-commits...
    scikit-learn.org/stable/_sources/support.rst.txt
    Thu Apr 18 11:07:00 UTC 2024
      2.9K bytes
     
  7. preprocessing.rst.txt

    K_{test} - 1'_{\text{n}_{samples}} K - K_{test} 1_{\text{n}_{samples}}...>>> X_train, X_test, y_train, y_test = train_test_split(X, y, random_state=42)...
    scikit-learn.org/stable/_sources/modules/preprocessing.rst.txt
    Mon Apr 15 14:09:28 UTC 2024
      52.7K bytes
     
  8. glossary.rst.txt

    common tests This refers to the tests run on almost every...``(train_idx, test_idx)`` pairs. Each of {train,test}_idx is a 1d...
    scikit-learn.org/stable/_sources/glossary.rst.txt
    Thu Apr 18 11:06:59 UTC 2024
      88.1K bytes
      1 views
     
  9. faq.rst.txt

    :ref:`text_feature_extraction` for the built-in *text vectorizers*....^^^^^^^^^^ scikit-learn is regularly tested and maintained to work with...
    scikit-learn.org/stable/_sources/faq.rst.txt
    Thu Apr 18 11:07:01 UTC 2024
      23.4K bytes
      2 views
     
  10. 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...
    Thu Apr 18 11:07:00 UTC 2024
      40.9K bytes
     
Back to top