Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 241 - 260 of 858 for test (0.14 sec)

  1. Semi-supervised Classification on a Text Datase...

    X_test , y_train , y_test = train_test_split ( X ,..., X_train , y_train , X_test , y_test ): print ( "Number of training...
    scikit-learn.org/stable/auto_examples/semi_supervised/plot_semi_supervised_newsgroups.html
    Thu Apr 18 11:07:00 UTC 2024
      42K bytes
      Cache
     
  2. 1.7. Gaussian Processes — scikit-learn 1.4.2 do...

    = noise\_level \text{ if } x_i == x_j \text{ else } 0\] 1.7.4.2....probabilistic classification, where test predictions take the form of...
    scikit-learn.org/stable/modules/gaussian_process.html
    Thu Apr 18 11:07:01 UTC 2024
      63.4K bytes
      Cache
     
  3. sklearn.linear_model.GammaRegressor — scikit-le...

    n_features) Test samples. y array-like of shape...is averaged by sample_weight. Best possible score is 1.0 and it...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.GammaRegressor.html
    Thu Apr 18 11:07:00 UTC 2024
      51.8K bytes
      Cache
     
  4. 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
    Thu Apr 18 11:07:01 UTC 2024
      45K bytes
      Cache
     
  5. Linear Regression Example — scikit-learn 1.4.2 ...

    scatter ( diabetes_X_test , diabetes_y_test , color = "black" )...Split the data into training/testing sets diabetes_X_train = diabetes_X...
    scikit-learn.org/stable/auto_examples/linear_model/plot_ols.html
    Thu Apr 18 11:07:01 UTC 2024
      27.1K bytes
      Cache
     
  6. 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
    Thu Apr 18 11:07:00 UTC 2024
      73.8K bytes
      Cache
     
  7. sklearn.linear_model.TweedieRegressor — scikit-...

    n_features) Test samples. y array-like of shape...is averaged by sample_weight. Best possible score is 1.0 and it...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.TweedieRegressor.html
    Thu Apr 18 11:07:00 UTC 2024
      54.4K bytes
      Cache
     
  8. sklearn.pipeline.Pipeline — scikit-learn 1.4.2 ...

    X_test , y_train , y_test = train_test_split ( X ,..., y_train ) . score ( X_test , y_test ) 0.88 >>> # An estimator's...
    scikit-learn.org/stable/modules/generated/sklearn.pipeline.Pipeline.html
    Thu Apr 18 11:07:00 UTC 2024
      100K bytes
      Cache
     
  9. Gradient Boosting regression — scikit-learn 1.4...

    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
    Thu Apr 18 11:07:01 UTC 2024
      44.6K bytes
      Cache
     
  10. 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
    Thu Apr 18 11:07:00 UTC 2024
      36.8K bytes
      Cache
     
  11. New dinner party simulation app dropped

    Test drive an easy, no-obligation...with the right beans. And the best way to score great beans is...
    www.garbageday.email/p/new-dinner-party-simulation-app-dropped
    Thu Apr 18 00:48:46 UTC 2024
      251.3K bytes
      Cache
     
  12. 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
    Thu Apr 18 11:07:01 UTC 2024
      61.3K bytes
      Cache
     
  13. sklearn.impute.SimpleImputer — scikit-learn 1.4...

    missing values at transform/test time. keep_empty_features bool,...simple estimators as well as on nested objects (such as Pipeline )....
    scikit-learn.org/stable/modules/generated/sklearn.impute.SimpleImputer.html
    Thu Apr 18 11:07:01 UTC 2024
      56.9K bytes
      Cache
     
  14. Comparison of kernel ridge regression and SVR —...

    train_time = [] test_time = [] for train_test_size in sizes :...fit ( X [: train_test_size ], y [: train_test_size ]) train_time...
    scikit-learn.org/stable/auto_examples/miscellaneous/plot_kernel_ridge_regression.html
    Thu Apr 18 11:07:00 UTC 2024
      59.7K bytes
      Cache
     
  15. MetaFilter | Community Weblog

    process so they could do a screen test of, you guessed it, a clown,...style="display:none"></div> <script type="text/javascript"> !function() { var...
    www.metafilter.com/
    Fri Apr 19 00:45:53 UTC 2024
      81.4K bytes
      2 views
      Cache
     
  16. 10. Common pitfalls and recommended practices —...

    X_test , y_train , y_test = train_test_split ( ......X_train , X_test , y_train , y_test = train_test_split ( ......
    scikit-learn.org/stable/common_pitfalls.html
    Thu Apr 18 11:07:01 UTC 2024
      83K bytes
      Cache
     
  17. L1-based models for Sparse Signals — scikit-lea...

    import train_test_split X_train , X_test , y_train , y_test = train_test_split...train_test_split ( X , y , test_size = 0.5 , shuffle = False ) In...
    scikit-learn.org/stable/auto_examples/linear_model/plot_lasso_and_elasticnet.html
    Thu Apr 18 11:07:01 UTC 2024
      61.3K bytes
      Cache
     
  18. sklearn.model_selection.PredefinedSplit — sciki...

    Provides train/test indices to split data into train/test sets using...The entry test_fold[i] represents the index of the test set that...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.PredefinedSplit.html
    Thu Apr 18 11:06:59 UTC 2024
      26.6K bytes
      Cache
     
  19. sklearn.linear_model.RANSACRegressor — scikit-l...

    the mean accuracy on the given test data, which is used for the...Attributes : estimator_ object Best fitted model (copy of the estimator...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.RANSACRegressor.html
    Thu Apr 18 11:06:59 UTC 2024
      52.8K bytes
      Cache
     
  20. Introducing the set_output API — scikit-learn 1...

    X_test , y_train , y_test = train_test_split ( X ,...X_train ) X_test_scaled = scaler . transform ( X_test ) X_test_scaled...
    scikit-learn.org/stable/auto_examples/miscellaneous/plot_set_output.html
    Thu Apr 18 11:07:01 UTC 2024
      77K bytes
      Cache
     
Back to top