Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 31 - 40 of 149 for tests (0.07 sec)

  1. Non-negative least squares — scikit-learn 1.5.2...

    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 Oct 30 20:01:21 UTC 2024
      88.9K bytes
      Cache
     
  2. Dimensionality Reduction with Neighborhood Comp...

    train/test X_train , X_test , y_train , y_test = train_test_split...( model . transform ( X_test ), y_test ) # Embed the data set...
    scikit-learn.org/stable/auto_examples/neighbors/plot_nca_dim_reduction.html
    Wed Oct 30 20:01:21 UTC 2024
      93.9K bytes
      Cache
     
  3. SVM Exercise — scikit-learn 1.5.2 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
    Wed Oct 30 20:01:23 UTC 2024
      91.3K bytes
      Cache
     
  4. 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
    Wed Oct 30 20:01:21 UTC 2024
      50.8K bytes
      Cache
     
  5. Installing scikit-learn — scikit-learn 1.6.dev0...

    2 tests pytest-cov 2.9.0 tests ruff 0.5.1 tests black 24.3.0...24.3.0 tests mypy 1.9 tests pyamg 4.0.0 tests polars 0.20.30 docs,...
    scikit-learn.org/dev/install.html
    Sat Oct 26 12:38:59 UTC 2024
      54.3K bytes
      Cache
      Similar Results (1)
     
  6. 6.4. Imputation of missing values — scikit-lear...

    X_test , y_train , _ = train_test_split ( X , y , test_size...SimpleImputer(missing_values=-1) >>> X_test = sp . csc_matrix ([[ - 1 ,...
    scikit-learn.org/stable/modules/impute.html
    Wed Oct 30 20:01:23 UTC 2024
      83.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/stable/computing/parallelism.html
    Wed Oct 30 20:01:21 UTC 2024
      61.5K bytes
      Cache
      Similar Results (1)
     
  8. Developer’s Guide — scikit-learn 1.6.dev0 docum...

    on GitHub Actions Testing and improving test coverage Monitoring...Numbers Numerical assertions in tests Developers’ Tips and Tricks...
    scikit-learn.org/dev/developers/index.html
    Wed Oct 30 20:01:22 UTC 2024
      40.6K bytes
      Cache
     
  9. Version 0.13 — scikit-learn 1.5.2 documentation

    train_test_split being interpreted as a test by Yaroslav...Changed default test_size in cross_validation.train_test_split to None,...
    scikit-learn.org/stable/whats_new/v0.13.html
    Wed Oct 30 20:01:23 UTC 2024
      72.5K bytes
      Cache
      Similar Results (1)
     
  10. Crafting a minimal reproducer for scikit-learn ...

    the train_test_split X_train , X_test , y_train , y_test = train_test_split...( X_test , y_test ) other_score = gbdt . score ( X_test , y_test...
    scikit-learn.org/dev/developers/minimal_reproducer.html
    Sat Oct 26 12:39:01 UTC 2024
      63.9K bytes
      Cache
     
Back to top