Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 801 - 810 of 1,159 for store (0.38 sec)

  1. AdaBoostRegressor — scikit-learn 1.7.1 document...

    Notes The \(R^2\) score used when calling score on a regressor uses...default value of r2_score . This influences the score method of all...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.AdaBoostRegressor.html
    Wed Aug 20 16:02:08 UTC 2025
      144.8K bytes
      Cache
     
  2. Recursive feature elimination with cross-valida...

    the cross-validated scores. The scoring strategy “accuracy” optimizes..."n_features" , "mean_test_score" , "std_test_score" ] } cv_results =...
    scikit-learn.org/stable/auto_examples/feature_selection/plot_rfe_with_cross_validation.html
    Wed Aug 20 16:02:09 UTC 2025
      98.7K bytes
      Cache
     
  3. Simple 1D Kernel Density Estimation — scikit-le...

    score_samples ( X_plot ) ax [ 1 ,...fit ( X ) log_dens = kde . score_samples ( X_plot ) ax [ 1 ,...
    scikit-learn.org/stable/auto_examples/neighbors/plot_kde_1d.html
    Wed Aug 20 16:02:09 UTC 2025
      116.1K bytes
      Cache
     
  4. Column Transformer with Mixed Types — scikit-le...

    ) print ( "model score: %.3f " % clf . score ( X_test , y_test...) print ( "model score: %.3f " % clf . score ( X_test , y_test...
    scikit-learn.org/stable/auto_examples/compose/plot_column_transformer_mixed_types.html
    Wed Aug 20 16:02:08 UTC 2025
      240.9K bytes
      Cache
     
  5. 2.7. Novelty and Outlier Detection — scikit-lea...

    This scoring function is accessible through the score_samples...of a threshold on the raw scoring function computed by the estimator....
    scikit-learn.org/stable/modules/outlier_detection.html
    Wed Aug 20 16:02:07 UTC 2025
      72.6K bytes
      Cache
     
  6. 3.3. Tuning the decision threshold for class pr...

    internal score found by cross-validation >>> model . best_score_ np.float64(0.86)...point is addressed by providing scores using predict_proba or decision_function...
    scikit-learn.org/stable/modules/classification_threshold.html
    Wed Aug 20 16:02:09 UTC 2025
      48.7K bytes
      Cache
     
  7. GenericUnivariateSelect — scikit-learn 1.7.1 do...

    of feature scores, None if score_func returned scores only. n_features_in_...Attributes : scores_ array-like of shape (n_features,) Scores of features....
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.GenericUnivariateSelect.html
    Wed Aug 20 16:02:08 UTC 2025
      134.1K bytes
      Cache
     
  8. Comparing randomized search and grid search for...

    "mean_test_score" ][ candidate ], results [ "std_test_score" ][ candidate...with rank: 1 Mean validation score: 0.987 (std: 0.011) Parameters:...
    scikit-learn.org/stable/auto_examples/model_selection/plot_randomized_search.html
    Wed Aug 20 16:02:09 UTC 2025
      97.2K bytes
      Cache
     
  9. OrthogonalMatchingPursuitCV — scikit-learn 1.7....

    Notes The \(R^2\) score used when calling score on a regressor uses...default value of r2_score . This influences the score method of all...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.OrthogonalMatchingPursuitCV.html
    Wed Aug 20 16:02:07 UTC 2025
      137.1K bytes
      Cache
     
  10. Pipeline — scikit-learn 1.7.1 documentation

    Returns : score float Result of calling score on the final...fit ( X_train , y_train ) . score ( X_test , y_test ) 0.88 >>>...
    scikit-learn.org/stable/modules/generated/sklearn.pipeline.Pipeline.html
    Wed Aug 20 16:02:07 UTC 2025
      187.8K bytes
      Cache
     
Back to top