Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

  1. feature_selection.rst.txt

    the best features based on univariate statistical tests. It can...we can use a F-test to retrieve the two best features for a dataset...
    scikit-learn.org/stable/_sources/modules/feature_selection.rst.txt
    Thu May 02 15:42:32 UTC 2024
      14.3K bytes
      1 views
     
  2. model_evaluation.rst.txt

    ratio (pre-test and post-tests): .. math:: \text{post-test odds} =...\frac{\text{pre-test probability}}{1 - \text{pre-test probability}},...
    scikit-learn.org/stable/_sources/modules/model_evaluation.rst.txt
    Tue Apr 30 16:14:28 UTC 2024
      118.5K bytes
      2 views
     
  3. 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
    Mon Apr 29 15:57:10 UTC 2024
      7.7K bytes
     
  4. 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 May 02 15:42:34 UTC 2024
      144.7K bytes
      5 views
     
  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 May 02 15:42:32 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
    Tue Apr 30 16:14:29 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
    Thu May 02 15:42:34 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 May 02 15:42:32 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 May 02 15:42:32 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 May 02 15:42:32 UTC 2024
      40.9K bytes
     
Back to top