Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 791 - 800 of 1,301 for store (0.15 seconds)

Filter
  1. RBF SVM parameters — scikit-learn 1.8.0 documen...

    midpoint value close to the score values of the best performing...better solution can be found. Scores being equal, it may make sense...
    scikit-learn.org/stable/auto_examples/svm/plot_rbf_parameters.html
    Mon Mar 23 20:39:20 UTC 2026
      19.8K bytes
      Cache
     
  2. MultiOutputRegressor — scikit-learn 1.8.0 docum...

    Notes The \(R^2\) score used when calling score on a regressor uses...generated for each predictor. score ( X , y , sample_weight = None...
    scikit-learn.org/stable/modules/generated/sklearn.multioutput.MultiOutputRegressor.html
    Mon Mar 23 20:39:21 UTC 2026
      17.3K bytes
      Cache
     
  3. NuSVR — scikit-learn 1.8.0 documentation

    Notes The \(R^2\) score used when calling score on a regressor uses...(n_samples,) The predicted values. score ( X , y , sample_weight = None...
    scikit-learn.org/stable/modules/generated/sklearn.svm.NuSVR.html
    Mon Mar 23 20:39:21 UTC 2026
      18.5K bytes
      Cache
     
  4. Demonstration of multi-metric evaluation on cro...

    scoring = scoring , refit = "AUC" , n_jobs...can be done by setting the scoring parameter to a list of metric...
    scikit-learn.org/stable/auto_examples/model_selection/plot_multi_metric_evaluation.html
    Mon Mar 23 20:39:22 UTC 2026
      16.9K bytes
      Cache
     
  5. ElasticNetCV — scikit-learn 1.8.0 documentation

    Notes The \(R^2\) score used when calling score on a regressor uses...giving the best prediction score is used. Note that a good choice...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.ElasticNetCV.html
    Mon Mar 23 20:39:23 UTC 2026
      21.2K bytes
      Cache
     
  6. RFECV — scikit-learn 1.8.0 documentation

    scoring str or callable, default=None Scoring method to...classes_ . score ( X , y , ** score_params ) [source] # Score using...
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.RFECV.html
    Mon Mar 23 20:39:23 UTC 2026
      19.6K bytes
      Cache
     
  7. AdaBoostClassifier — scikit-learn 1.8.0 documen...

    score ( X , y ) 0.96 For a detailed...converted to CSR. Returns : score ndarray of shape of (n_samples,...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.AdaBoostClassifier.html
    Mon Mar 23 20:39:21 UTC 2026
      19.1K bytes
      Cache
     
  8. Wikipedia principal eigenvector — scikit-learn ...

    prev_scores = scores scores = ( alpha * ( scores * X + np . dot...err < n * tol : return scores return scores print ( "Computing principal...
    scikit-learn.org/stable/auto_examples/applications/wikipedia_principal_eigenvector.html
    Mon Mar 23 20:39:22 UTC 2026
      18.8K bytes
      Cache
     
  9. explained_variance_score — scikit-learn 1.8.0 d...

    variance regression score function. Best possible score is 1.0, lower...Explained Variance score is similar to the R^2 score , but the former...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.explained_variance_score.html
    Mon Mar 23 20:39:23 UTC 2026
      14.2K bytes
      Cache
     
  10. Lasso — scikit-learn 1.8.0 documentation

    Notes The \(R^2\) score used when calling score on a regressor uses...(n_samples,) Returns predicted values. score ( X , y , sample_weight = None...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.Lasso.html
    Mon Mar 23 20:39:21 UTC 2026
      21.9K bytes
      Cache
     
Back to Top