Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 101 - 120 of 923 for test (0.17 sec)

  1. Shrinkage covariance estimation: LedoitWolf vs ...

    coloring_matrix ) X_test = np . dot ( base_X_test , coloring_matrix...ymin , - cv . best_estimator_ . score ( X_test ), color = "cyan"...
    scikit-learn.org/stable/auto_examples/covariance/plot_covariance_estimation.html
    Fri Apr 26 16:41:51 UTC 2024
      45K bytes
      Cache
     
  2. sklearn.model_selection.cross_validate — scikit...

    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
    Fri Apr 26 16:41:50 UTC 2024
      43.1K bytes
      Cache
     
  3. sklearn.model_selection.GridSearchCV — scikit-l...

    'rank_test_score', 'split0_test_score',... 'split2_test_score',...the attributes best_index_ , best_score_ and best_params_ will...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.GridSearchCV.html
    Fri Apr 26 16:41:50 UTC 2024
      94.3K bytes
      Cache
     
  4. sklearn.model_selection.TimeSeriesSplit — sciki...

    in train/test sets. In each split, test indices must be...n_splits=5, test_size=None) >>> for i , ( train_index , test_index...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.TimeSeriesSplit.html
    Fri Apr 26 16:41:50 UTC 2024
      38.8K bytes
      2 views
      Cache
     
  5. Compare cross decomposition methods — scikit-le...

    ) X_test_r , Y_test_r = cca . transform ( X_test , Y_test ) Total...Y_train ) X_test_r , Y_test_r = plsca . transform ( X_test , Y_test...
    scikit-learn.org/stable/auto_examples/cross_decomposition/plot_compare_cross_decomposition.html
    Fri Apr 26 16:41:51 UTC 2024
      62.8K bytes
      Cache
     
  6. sklearn.model_selection.ShuffleSplit — scikit-l...

    print ( f " Test: index= { test_index } " ) Fold 0: Train:...4] Test: index=[5 2] Fold 1: Train: index=[4 0 2 5] Test: index=[1...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.ShuffleSplit.html
    Fri Apr 26 16:41:50 UTC 2024
      34.8K bytes
      Cache
     
  7. Demonstration of multi-metric evaluation on cro...

    The best_estimator_ , best_index_ , best_score_ and best_params_...``gs.best_score_``, ``gs.best_params_`` and # ``gs.best_index_``...
    scikit-learn.org/stable/auto_examples/model_selection/plot_multi_metric_evaluation.html
    Fri Apr 26 16:41:51 UTC 2024
      38.4K bytes
      Cache
     
  8. 8.3. Parallelism, resource management, and conf...

    sure that test results are independent of the test execution...run all tests with different seeds while keeping the test duration...
    scikit-learn.org/stable/computing/parallelism.html
    Fri Apr 26 16:41:50 UTC 2024
      42.4K bytes
      Cache
     
  9. Release Highlights for scikit-learn 0.22 — scik...

    X_test , y_train , y_test = train_test_split ( X ,...plot_roc_curve(svc, X_test, y_test) # rfc_disp = plot_roc_curve(rfc, X_test, y_test,...
    scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_0_22_0.html
    Fri Apr 26 16:41:48 UTC 2024
      73.8K bytes
      Cache
     
  10. sklearn.covariance.OAS — scikit-learn 1.4.2 doc...

    score (X_test[, y]) Compute the log-likelihood of X_test under the...: X_test array-like of shape (n_samples, n_features) Test data...
    scikit-learn.org/stable/modules/generated/sklearn.covariance.OAS.html
    Fri Apr 26 16:41:50 UTC 2024
      50.1K bytes
      Cache
     
  11. sklearn.model_selection.StratifiedShuffleSplit ...

    Provides train/test indices to split data in train/test sets. This..." ) ... print ( f " Test: index= { test_index } " ) Fold 0: Train:...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.StratifiedShuffleSplit.html
    Fri Apr 26 16:41:50 UTC 2024
      32.3K bytes
      Cache
     
  12. sklearn.model_selection.GroupShuffleSplit — sci...

    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.GroupShuffleSplit.html
    Fri Apr 26 16:41:50 UTC 2024
      39.2K bytes
      Cache
     
  13. Cross-validation on diabetes Dataset Exercise —...

    regularization Nested versus non-nested cross-validation Nested versus...lasso_cv . score ( X [ test ], y [ test ]) ) ) print () print...
    scikit-learn.org/stable/auto_examples/exercises/plot_cv_diabetes.html
    Fri Apr 26 16:41:51 UTC 2024
      36.8K bytes
      Cache
     
  14. sklearn.model_selection.RandomizedSearchCV — sc...

    the attributes best_index_ , best_score_ and best_params_ will...param_gamma split0_test_score … rank_test_score ‘rbf’ 0.1 0.80...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.RandomizedSearchCV.html
    Fri Apr 26 16:41:50 UTC 2024
      82.6K bytes
      Cache
     
  15. Prediction Latency — scikit-learn 1.4.2 documen...

    X_test , y_train , y_test = train_test_split ( X ,..., X_test , y_test = generate_dataset ( n_train , n_test , n )...
    scikit-learn.org/stable/auto_examples/applications/plot_prediction_latency.html
    Fri Apr 26 16:41:50 UTC 2024
      78.8K bytes
      Cache
     
  16. sklearn.multiclass.OneVsOneClassifier — scikit-...

    X_test , y_train , y_test = train_test_split ( ......sklearn.model_selection import train_test_split >>> from sklearn.multiclass...
    scikit-learn.org/stable/modules/generated/sklearn.multiclass.OneVsOneClassifier.html
    Fri Apr 26 16:41:50 UTC 2024
      56.8K bytes
      Cache
     
  17. 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
    Fri Apr 26 16:41:50 UTC 2024
      62.5K bytes
      Cache
     
  18. Target Encoder’s Internal Cross fitting — sciki...

    X_test , y_train , y_test = train_test_split ( X ,...score on test set: " , raw_model . score ( X_test , y_test )) Raw...
    scikit-learn.org/stable/auto_examples/preprocessing/plot_target_encoder_cross_val.html
    Fri Apr 26 16:41:51 UTC 2024
      48.6K bytes
      Cache
     
  19. Classifier comparison — scikit-learn 1.4.2 docu...

    y_test = train_test_split ( X , y , test_size = 0.4 , random_state...the testing points ax . scatter ( X_test [:, 0 ], X_test [:,...
    scikit-learn.org/stable/auto_examples/classification/plot_classifier_comparison.html
    Fri Apr 26 16:41:51 UTC 2024
      50.9K bytes
      Cache
     
  20. Comparing Random Forests and Histogram Gradient...

    significant improvement of the testing score. Plot results We can...elapsed computing time and mean test score. Passing the cursor over...
    scikit-learn.org/stable/auto_examples/ensemble/plot_forest_hist_grad_boosting_comparison.html
    Fri Apr 26 16:41:51 UTC 2024
      61.3K bytes
      Cache
     
Back to top