Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 51 - 60 of 151 for tests (0.19 sec)

  1. 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 May 22 15:20:08 UTC 2024
      88.4K bytes
      Cache
     
  2. Utilities for Developers — scikit-learn 1.4.2 d...

    Sparse Matrices Graph Routines Testing Functions Multiclass and multilabel...repeatability issues in unit tests. Instead, a numpy.random.RandomState...
    scikit-learn.org/stable/developers/utilities.html
    Mon May 20 18:34:25 UTC 2024
      41.4K bytes
      Cache
     
  3. 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
    Wed May 22 15:20:08 UTC 2024
      78.4K bytes
      Cache
     
  4. 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
    Wed May 22 15:20:10 UTC 2024
      94.8K bytes
      Cache
     
  5. Version 0.13 — scikit-learn 1.5.0 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 May 22 15:20:05 UTC 2024
      76.8K bytes
      Cache
     
  6. 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
    Wed May 22 15:20:10 UTC 2024
      65.9K bytes
      Cache
     
  7. Elastic Observability [8.13] | Elastic

    Write a synthetic test Write a synthetic test to check critical...browser monitors Write a synthetic test Configure individual monitors...
    www.elastic.co/guide/en/observability/current/index.html
    Thu May 16 21:25:18 UTC 2024
      66K bytes
      Cache
     
  8. 4.2. Permutation feature importance — scikit-le...

    model_selection import train_test_split >>> from sklearn.linear_model...X_val , y_train , y_val = train_test_split ( ... diabetes . data...
    scikit-learn.org/stable/modules/permutation_importance.html
    Wed May 22 15:20:08 UTC 2024
      61.2K bytes
      Cache
     
  9. Feature Selection — scikit-learn 1.5.0 document...

    Comparison of F-test and mutual information Comparison of F-test and mutual...
    scikit-learn.org/stable/auto_examples/feature_selection/index.html
    Wed May 22 15:20:05 UTC 2024
      85.2K 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/dev/developers/minimal_reproducer.html
    Tue May 21 18:58:18 UTC 2024
      68.3K bytes
      Cache
      Similar Results (1)
     
Back to top