Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

  1. sklearn.linear_model.BayesianRidge — scikit-lea...

    n_features) Test samples. For some estimators...y_true.mean()) ** 2).sum() . The best possible score is 1.0 and it...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.BayesianRidge.html
    Wed Apr 24 18:54:16 UTC 2024
      63K bytes
      Cache
     
  2. sklearn.ensemble.BaggingRegressor — scikit-lear...

    n_features) Test samples. For some estimators...y_true.mean()) ** 2).sum() . The best possible score is 1.0 and it...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.BaggingRegressor.html
    Wed Apr 24 18:54:16 UTC 2024
      59.4K bytes
      Cache
     
  3. Gradient Boosting Out-of-Bag estimates — scikit...

    -= test_score [ 0 ] test_best_iter = x [ np . argmin ( test_score...x = test_best_iter , color = test_color , linestyle = test_line...
    scikit-learn.org/stable/auto_examples/ensemble/plot_gradient_boosting_oob.html
    Wed Apr 24 18:54:16 UTC 2024
      48.8K bytes
      Cache
     
  4. MetaFilter Projects

    interactive text adventure A climate-fiction text adventure with...performed a study on myself to test this hypothesis. I lost a modest...
    projects.metafilter.com
    Thu Apr 25 00:54:21 UTC 2024
      71.3K bytes
      Cache
     
  5. 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
    Wed Apr 24 18:54:16 UTC 2024
      51.8K bytes
      Cache
     
  6. 8.2. Computational Performance — scikit-learn 1...

    Here is sample code to test the sparsity of your input:...sparsify () clf . predict ( X_test ) In this example we prefer...
    scikit-learn.org/stable/computing/computational_performance.html
    Wed Apr 24 18:54:16 UTC 2024
      43.3K 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
    Wed Apr 24 18:54:19 UTC 2024
      54.4K bytes
      Cache
     
  8. Balance model complexity and cross-validated sc...

    deviation of the best `mean_test_score`. """ best_score_idx = np...][ best_score_idx ] - cv_results [ "std_test_score" ][ best_score_idx...
    scikit-learn.org/stable/auto_examples/model_selection/plot_grid_search_refit_callable.html
    Wed Apr 24 18:54:20 UTC 2024
      37K bytes
      Cache
     
  9. Nested versus non-nested cross-validation — sci...

    ) non_nested_scores [ i ] = clf . best_score_ # Nested CV with...[ non_nested_scores_line , nested_line ], [ "Non-Nested CV" ,...
    scikit-learn.org/stable/auto_examples/model_selection/plot_nested_cross_validation_iris.html
    Wed Apr 24 18:54:16 UTC 2024
      39.5K bytes
      Cache
     
  10. Installing scikit-learn — scikit-learn 1.4.2 do...

    2 tests pytest-cov 2.9.0 tests ruff 0.0.272 tests black 23.3.0...23.3.0 tests mypy 1.3 tests pyamg 4.0.0 tests polars 0.19.12...
    scikit-learn.org/stable/install.html
    Wed Apr 24 18:54:16 UTC 2024
      37.3K bytes
      Cache
     
  11. 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
    Wed Apr 24 18:54:16 UTC 2024
      56.9K bytes
      Cache
     
  12. 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 Apr 24 18:54:16 UTC 2024
      52.4K bytes
      Cache
     
  13. GMM covariances — scikit-learn 1.4.2 documentation

    train_index ] X_test = iris . data [ test_index ] y_test = iris . target...transAxes ) y_test_pred = estimator . predict ( X_test ) test_accuracy...
    scikit-learn.org/stable/auto_examples/mixture/plot_gmm_covariances.html
    Wed Apr 24 18:54:16 UTC 2024
      45.5K bytes
      Cache
     
  14. 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
    Wed Apr 24 18:54:19 UTC 2024
      52.8K bytes
      Cache
     
  15. Sample pipeline for text feature extraction and...

    ) data_test = fetch_20newsgroups ( subset = "test" , categories...vect__norm: l1 test_accuracy = random_search . score ( data_test . data...
    scikit-learn.org/stable/auto_examples/model_selection/plot_grid_search_text_feature_extraction.html
    Wed Apr 24 18:54:20 UTC 2024
      91.7K bytes
      Cache
     
  16. sklearn.cross_decomposition.PLSRegression — sci...

    n_features) Test samples. For some estimators...y_true.mean()) ** 2).sum() . The best possible score is 1.0 and it...
    scikit-learn.org/stable/modules/generated/sklearn.cross_decomposition.PLSRegression.html
    Wed Apr 24 18:54:16 UTC 2024
      75.7K bytes
      Cache
     
  17. Dimensionality Reduction with Neighborhood Comp...

    train/test X_train , X_test , y_train , y_test = train_test_split...( model . transform ( X_test ), y_test ) # Embed the data set...
    scikit-learn.org/stable/auto_examples/neighbors/plot_nca_dim_reduction.html
    Wed Apr 24 18:54:16 UTC 2024
      35.2K bytes
      Cache
     
  18. sklearn.linear_model.HuberRegressor — scikit-le...

    n_features) Test samples. For some estimators...y_true.mean()) ** 2).sum() . The best possible score is 1.0 and it...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.HuberRegressor.html
    Wed Apr 24 18:54:16 UTC 2024
      58.1K bytes
      Cache
     
  19. 2.6. Covariance estimation — scikit-learn 1.4.2...

    then the test set is supposed to have the...
    scikit-learn.org/stable/modules/covariance.html
    Wed Apr 24 18:54:19 UTC 2024
      41.9K bytes
      Cache
     
  20. Multiclass Receiver Operating Characteristic (R...

    X_test , y_train , y_test , ) = train_test_split ( X...( X_test ) One-vs-Rest multiclass ROC The One-vs-the-Rest (OvR)...
    scikit-learn.org/stable/auto_examples/model_selection/plot_roc.html
    Wed Apr 24 18:54:16 UTC 2024
      85.1K bytes
      Cache
     
Back to top