Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 641 - 650 of 1,201 for store (0.46 sec)

  1. det_curve — scikit-learn 1.6.1 documentation

    y_score ndarray of shape of (n_samples,) Target scores, can...sklearn.metrics. det_curve ( y_true , y_score , pos_label = None , sample_weight...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.det_curve.html
    Sat Apr 19 00:31:22 UTC 2025
      112.5K bytes
      Cache
     
  2. 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 Apr 19 00:31:21 UTC 2025
      167.8K bytes
      Cache
     
  3. Non-negative least squares — scikit-learn 1.6.1...

    ( "NNLS R2 score" , r2_score_nnls ) NNLS R2 score 0.8225220806196525...print ( "OLS R2 score" , r2_score_ols ) OLS R2 score 0.7436926291700353...
    scikit-learn.org/stable/auto_examples/linear_model/plot_nnls.html
    Sat Apr 19 00:31:22 UTC 2025
      93.3K bytes
      Cache
     
  4. roc_curve — scikit-learn 1.6.1 documentation

    y_score array-like of shape (n_samples,) Target scores, can...sklearn.metrics. roc_curve ( y_true , y_score , * , pos_label = None , sample_weight...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.roc_curve.html
    Sat Apr 19 00:31:22 UTC 2025
      117.5K bytes
      Cache
     
  5. QuantileRegressor — scikit-learn 1.6.1 document...

    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.QuantileRegressor.html
    Sat Apr 19 00:31:22 UTC 2025
      139.6K bytes
      Cache
     
  6. Tweedie regression on insurance claims — scikit...

    "score" ): continue score = estimator . score ( X , y...subset_label , "metric" : score_label , "score" : score }) res = ( pd ....
    scikit-learn.org/stable/auto_examples/linear_model/plot_tweedie_regression_insurance_claims.html
    Sat Apr 19 00:31:21 UTC 2025
      181.1K bytes
      Cache
     
  7. Outlier detection with Local Outlier Factor (LO...

    outlier scores radius = ( X_scores . max () - X_scores ) / ( X_scores...X_scores . max () - X_scores . min ()) scatter = plt . scatter...
    scikit-learn.org/stable/auto_examples/neighbors/plot_lof_outlier_detection.html
    Sat Apr 19 00:31:22 UTC 2025
      98.6K bytes
      Cache
     
  8. 1.13. Feature selection — scikit-learn 1.6.1 do...

    input a scoring function that returns univariate scores and p-values...to provide a score_func where y=None . The score_func should use...
    scikit-learn.org/stable/modules/feature_selection.html
    Sat Apr 19 00:31:22 UTC 2025
      73.2K bytes
      Cache
     
  9. CCA — scikit-learn 1.6.1 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 Apr 19 00:31:21 UTC 2025
      161.9K bytes
      Cache
     
  10. TransformedTargetRegressor — scikit-learn 1.6.1...

    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.compose.TransformedTargetRegressor.html
    Sat Apr 19 00:31:21 UTC 2025
      144.5K bytes
      Cache
     
Back to top