Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 1351 - 1360 of 2,057 for store (0.67 seconds)

Filter
  1. SelectPercentile — scikit-learn 1.8.0 documenta...

    arrays (scores, pvalues) or a single array with scores. Default...feature scores, None if score_func returned only scores. n_features_in_...
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.SelectPercentile.html
    Mon Mar 23 20:39:23 UTC 2026
      17.1K bytes
      Cache
     
  2. AdaBoostRegressor — scikit-learn 1.8.0 document...

    Notes The \(R^2\) score used when calling score on a regressor uses...array([4.7972]) >>> regr . score ( X , y ) 0.9771 For a detailed...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.AdaBoostRegressor.html
    Mon Mar 23 20:39:23 UTC 2026
      18.1K bytes
      Cache
     
  3. Univariate Feature Selection — scikit-learn 1.8...

    y_train ) scores = - np . log10 ( selector . pvalues_ ) scores /= scores...0.45 , scores , width = 0.2 , label = r "Univariate score ($-Log(p_...
    scikit-learn.org/stable/auto_examples/feature_selection/plot_feature_selection.html
    Mon Mar 23 20:39:20 UTC 2026
      16.8K bytes
      Cache
     
  4. MLPRegressor — scikit-learn 1.8.0 documentation

    The score reported is the R2 score. Only available...The best validation score (i.e. R2 score) that triggered the...
    scikit-learn.org/stable/modules/generated/sklearn.neural_network.MLPRegressor.html
    Mon Mar 23 20:39:23 UTC 2026
      21K bytes
      Cache
     
  5. Semi-supervised Classification on a Text Datase...

    model performance and return F1 score""" print ( f " Number of training...print ( f " Micro-averaged F1 score on test set: { f1 : .3f } "...
    scikit-learn.org/stable/auto_examples/semi_supervised/plot_semi_supervised_newsgroups.html
    Mon Mar 23 20:39:21 UTC 2026
      18.3K bytes
      Cache
     
  6. LassoLarsCV — scikit-learn 1.8.0 documentation

    Notes The \(R^2\) score used when calling score on a regressor uses...) . fit ( X , y ) >>> reg . score ( X , y ) 0.9993 >>> reg . alpha_...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.LassoLarsCV.html
    Mon Mar 23 20:39:20 UTC 2026
      18.8K bytes
      Cache
     
  7. 3.2. Tuning the hyper-parameters of an estimato...

    accuracy score is often uninformative), see Which scoring function...alternative scoring function can be specified via the scoring parameter...
    scikit-learn.org/stable/modules/grid_search.html
    Mon Mar 23 20:39:23 UTC 2026
      21.1K bytes
      Cache
     
  8. ARDRegression — scikit-learn 1.8.0 documentation

    Notes The \(R^2\) score used when calling score on a regressor uses...distribution of query points. score ( X , y , sample_weight = None...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.ARDRegression.html
    Mon Mar 23 20:39:21 UTC 2026
      17.9K bytes
      Cache
     
  9. KernelRidge — scikit-learn 1.8.0 documentation

    Notes The \(R^2\) score used when calling score on a regressor uses...n_targets) Returns predicted values. score ( X , y , sample_weight = None...
    scikit-learn.org/stable/modules/generated/sklearn.kernel_ridge.KernelRidge.html
    Mon Mar 23 20:39:21 UTC 2026
      18.4K bytes
      Cache
     
  10. BaggingRegressor — scikit-learn 1.8.0 documenta...

    Notes The \(R^2\) score used when calling score on a regressor uses...estimator. oob_score_ float Score of the training dataset obtained...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.BaggingRegressor.html
    Mon Mar 23 20:39:23 UTC 2026
      18.9K bytes
      Cache
     
Back to Top