Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 171 - 180 of 931 for tests (0.12 sec)

  1. LedoitWolf — scikit-learn 1.6.1 documentation

    : X_test array-like of shape (n_samples, n_features) Test data...the observations. score ( X_test , y = None ) [source] # Compute...
    scikit-learn.org/stable/modules/generated/sklearn.covariance.LedoitWolf.html
    Tue Feb 04 08:40:44 UTC 2025
      133.4K bytes
      Cache
     
  2. Out-of-core classification of text documents — ...

    - tick test_stats [ "n_test" ] += len ( y_test ) test_stats [...%(n_test)6d test docs ( %(n_test_pos)6d positive) " % test_stats...
    scikit-learn.org/stable/auto_examples/applications/plot_out_of_core_classification.html
    Tue Feb 04 08:40:44 UTC 2025
      161.6K bytes
      1 views
      Cache
     
  3. Release Highlights for scikit-learn 1.5 — sciki...

    X_test , y_train , y_test = train_test_split ( X ,...from_estimator ( classifier_05 , X_test , y_test ) Lowering the threshold,...
    scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_5_0.html
    Tue Feb 04 08:40:44 UTC 2025
      122.6K bytes
      Cache
     
  4. Shrinkage covariance estimation: LedoitWolf vs ...

    coloring_matrix ) X_test = np . dot ( base_X_test , coloring_matrix...n_samples , n_features )) base_X_test = np . random . normal ( size...
    scikit-learn.org/stable/auto_examples/covariance/plot_covariance_estimation.html
    Tue Feb 04 08:40:42 UTC 2025
      108.5K bytes
      Cache
     
  5. 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
    Tue Feb 04 08:40:44 UTC 2025
      181.1K bytes
      Cache
     
  6. Live updates: Judge halts Trump’s funding freez...

    Trump’s endorsement faces first tests of his presidency in Florida...endorsement will face the first tests of his second term today in...
    www.nbcnews.com/politics/politics-news/live-blog/trump-aid-freeze-immigration-dei-live-updates-rc...
    Wed Jan 29 00:56:48 UTC 2025
      2.1M bytes
      Cache
     
  7. plot_classifier_comparison.zip

    and test part X, y = ds X_train, X_test, y_train, y_test = train_test_split(...Plot the testing points ax.scatter( X_test[:, 0], X_test[:, 1],...
    scikit-learn.org/stable/_downloads/ce35bcc69acbd491cf7ac77fa17889d5/plot_classifier_comparison.zip
    Thu Jan 30 15:38:19 UTC 2025
      10.8K bytes
     
  8. preprocessing.rst.txt

    X_test, y_train, y_test = train_test_split(X, y, random_state=42)...pipe.score(X_test, y_test) # apply scaling on testing data, without...
    scikit-learn.org/stable/_sources/modules/preprocessing.rst.txt
    Thu Jan 30 15:38:19 UTC 2025
      53K bytes
     
  9. 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 Feb 04 08:40:44 UTC 2025
      106.2K bytes
      Cache
     
  10. Gradient Boosting regression — scikit-learn 1.6...

    X_test , y_train , y_test = train_test_split ( X ,...mean_squared_error ( y_test , reg . predict ( X_test )) print ( "The...
    scikit-learn.org/stable/auto_examples/ensemble/plot_gradient_boosting_regression.html
    Tue Feb 04 08:40:44 UTC 2025
      109.9K bytes
      Cache
     
Back to top