Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

  1. linear_model.rst.txt

    * Medical Drug Testing: probability of curing a patient...
    scikit-learn.org/stable/_sources/modules/linear_model.rst.txt
    Sat May 04 16:42:14 UTC 2024
      77.9K bytes
      7 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
    Sat May 04 16:42:14 UTC 2024
      144.7K bytes
      5 views
     
  3. 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
    Sat May 04 16:42:14 UTC 2024
      88.1K bytes
      1 views
     
  4. roadmap.rst.txt

    Improve scikit-learn common tests suite to make sure that (at...
    scikit-learn.org/stable/_sources/roadmap.rst.txt
    Sat May 04 16:42:14 UTC 2024
      11.7K bytes
     
  5. 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 May 03 17:04:25 UTC 2024
      7.7K bytes
     
  6. support.rst.txt

    about repository updates and test failures on the `scikit-learn-commits...
    scikit-learn.org/stable/_sources/support.rst.txt
    Fri May 03 17:04:25 UTC 2024
      2.9K bytes
     
  7. 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
    Sat May 04 16:42:15 UTC 2024
      41.8K bytes
     
  8. feature_extraction.rst.txt

    testing.assert_array_equal(one_image,...
    scikit-learn.org/stable/_sources/modules/feature_extraction.rst.txt
    Thu May 02 15:42:34 UTC 2024
      43.4K bytes
     
  9. 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
    Sat May 04 16:42:15 UTC 2024
      10K bytes
     
  10. 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
     
Back to top