Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 61 - 70 of 519 for tests (0.1 sec)

  1. 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
    Tue May 21 18:58:19 UTC 2024
      92.8K bytes
      Cache
     
  2. GroupKFold — scikit-learn 1.5.0 documentation

    f " Test: index= { test_index } , group= { groups [ test_index...indices for that split. test ndarray The testing set indices for that...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.GroupKFold.html
    Tue May 21 18:58:19 UTC 2024
      131.4K bytes
      Cache
     
  3. class_likelihood_ratios — scikit-learn 1.5.0 do...

    obtain post-test probabilities given a pre-test probability....classifier being a diagnostic test; the pre-test probability of an individual...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.class_likelihood_ratios.html
    Tue May 21 18:58:20 UTC 2024
      124.8K bytes
      Cache
     
  4. 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
    Tue May 21 18:58:19 UTC 2024
      97.8K bytes
      Cache
     
  5. Feature discretization — scikit-learn 1.5.0 doc...

    training and test part X_train , X_test , y_train , y_test = train_test_split...and testing points ax . scatter ( X_test [:, 0 ], X_test [:,...
    scikit-learn.org/stable/auto_examples/preprocessing/plot_discretization_classification.html
    Tue May 21 18:58:19 UTC 2024
      127.4K bytes
      Cache
     
  6. cross_validate — scikit-learn 1.5.0 documentation

    this dict are: test_score The score array for test scores on each..._score in test_score changes to a specific metric like test_r2 or...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.cross_validate.html
    Tue May 21 18:58:19 UTC 2024
      140.9K bytes
      Cache
     
  7. Scalable learning with polynomial kernel approx...

    import train_test_split X_train , X_test , y_train , y_test = train_test_split...train_test_split ( X , y , train_size = 5_000 , test_size = 10_000...
    scikit-learn.org/stable/auto_examples/kernel_approximation/plot_scalable_poly_kernels.html
    Tue May 21 18:58:19 UTC 2024
      114.5K bytes
      Cache
     
  8. validation_curve — scikit-learn 1.5.0 documenta...

    print ( f "The average test accuracy is { test_scores . mean () :...curve. Determine training and test scores for varying parameter...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.validation_curve.html
    Tue May 21 18:58:19 UTC 2024
      124.3K bytes
      Cache
     
  9. Installing scikit-learn — scikit-learn 1.5.0 do...

    2 tests pytest-cov 2.9.0 tests ruff 0.2.1 tests black 24.3.0...24.3.0 tests mypy 1.9 tests pyamg 4.0.0 tests polars 0.20.23 docs,...
    scikit-learn.org/stable/install.html
    Tue May 21 18:58:19 UTC 2024
      55K bytes
      Cache
      Similar Results (1)
     
  10. 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
    Tue May 21 18:58:18 UTC 2024
      45.7K bytes
      Cache
     
Back to top