Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 641 - 650 of 1,298 for store (0.12 sec)

  1. SelectFdr — scikit-learn 1.7.0 documentation

    Attributes : scores_ array-like of shape (n_features,) Scores of features....sklearn.feature_selection. SelectFdr ( score_func=<function f_classif> ,...
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.SelectFdr.html
    Thu Jul 03 11:42:06 UTC 2025
      132.9K bytes
      Cache
     
  2. SelectFwe — scikit-learn 1.7.0 documentation

    Attributes : scores_ array-like of shape (n_features,) Scores of features....sklearn.feature_selection. SelectFwe ( score_func=<function f_classif> ,...
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.SelectFwe.html
    Thu Jul 03 11:42:06 UTC 2025
      131.8K bytes
      Cache
     
  3. LassoCV — scikit-learn 1.7.0 documentation

    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.LassoCV.html
    Thu Jul 03 11:42:05 UTC 2025
      169.1K bytes
      Cache
     
  4. SelectFpr — scikit-learn 1.7.0 documentation

    Attributes : scores_ array-like of shape (n_features,) Scores of features....sklearn.feature_selection. SelectFpr ( score_func=<function f_classif> ,...
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.SelectFpr.html
    Thu Jul 03 11:42:06 UTC 2025
      132.7K bytes
      Cache
     
  5. ElasticNet — scikit-learn 1.7.0 documentation

    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.ElasticNet.html
    Thu Jul 03 11:42:05 UTC 2025
      166.1K bytes
      Cache
     
  6. Comparison between grid search and successive h...

    mean_test_score values for the highest iter scores_matrix = results..."mean_test_score" , aggfunc = "last" , ) else : scores_matrix =...
    scikit-learn.org/stable/auto_examples/model_selection/plot_successive_halving_heatmap.html
    Thu Jul 03 11:42:05 UTC 2025
      106K bytes
      Cache
     
  7. Comparing Linear Bayesian Regressors — scikit-l...

    np ard_scores = - np . array ( ard . scores_ ) brr_scores = - np...array ( brr . scores_ ) plt . plot ( ard_scores , color = "navy"...
    scikit-learn.org/stable/auto_examples/linear_model/plot_ard.html
    Thu Jul 03 11:42:05 UTC 2025
      120K bytes
      Cache
     
  8. Comparison of kernel ridge regression and SVR —...

    best_params_ } and R2 score: { svr . best_score_ : .3f } " ) print...best_params_ } and R2 score: { kr . best_score_ : .3f } " ) print...
    scikit-learn.org/stable/auto_examples/miscellaneous/plot_kernel_ridge_regression.html
    Thu Jul 03 11:42:05 UTC 2025
      122.9K bytes
      Cache
     
  9. Metadata Routing — scikit-learn 1.7.0 documenta...

    add ( caller = "score" , callee = "score" ), ) return router...'predict'}, {'callee': 'score', 'caller': 'score'}], 'router': {'fit':...
    scikit-learn.org/stable/auto_examples/miscellaneous/plot_metadata_routing.html
    Thu Jul 03 11:42:06 UTC 2025
      272.6K bytes
      Cache
     
  10. 3.2. Tuning the hyper-parameters of an estimato...

    cy_score for classification and sklearn.metrics.r2_score for...accuracy score is often uninformative), see Which scoring function...
    scikit-learn.org/stable/modules/grid_search.html
    Thu Jul 03 11:42:05 UTC 2025
      130.8K bytes
      Cache
     
Back to top