Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 211 - 220 of 1,160 for test (0.33 sec)

  1. GaussianProcessRegressor — scikit-learn 1.5.0 d...

    n_features) Test samples. For some estimators...theta .... # Returned are the best found hyperparameters theta...
    scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.GaussianProcessRegressor.html
    Wed May 22 15:20:08 UTC 2024
      164.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
    Wed May 22 15:20:07 UTC 2024
      160.2K bytes
      Cache
     
  3. 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
    Wed May 22 15:20:10 UTC 2024
      104.3K bytes
      Cache
     
  4. SGDRegressor — scikit-learn 1.5.0 documentation

    n_features) Test samples. For some estimators...training will stop when (loss > best_loss - tol) for n_iter_no_change...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.SGDRegressor.html
    Wed May 22 15:20:08 UTC 2024
      173.6K bytes
      Cache
     
  5. 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 May 22 15:20:07 UTC 2024
      101.6K bytes
      Cache
     
  6. Post-tuning the decision threshold for cost-sen...

    ]( est , X_test , y_test ), scoring [ "precision" ]( est , X_test..."fpr" ]( est , X_test , y_test ), scoring [ "tpr" ]( est , X_test...
    scikit-learn.org/stable/auto_examples/model_selection/plot_cost_sensitive_learning.html
    Wed May 22 15:20:05 UTC 2024
      227.5K bytes
      Cache
     
  7. We Ranked The Best Frozen Pizza Brands

    We Ranked The Best Frozen Pizza Brands I Tested And Ranked The...frozen pizzas. So I blind taste-tested the seven most popular grocery...
    www.buzzfeed.com/webstories/frozen-pizza-brands-ranked/
    Sun Apr 28 00:05:42 UTC 2024
      99K bytes
      Cache
     
  8. Lasso — scikit-learn 1.5.0 documentation

    n_features) Test samples. For some estimators...tol times \(||y||_2^2 / n_{\text{samples}}\) . The target can...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.Lasso.html
    Wed May 22 15:20:08 UTC 2024
      174.6K bytes
      Cache
     
  9. IterativeImputer — scikit-learn 1.5.0 documenta...

    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.IterativeImputer.html
    Wed May 22 15:20:05 UTC 2024
      157.4K bytes
      Cache
     
  10. Gradient Boosting regression — scikit-learn 1.5...

    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
    Wed May 22 15:20:10 UTC 2024
      107.7K bytes
      Cache
     
Back to top