Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 331 - 340 of 1,331 for test (0.28 sec)

  1. Lagged features for time series forecasting — s...

    import train_test_split X_train , X_test , y_train , y_test = train_test_split...train_test_split ( X , y , test_size = 0.2 , random_state = 42 )...
    scikit-learn.org/stable/auto_examples/applications/plot_time_series_lagged_features.html
    Wed Aug 20 16:02:08 UTC 2025
      162.8K bytes
      Cache
     
  2. Statistical comparison of models using grid sea...

    "rank_test_score" , "mean_test_score" , "std_test_score" ]]...params rank_test_score mean_test_score std_test_score kernel...
    scikit-learn.org/stable/auto_examples/model_selection/plot_grid_search_stats.html
    Tue Aug 19 13:22:48 UTC 2025
      192K bytes
      Cache
     
  3. 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
    Wed Aug 20 16:02:08 UTC 2025
      101.5K bytes
      Cache
     
  4. 2.6. Covariance estimation — scikit-learn 1.7.1...

    then the test set is supposed to have the...
    scikit-learn.org/stable/modules/covariance.html
    Wed Aug 20 16:02:08 UTC 2025
      59.7K bytes
      Cache
     
  5. Multi-class AdaBoosted Decision Trees — scikit-...

    import train_test_split X_train , X_test , y_train , y_test = train_test_split...the remaining 30 percent for testing. from sklearn.model_selection...
    scikit-learn.org/stable/auto_examples/ensemble/plot_adaboost_multiclass.html
    Wed Aug 20 16:02:08 UTC 2025
      115.1K bytes
      Cache
     
  6. LinearSVC — scikit-learn 1.7.1 documentation

    vs the rest. It is possible to implement one vs the rest with SVC...shape (n_samples, n_features) Test samples. y array-like of shape...
    scikit-learn.org/stable/modules/generated/sklearn.svm.LinearSVC.html
    Tue Aug 19 13:22:49 UTC 2025
      162.4K bytes
      Cache
     
  7. Comparison between grid search and successive h...

    is_sh : # SH dataframe: get mean_test_score values for the highest...= "param_C" , values = "mean_test_score" , aggfunc = "last" ,...
    scikit-learn.org/stable/auto_examples/model_selection/plot_successive_halving_heatmap.html
    Tue Aug 19 13:22:51 UTC 2025
      106K bytes
      Cache
     
  8. Kernel PCA — scikit-learn 1.7.1 documentation

    X_test , y_train , y_test = train_test_split ( X ,..."Training data" ) test_ax . scatter ( X_test [:, 0 ], X_test [:, 1 ],...
    scikit-learn.org/stable/auto_examples/decomposition/plot_kernel_pca.html
    Wed Aug 20 16:02:08 UTC 2025
      107.5K bytes
      Cache
     
  9. Plot classification probability — scikit-learn ...

    X_test , y_train , y_test = train_test_split ( X ,...predict_proba ( X_test ) accuracy_test = accuracy_score ( y_test , y_pred...
    scikit-learn.org/stable/auto_examples/classification/plot_classification_probability.html
    Wed Aug 20 16:02:08 UTC 2025
      126.1K bytes
      Cache
     
  10. Probability Calibration curves — scikit-learn 1...

    X_test , y_train , y_test = train_test_split ( X ,...from_estimator ( clf , X_test , y_test , n_bins = 10 , name = name...
    scikit-learn.org/stable/auto_examples/calibration/plot_calibration_curve.html
    Wed Aug 20 16:02:07 UTC 2025
      143.5K bytes
      Cache
     
Back to top