Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 11 - 20 of 38 for test (0.14 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
    Wed May 15 13:59:41 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
    Wed May 15 13:59:41 UTC 2024
      118.5K bytes
      2 views
     
  3. 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
    Wed May 15 13:59:41 UTC 2024
      144.7K bytes
      5 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
    Tue May 14 20:49:02 UTC 2024
      7.7K bytes
     
  5. support.rst.txt

    about repository updates and test failures on the `scikit-learn-commits...
    scikit-learn.org/stable/_sources/support.rst.txt
    Wed May 15 13:59:40 UTC 2024
      2.9K bytes
     
  6. 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
    Wed May 15 13:59:40 UTC 2024
      10K 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
    Wed May 15 13:59:40 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
    Tue May 14 20:49:02 UTC 2024
      88.1K bytes
      1 views
     
  9. classes.rst.txt

    _text_feature_extraction_ref: From text --------- .....feature_extraction.text.CountVectorizer feature_extraction.text.HashingVectorizer...
    scikit-learn.org/stable/_sources/modules/classes.rst.txt
    Wed May 15 13:59:40 UTC 2024
      41.8K bytes
     
  10. feature_extraction.rst.txt

    :math:`\text{tf-idf}_{\text{term1}} = \text{tf} \times \text{idf}...:math:`\text{tf-idf(t,d)}=\text{tf(t,d)} \times \text{idf(t)}`....
    scikit-learn.org/stable/_sources/modules/feature_extraction.rst.txt
    Tue May 14 20:49:03 UTC 2024
      43.4K bytes
     
Back to top