Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 161 - 170 of 840 for tests (0.14 sec)

  1. GraphicalLassoCV — scikit-learn 1.6.1 documenta...

    : X_test array-like of shape (n_samples, n_features) Test data...An iterable yielding (train, test) splits as arrays of indices....
    scikit-learn.org/stable/modules/generated/sklearn.covariance.GraphicalLassoCV.html
    Mon May 12 15:17:03 UTC 2025
      139.5K bytes
      Cache
     
  2. 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
    Fri May 09 20:31:36 UTC 2025
      106.2K bytes
      Cache
     
  3. 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
    Fri May 09 20:31:36 UTC 2025
      10.8K bytes
     
  4. 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
    Mon May 12 15:17:01 UTC 2025
      109.9K bytes
      Cache
     
  5. Model Complexity Influence — scikit-learn 1.6.1...

    X_test , y_train , y_test = train_test_split ( X ,...X_train , "X_test" : X_test , "y_train" : y_train , "y_test" : y_test...
    scikit-learn.org/stable/auto_examples/applications/plot_model_complexity_influence.html
    Mon May 12 15:17:01 UTC 2025
      125.7K bytes
      1 views
      Cache
     
  6. GraphicalLasso — 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.GraphicalLasso.html
    Mon May 12 15:17:03 UTC 2025
      132.4K bytes
      Cache
     
  7. fetch_20newsgroups_vectorized — scikit-learn 1....

    test’ for the test set, ‘all’ for both,...Parameters : subset {‘train’, ‘test’, ‘all’}, default=’train’ Select...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_20newsgroups_vectorized.html
    Mon May 12 15:17:01 UTC 2025
      118.7K bytes
      Cache
     
  8. Version 0.13 — scikit-learn 1.6.1 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
    Mon May 12 15:17:01 UTC 2025
      72.1K bytes
      Cache
     
  9. 6.1. Pipelines and composite estimators — sciki...

    X_test , y_train , y_test = train_test_split ( X ,...format ( regr . score ( X_test , y_test ))) R2 score: 0.61 >>> raw_target_regr...
    scikit-learn.org/stable/modules/compose.html
    Mon May 12 15:17:01 UTC 2025
      110.8K bytes
      Cache
     
  10. plot_classifier_comparison.py

    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/2da0534ab0e0c8241033bcc2d912e419/plot_classifier_comparison.py
    Fri May 09 20:31:36 UTC 2025
      4.8K bytes
      1 views
     
Back to top