Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 41 - 50 of 151 for tests (0.1 sec)

  1. Confusion matrix — scikit-learn 1.5.0 documenta...

    set and a test set X_train , X_test , y_train , y_test = train_test_split...from_estimator ( classifier , X_test , y_test , display_labels = class_names...
    scikit-learn.org/stable/auto_examples/model_selection/plot_confusion_matrix.html
    Wed May 22 15:20:10 UTC 2024
      88.7K bytes
      Cache
     
  2. Curve Fitting with Bayesian Ridge Regression — ...

    increasing = True ) X_test = np . vander ( x_test , n_order + 1 , increasing...predict ( X_test , return_std = True ) ax . plot ( x_test , func (...
    scikit-learn.org/stable/auto_examples/linear_model/plot_bayesian_ridge_curvefit.html
    Wed May 22 15:20:05 UTC 2024
      97.5K bytes
      Cache
     
  3. Model Selection — scikit-learn 1.5.0 documentation

    Train error vs Test error Train error vs Test error Underfitting...Successive Halving Iterations Test with permutations the significance...
    scikit-learn.org/stable/auto_examples/model_selection/index.html
    Wed May 22 15:20:10 UTC 2024
      94.9K bytes
      Cache
     
  4. 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 May 22 15:20:07 UTC 2024
      92.8K bytes
      Cache
     
  5. Ordinary Least Squares and Ridge Regression Var...

    plot ( X_test , clf . predict ( X_test ), color = "gray"...) ax . plot ( X_test , clf . predict ( X_test ), linewidth = 2...
    scikit-learn.org/stable/auto_examples/linear_model/plot_ols_ridge_variance.html
    Wed May 22 15:20:10 UTC 2024
      90.1K bytes
      Cache
     
  6. 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
    Wed May 22 15:20:10 UTC 2024
      95.7K bytes
      Cache
     
  7. Installing scikit-learn — scikit-learn 1.6.dev0...

    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/dev/install.html
    Tue May 21 18:58:18 UTC 2024
      54.9K bytes
      Cache
      Similar Results (1)
     
  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
    Wed May 22 15:20:10 UTC 2024
      55.3K bytes
      Cache
     
  9. 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 May 22 15:20:09 UTC 2024
      45.7K bytes
      Cache
     
  10. Utilities for Developers — scikit-learn 1.6.dev...

    repeatability issues in unit tests. Instead, a numpy.random.RandomState...from graph_shortest_path . Testing Functions # discovery.all_estimators...
    scikit-learn.org/dev/developers/utilities.html
    Tue May 21 18:58:18 UTC 2024
      56K bytes
      Cache
     
Back to top