Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 1241 - 1250 of 1,998 for store (3.34 seconds)

  1. Early stopping of Stochastic Gradient Descent &...

    "Train score" , "Test score" , ] results_df..., [ "Train score" , "Test score" ]): for style...
    scikit-learn.org/stable/auto_examples/linear_model/plot_sgd_early_stopping.html
    Mon Jan 26 11:09:14 GMT 2026
      107.3K bytes
      Cache
     
  2. balanced_accuracy_score — scikit-learn 1....

    would score 0, while keeping perfect performance at a score of 1....prediction scores. precision_score Compute the precision score. recall_score...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.balanced_accuracy_score.html
    Mon Jan 26 14:16:30 GMT 2026
      111.2K bytes
      Cache
     
  3. Clustering text documents using k-means —...

    section we define a function to score different clustering pipelines...else name train_times = [] scores = defaultdict ( list ) for...
    scikit-learn.org/stable/auto_examples/text/plot_document_clustering.html
    Mon Jan 26 11:09:14 GMT 2026
      149.8K bytes
      Cache
     
  4. PoissonRegressor — scikit-learn 1.8.0 doc...

    score ( X , y ) np.float64(0.990)...(n_samples,) Returns predicted values. score ( X , y , sample_weight = None...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.PoissonRegressor.html
    Mon Jan 26 14:16:30 GMT 2026
      140K bytes
      Cache
     
  5. Tweedie regression on insurance claims — ...

    "score" ): continue score = estimator . score ( X ,...score_label , "score" : score }) res = ( pd . DataFrame...
    scikit-learn.org/stable/auto_examples/linear_model/plot_tweedie_regression_insurance_claims.html
    Mon Jan 26 11:09:12 GMT 2026
      181.6K bytes
      Cache
     
  6. Imputing missing values with variants of Iterat...

    6 )) means = - scores . mean () errors = scores . std () means...cross_val_score ( estimator , X , y , scoring = "neg_mean_squared_error"...
    scikit-learn.org/stable/auto_examples/impute/plot_iterative_imputer_variants_comparison.html
    Mon Jan 26 11:09:14 GMT 2026
      113K bytes
      Cache
     
  7. CalibratedClassifierCV — scikit-learn 1.8...

    Transforming Classifier Scores into Accurate Multiclass Probability...n_classes) The predicted probas. score ( X , y , sample_weight = None...
    scikit-learn.org/stable/modules/generated/sklearn.calibration.CalibratedClassifierCV.html
    Mon Jan 26 11:09:12 GMT 2026
      157.2K bytes
      Cache
     
  8. precision_recall_fscore_support — scikit-...

    F-beta score reaches its best value at 1 and worst score at 0....('precision', 'recall', 'f-score') , sample_weight = None , zero_division...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.precision_recall_fscore_support.html
    Mon Jan 26 14:16:29 GMT 2026
      123.4K bytes
      Cache
     
  9. learning_curve — scikit-learn 1.8.0 docum...

    scoring str or callable, default=None Scoring method to...0.55, 0.78, 1.]) , cv = None , scoring = None , exploit_incremental_learning...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.learning_curve.html
    Mon Jan 26 14:16:33 GMT 2026
      125.6K bytes
      Cache
     
  10. calinski_harabasz_score — scikit-learn 1....

    Returns : score float The resulting Calinski-Harabasz score. References...Compute the Calinski and Harabasz score. It is also known as the Variance...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.calinski_harabasz_score.html
    Mon Jan 26 14:16:33 GMT 2026
      108.1K bytes
      Cache
     
Back to Top