Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 11 - 20 of 36 for tests (0.1 sec)

  1. model_evaluation.rst.txt

    ratio (pre-test and post-tests): .. math:: \text{post-test odds} =...>>> X_train, X_test, y_train, y_test = train_test_split(X, y, random_state=0)...
    scikit-learn.org/stable/_sources/modules/model_evaluation.rst.txt
    Fri Apr 26 16:41:50 UTC 2024
      118.5K bytes
      2 views
     
  2. index.rst.txt

    differences between univariate F-test statistics and mutual inform...">...mages/thumb/sphx_glr_plot_f_test_vs_mi_thumb.png :alt: :ref:...
    scikit-learn.org/stable/_sources/auto_examples/index.rst.txt
    Fri Apr 26 16:41:48 UTC 2024
      144.7K bytes
      5 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
    Fri Apr 26 16:41:51 UTC 2024
      7.7K bytes
     
  4. roadmap.rst.txt

    Improve scikit-learn common tests suite to make sure that (at...
    scikit-learn.org/stable/_sources/roadmap.rst.txt
    Fri Apr 26 16:41:51 UTC 2024
      11.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
    Fri Apr 26 16:41:51 UTC 2024
      2.9K bytes
     
  6. classes.rst.txt

    train_test_split .. _hyper_parameter_optimizers:...model_selection.permutation_test_score model_selection.validation_curve...
    scikit-learn.org/stable/_sources/modules/classes.rst.txt
    Fri Apr 26 16:41:50 UTC 2024
      41.8K bytes
     
  7. feature_extraction.rst.txt

    testing.assert_array_equal(one_image,...
    scikit-learn.org/stable/_sources/modules/feature_extraction.rst.txt
    Fri Apr 26 16:41:50 UTC 2024
      43.4K bytes
     
  8. 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 Apr 26 16:41:50 UTC 2024
      10K bytes
     
  9. 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 Apr 26 16:41:50 UTC 2024
      52.7K bytes
     
  10. 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
    Fri Apr 26 16:41:50 UTC 2024
      88.1K bytes
      1 views
     
Back to top