Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 51 - 60 of 133 for tests (0.21 sec)

  1. 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
     
  2. 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
    Fri May 31 14:06:05 UTC 2024
      42.2K bytes
      Cache
     
  3. Version 0.13 — scikit-learn 1.6.dev0 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/dev/whats_new/v0.13.html
    Fri May 31 14:06:06 UTC 2024
      73.4K bytes
      Cache
      Similar Results (1)
     
  4. 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
    Fri May 31 14:06:06 UTC 2024
      88.4K bytes
      Cache
     
  5. Logistic function — scikit-learn 1.5.0 document...

    plot ( X_test , ols . coef_ * X_test + ols . intercept_...= "black" , zorder = 20 ) X_test = np . linspace ( - 5 , 10 ,...
    scikit-learn.org/stable/auto_examples/linear_model/plot_logistic.html
    Fri May 31 14:06:06 UTC 2024
      94.8K bytes
      Cache
     
  6. 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
    Fri May 31 14:06:05 UTC 2024
      52.6K bytes
      Cache
     
  7. 7.4. Loading other datasets — scikit-learn 1.5....

    X_test , y_test = load_svmlight_files (...number of features: >>> X_test , y_test = load_svmlight_file ( ......
    scikit-learn.org/stable/datasets/loading_other_datasets.html
    Fri May 31 14:06:04 UTC 2024
      65.9K bytes
      Cache
     
  8. 1.13. Feature selection — scikit-learn 1.5.0 do...

    based on univariate statistical tests. It can be seen as a preprocessing...common univariate statistical tests for each feature: false positive...
    scikit-learn.org/stable/modules/feature_selection.html
    Fri May 31 14:06:07 UTC 2024
      78.4K bytes
      Cache
     
  9. Multi-output Decision Tree Regression — scikit-...

    predict ( X_test ) y_2 = regr_2 . predict ( X_test ) y_3 = regr_3.... fit ( X , y ) # Predict X_test = np . arange ( - 100.0 , 100.0...
    scikit-learn.org/stable/auto_examples/tree/plot_tree_regression_multioutput.html
    Fri May 31 14:06:04 UTC 2024
      96.4K bytes
      Cache
     
  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/stable/developers/minimal_reproducer.html
    Fri May 31 14:06:04 UTC 2024
      66.2K bytes
      Cache
      Similar Results (1)
     
Back to top