Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 971 - 980 of 1,835 for text (0.42 sec)

  1. Pipeline ANOVA SVM — scikit-learn 1.7.0 documen...

    X_test , y_train , y_test = train_test_split ( X ,...predict ( X_test ) print ( classification_report ( y_test , y_pred...
    scikit-learn.org/stable/auto_examples/feature_selection/plot_feature_selection_pipeline.html
    Wed Jul 02 18:21:48 UTC 2025
      116.5K bytes
      Cache
     
  2. learning_curve — scikit-learn 1.7.0 documentation

    ( f "The average test accuracy is { cv_test_scores . mean ()...cross-validated training and test scores for different training...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.learning_curve.html
    Wed Jul 02 18:21:48 UTC 2025
      125.7K bytes
      Cache
     
  3. Tweedie regression on insurance claims — scikit...

    ( "test" , X_test , df_test ), ]: y , _weights...train_test_split df_train , df_test , X_train , X_test = train_test_split...
    scikit-learn.org/stable/auto_examples/linear_model/plot_tweedie_regression_insurance_claims.html
    Wed Jul 02 18:21:48 UTC 2025
      181.8K bytes
      Cache
     
  4. Single estimator versus bagging: bias-variance ...

    ( y ) X_test , y_test = generate ( n_samples = n_test , noise...training set n_test = 1000 # Size of the test set noise = 0.1...
    scikit-learn.org/stable/auto_examples/ensemble/plot_bias_variance.html
    Wed Jul 02 18:21:48 UTC 2025
      115.6K bytes
      Cache
     
  5. Principal Component Regression vs Partial Least...

    X_test , y_train , y_test = train_test_split ( X ,...scatter ( pca . transform ( X_test ), y_test , alpha = 0.3 , label =...
    scikit-learn.org/stable/auto_examples/cross_decomposition/plot_pcr_vs_pls.html
    Wed Jul 02 18:21:48 UTC 2025
      112.9K bytes
      Cache
     
  6. TunedThresholdClassifierCV — scikit-learn 1.7.0...

    X_test , y_train , y_test = train_test_split ( ......classification_report ( y_test , classifier . predict ( X_test ))) precision...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.TunedThresholdClassifierCV.html
    Wed Jul 02 18:21:48 UTC 2025
      148.4K bytes
      Cache
     
  7. Tony Awards 2025 live updates: Cynthia Erivo ho...

    COM NBCU Academy Peacock NEXT STEPS FOR VETS NBC News Site...“used my shows as a personality test for his dates. If they freaked...
    www.nbcnews.com/pop-culture/pop-culture-news/live-blog/tony-awards-2025-live-updates-rcna211077
    Mon Jun 09 01:04:24 UTC 2025
      1.2M bytes
      Cache
     
  8. RBF SVM parameters — scikit-learn 1.7.0 documen...

    and just applying it on the test set. from sklearn.preprocessing...StratifiedShuffleSpl ( n_splits = 5 , test_size = 0.2 , random_state =...
    scikit-learn.org/stable/auto_examples/svm/plot_rbf_parameters.html
    Wed Jul 02 18:21:48 UTC 2025
      118.9K bytes
      Cache
     
  9. 5.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 Jul 02 18:21:48 UTC 2025
      56.2K bytes
      Cache
     
  10. Examples of Using FrozenEstimator — scikit-lear...

    X_test , y_train , y_test = train_test_split ( X ,...( X_test )[:, 1 ] clf_score = brier_score_loss ( y_test , prob_pos_clf...
    scikit-learn.org/stable/auto_examples/frozen/plot_frozen_examples.html
    Wed Jul 02 18:21:48 UTC 2025
      100.9K bytes
      Cache
     
Back to top