Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 611 - 620 of 1,301 for store (0.17 sec)

  1. PLSCanonical — scikit-learn 1.7.0 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.PLSCanonical.html
    Thu Jul 03 11:42:06 UTC 2025
      159.6K bytes
      Cache
     
  2. 11. Common pitfalls and recommended practices —...

    import cross_val_score >>> scores = cross_val_score ( pipeline ,...accuracy: { scores . mean () : .2f } +/- { scores . std () : .2f...
    scikit-learn.org/stable/common_pitfalls.html
    Thu Jul 03 11:42:05 UTC 2025
      102.8K bytes
      Cache
     
  3. MLPRegressor — scikit-learn 1.7.0 documentation

    validation_scores_ list of shape ( n_iter_ ,) or None The score at each...validation set. The score reported is the R2 score. Only available...
    scikit-learn.org/stable/modules/generated/sklearn.neural_network.MLPRegressor.html
    Thu Jul 03 11:42:06 UTC 2025
      163.6K bytes
      Cache
     
  4. ExtraTreesRegressor — scikit-learn 1.7.0 docume...

    the generalization score. By default, r2_score is used. Provide...number of outputs. oob_score_ float Score of the training dataset...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.ExtraTreesRegressor.html
    Thu Jul 03 11:42:06 UTC 2025
      162.2K bytes
      Cache
     
  5. Categorical Feature Support in Gradient Boostin...

    scoring = scoring ) one_hot_result = cross_validate...y , cv = n_cv_folds , scoring = scoring ) ordinal_result = cross_validate...
    scikit-learn.org/stable/auto_examples/ensemble/plot_gradient_boosting_categorical.html
    Thu Jul 03 11:42:06 UTC 2025
      125.4K bytes
      Cache
     
  6. clustering.rst.txt

    _rand_score: .. _adjusted_rand_score: Rand index ----------...:func:`rand_score` and :func:`adjusted_rand_score` are **symmetric**:...
    scikit-learn.org/stable/_sources/modules/clustering.rst.txt
    Wed Jul 02 18:21:48 UTC 2025
      92.8K bytes
      3 views
     
  7. L1-based models for Sparse Signals — scikit-lea...

    predict ( X_test ) r2_score_lasso = r2_score ( y_test , y_pred_lasso...predict ( X_test ) r2_score_ard = r2_score ( y_test , y_pred_ard...
    scikit-learn.org/stable/auto_examples/linear_model/plot_lasso_and_elasticnet.html
    Thu Jul 03 11:42:05 UTC 2025
      125.4K bytes
      Cache
     
  8. CCA — scikit-learn 1.7.0 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
    Thu Jul 03 11:42:06 UTC 2025
      158.9K bytes
      Cache
     
  9. Post-hoc tuning the cut-off point of decision f...

    scoring = scoring , cv = cv , return_train_score = True...target , scoring = scoring , cv = cv , return_train_score = True...
    scikit-learn.org/stable/auto_examples/model_selection/plot_tuned_decision_threshold.html
    Thu Jul 03 11:42:05 UTC 2025
      136.2K bytes
      Cache
     
  10. coverage_error — scikit-learn 1.7.0 documentation

    y_score , * , sample_weight = None )...need to go through the ranked scores to cover all true labels. The...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.coverage_error.html
    Thu Jul 03 11:42:06 UTC 2025
      108.2K bytes
      Cache
     
Back to top