Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 11 - 20 of 114 for tests (0.14 sec)

  1. Comparison of F-test and mutual information — s...

    univariate F-tests statistics and mutual information. As F-test captures...( 1000 ) f_test , _ = f_regression ( X , y ) f_test /= np . max...
    scikit-learn.org/stable/auto_examples/feature_selection/plot_f_test_vs_mi.html
    Wed Jun 05 00:53:46 UTC 2024
      91.4K bytes
      Cache
     
  2. Installing the development version of scikit-le...

    Test dependencies # Running tests requires: pytest...scikit-learn project build, test and upload wheel packages for...
    scikit-learn.org/dev/developers/advanced_installation.html
    Wed Jun 05 00:53:44 UTC 2024
      60.7K bytes
      Cache
      Similar Results (1)
     
  3. Model selection: choosing estimators and their ...

    X_digits [ test ], y_digits [ test ]) ... for train , test in k_fold..., y_train ) . score ( X_test , y_test )) >>> print ( scores )...
    scikit-learn.org/stable/tutorial/statistical_inference/model_selection.html
    Wed Jun 05 00:53:47 UTC 2024
      65.4K bytes
      Cache
     
  4. 3.3. Tuning the decision threshold for class pr...

    cost of further diagnostic tests. Consequently, when it comes...to an internal single train-test split. The option cv="prefit"...
    scikit-learn.org/stable/modules/classification_threshold.html
    Wed Jun 05 00:53:46 UTC 2024
      52.8K bytes
      Cache
     
  5. 1.10. Decision Trees — scikit-learn 1.5.0 docum...

    validate a model using statistical tests. That makes it possible to account...= 0 ) . fit ( X , y ) >>> X_test = np . array ([ np . nan ])...
    scikit-learn.org/stable/modules/tree.html
    Wed Jun 05 00:53:47 UTC 2024
      96.8K bytes
      Cache
     
  6. MetaFilter | Community Weblog

    Metaflora is a game that tests your green thumb by seeing how...hyperfocus and intense interest. Test yourself here . posted by anotherpanacea...
    www.metafilter.com/
    Wed Jun 05 00:45:15 UTC 2024
      73.8K bytes
      2 views
      Cache
     
  7. 8.3. Parallelism, resource management, and conf...

    sure that test results are independent of the test execution...run all tests with different seeds while keeping the test duration...
    scikit-learn.org/dev/computing/parallelism.html
    Wed Jun 05 00:53:45 UTC 2024
      62.2K bytes
      Cache
      Similar Results (1)
     
  8. Developers’ Tips and Tricks — scikit-learn 1.6....

    sklearn/linear_model/tests/test_logistic.py::test_sparsify or use...instance,: pytest sklearn/tests/test_common.py -v -k LogisticRegression...
    scikit-learn.org/dev/developers/tips.html
    Wed Jun 05 00:53:45 UTC 2024
      47.6K bytes
      Cache
     
  9. Non-negative least squares — scikit-learn 1.5.0...

    import train_test_split X_train , X_test , y_train , y_test = train_test_split...train_test_split ( X , y , test_size = 0.5 ) Fit the Non-Negative...
    scikit-learn.org/stable/auto_examples/linear_model/plot_nnls.html
    Wed Jun 05 00:53:46 UTC 2024
      92.8K bytes
      Cache
     
  10. Detection error tradeoff (DET) curve — scikit-l...

    X_test , y_train , y_test = train_test_split ( X ,...from_estimator ( clf , X_test , y_test , ax = ax_roc , name = name...
    scikit-learn.org/stable/auto_examples/model_selection/plot_det.html
    Wed Jun 05 00:53:44 UTC 2024
      96.2K bytes
      Cache
     
Back to top