Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 21 - 30 of 253 for tests (0.08 sec)

  1. 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
    Tue May 28 11:51:34 UTC 2024
      52.8K bytes
      Cache
     
  2. roadmap.rst.txt

    Improve scikit-learn common tests suite to make sure that (at...
    scikit-learn.org/stable/_sources/roadmap.rst.txt
    Tue May 28 11:51:33 UTC 2024
      11.7K bytes
     
  3. cross_validation.rst.txt

    available data as a **test set** ``X_test, y_test``. Note that the...>>> X_train, X_test, y_train, y_test = train_test_split( ... X,...
    scikit-learn.org/stable/_sources/modules/cross_validation.rst.txt
    Tue May 28 11:51:34 UTC 2024
      39.9K bytes
      6 views
     
  4. install.rst.txt

    running the full scikit-learn test suite via automated continuous...ckages\\sklearn\\datasets\\tests\\data\\openml\\292\\api-v1-...
    scikit-learn.org/stable/_sources/install.rst.txt
    Tue May 28 11:51:31 UTC 2024
      12.6K bytes
      1 views
     
  5. related_projects.rst.txt

    facilitates best practices for testing and documenting estimators....More focused on statistical tests and less on prediction than...
    scikit-learn.org/stable/_sources/related_projects.rst.txt
    Tue May 28 11:51:33 UTC 2024
      17.4K bytes
     
  6. 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
    Tue May 28 11:51:32 UTC 2024
      96.8K bytes
      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
    Tue May 28 11:51:31 UTC 2024
      66.1K 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
    Tue May 28 11:51:32 UTC 2024
      51K bytes
      Cache
     
  9. 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
    Tue May 28 11:51:32 UTC 2024
      96.2K bytes
      Cache
     
  10. Comparing Nearest Neighbors with and without Ne...

    X_test , y_train , y_test = train_test_split ( X ,...score = clf . score ( X_test , y_test ) _ , ax = plt . subplots...
    scikit-learn.org/stable/auto_examples/neighbors/plot_nca_classification.html
    Tue May 28 11:51:33 UTC 2024
      97.3K bytes
      Cache
     
Back to top