Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 631 - 640 of 1,074 for store (2.05 sec)

  1. Lagged features for time series forecasting — s...

    cross_val_score cv_mape_scores = - cross_val_score ( model ,...)[ 1 ] scores = consolidate_scores ( cv_results , scores , metric...
    scikit-learn.org/stable/auto_examples/applications/plot_time_series_lagged_features.html
    Sat Oct 11 07:51:25 UTC 2025
      162.8K bytes
      Cache
     
  2. CCA — scikit-learn 1.7.2 documentation

    Return x_scores if y is not given, (x_scores, y_scores) otherwise....Return x_scores if y is not given, (x_scores, y_scores) otherwise....
    scikit-learn.org/stable/modules/generated/sklearn.cross_decomposition.CCA.html
    Sat Oct 11 07:51:26 UTC 2025
      158.4K bytes
      Cache
     
  3. Clustering text documents using k-means — sciki...

    } for score_name , score_values in scores . items (): mean_score...mean_score , std_score = np . mean ( score_values ), np . std...
    scikit-learn.org/stable/auto_examples/text/plot_document_clustering.html
    Sat Oct 11 07:51:27 UTC 2025
      150.2K bytes
      Cache
     
  4. PLSRegression — scikit-learn 1.7.2 documentation

    Return x_scores if y is not given, (x_scores, y_scores) otherwise....Return x_scores if y is not given, (x_scores, y_scores) otherwise....
    scikit-learn.org/stable/modules/generated/sklearn.cross_decomposition.PLSRegression.html
    Sat Oct 11 07:51:25 UTC 2025
      160.1K bytes
      Cache
     
  5. Non-negative least squares — scikit-learn 1.7.2...

    ( "NNLS R2 score" , r2_score_nnls ) NNLS R2 score 0.8225220806196525...print ( "OLS R2 score" , r2_score_ols ) OLS R2 score 0.7436926291700354...
    scikit-learn.org/stable/auto_examples/linear_model/plot_nnls.html
    Sat Oct 11 07:51:27 UTC 2025
      93.4K bytes
      Cache
     
  6. HistGradientBoostingClassifier — scikit-learn 1...

    train_score_ ndarray, shape (n_iter_+1,) The scores at each...iteration. Scores are computed according to the scoring parameter....
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.HistGradientBoostingClassifier.html
    Sat Oct 11 07:51:26 UTC 2025
      175.3K bytes
      Cache
     
  7. Imputing missing values before building an esti...

    regressor scores = cross_val_score ( estimator , X , y , scoring = ...and score # Now we will write a function which will score the...
    scikit-learn.org/stable/auto_examples/impute/plot_missing_values.html
    Sat Oct 11 07:51:25 UTC 2025
      121.1K bytes
      Cache
     
  8. RFECV — scikit-learn 1.7.2 documentation

    score ( X , y , ** score_params ) [source] # Score using...5-fold. scoring str or callable, default=None Scoring method to...
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.RFECV.html
    Sat Oct 11 07:51:27 UTC 2025
      158.4K bytes
      Cache
     
  9. SelectPercentile — scikit-learn 1.7.2 documenta...

    feature scores, None if score_func returned only scores. n_features_in_...arrays (scores, pvalues) or a single array with scores. Default...
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.SelectPercentile.html
    Sat Oct 11 07:51:25 UTC 2025
      136.9K bytes
      Cache
     
  10. BaggingRegressor — scikit-learn 1.7.2 documenta...

    oob_score_ float Score of the training dataset...Notes The \(R^2\) score used when calling score on a regressor uses...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.BaggingRegressor.html
    Sat Oct 11 07:51:26 UTC 2025
      147.5K bytes
      Cache
     
Back to top