Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 91 - 100 of 515 for tests (0.09 sec)

  1. Installing scikit-learn — scikit-learn 1.4.2 do...

    2 tests pytest-cov 2.9.0 tests ruff 0.0.272 tests black 23.3.0...23.3.0 tests mypy 1.3 tests pyamg 4.0.0 tests polars 0.19.12...
    scikit-learn.org/stable/install.html
    Mon May 20 18:34:24 UTC 2024
      37.3K bytes
      Cache
     
  2. 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
    Mon May 20 18:34:24 UTC 2024
      52K bytes
      Cache
     
  3. 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
    Mon May 20 18:34:24 UTC 2024
      54.9K bytes
      Cache
     
  4. sklearn.model_selection.validation_curve — scik...

    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
    Mon May 20 18:34:24 UTC 2024
      28.2K bytes
      Cache
     
  5. Developing scikit-learn estimators — scikit-lea...

    _skip_test (default=False) whether to skip common tests entirely....Numbers Numerical assertions in tests Developing scikit-learn estimators...
    scikit-learn.org/stable/developers/develop.html
    Mon May 20 18:34:23 UTC 2024
      106.1K bytes
      Cache
     
  6. 7.2. Real world datasets — scikit-learn 1.4.2 d...

    newsgroups_test = fetch_20newsgroups ( subset = 'test' , ... categories...vectors_test = vectorizer . transform ( newsgroups_test . data...
    scikit-learn.org/stable/datasets/real_world.html
    Mon May 20 18:34:23 UTC 2024
      80.9K bytes
      Cache
     
  7. 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
    Mon May 20 18:34:24 UTC 2024
      45.7K bytes
      Cache
     
  8. sklearn.neural_network.MLPRegressor — scikit-le...

    X_test , y_train , y_test = train_test_split ( X ,...-7.1...]) >>> regr . score ( X_test , y_test ) 0.4... Methods fit (X,...
    scikit-learn.org/stable/modules/generated/sklearn.neural_network.MLPRegressor.html
    Mon May 20 18:34:25 UTC 2024
      62.5K bytes
      Cache
     
  9. sklearn.svm.SVC — scikit-learn 1.4.2 documentation

    the mean accuracy on the given test data and labels. set_fit_request...(n_samples, n_features) or (n_samples_test, n_samples_train) For kernel=”precomputed”,...
    scikit-learn.org/stable/modules/generated/sklearn.svm.SVC.html
    Mon May 20 18:34:25 UTC 2024
      92.1K bytes
      Cache
     
  10. sklearn.model_selection.LearningCurveDisplay — ...

    test_scores = test_scores , score_name =...train_sizes , train_scores , test_scores , score_name = None )...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.LearningCurveDisplay.html
    Mon May 20 18:34:25 UTC 2024
      56.8K bytes
      Cache
     
Back to top