Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 31 - 40 of 124 for tests (0.1 sec)

  1. 5. Visualizations — scikit-learn 1.5.0 document...

    X_test , y_train , y_test = train_test_split ( X ,...from_estimator ( svc , X_test , y_test ) The returned svc_disp...
    scikit-learn.org/stable/visualizations.html
    Fri May 31 14:06:04 UTC 2024
      48.4K bytes
      Cache
     
  2. 4.2. Permutation feature importance — scikit-le...

    model_selection import train_test_split >>> from sklearn.linear_model...X_val , y_train , y_val = train_test_split ( ... diabetes . data...
    scikit-learn.org/stable/modules/permutation_importance.html
    Fri May 31 14:06:07 UTC 2024
      61.2K bytes
      Cache
     
  3. Sparsity Example: Fitting only features 1 and 2...

    indices ] X_test = X [ - 20 :, indices ] y_train...y_train = y [: - 20 ] y_test = y [ - 20 :] Next we fit a linear...
    scikit-learn.org/stable/auto_examples/linear_model/plot_ols_3d.html
    Fri May 31 14:06:06 UTC 2024
      92K bytes
      Cache
     
  4. 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
    Fri May 31 14:06:03 UTC 2024
      62.2K bytes
      Cache
      Similar Results (1)
     
  5. Version 0.15 — scikit-learn 1.6.dev0 documentation

    only for running the tests. By Joel Nothman . Many documentation...and ROC examples now use train_test_split, and have more explanation...
    scikit-learn.org/dev/whats_new/v0.15.html
    Fri May 31 14:06:04 UTC 2024
      80.9K bytes
      Cache
      Similar Results (1)
     
  6. 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
    Fri May 31 14:06:05 UTC 2024
      47.6K bytes
      Cache
     
  7. SVM Exercise — scikit-learn 1.5.0 documentation

    out the test data plt . scatter ( X_test [:, 0 ], X_test [:, 1...n_sample )] X_test = X [ int ( 0.9 * n_sample ) :] y_test = y [ int...
    scikit-learn.org/stable/auto_examples/exercises/plot_iris_exercise.html
    Fri May 31 14:06:06 UTC 2024
      95.7K bytes
      Cache
     
  8. 11.1. Array API support (experimental) — scikit...

    train_test_split Coverage is expected to...checks as part of the common tests to verify that the estimators...
    scikit-learn.org/stable/modules/array_api.html
    Fri May 31 14:06:06 UTC 2024
      55.3K bytes
      Cache
     
  9. Version 0.17 — scikit-learn 1.6.dev0 documentation

    ShuffleSplit generate train-test folds, respectively similar...option to cross_validation.train_test_split for stratified splitting....
    scikit-learn.org/dev/whats_new/v0.17.html
    Fri May 31 14:06:06 UTC 2024
      90.3K bytes
      Cache
      Similar Results (1)
     
  10. Frequently Asked Questions — scikit-learn 1.6.d...

    # scikit-learn is regularly tested and maintained to work with...differently. Please refer to the test suite of the specific module...
    scikit-learn.org/dev/faq.html
    Fri May 31 14:06:06 UTC 2024
      80.3K bytes
      Cache
      Similar Results (1)
     
Back to top