Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 1431 - 1440 of 2,378 for store (1.96 seconds)

Filter
  1. LinearRegression — scikit-learn 1.8.0 doc...

    Notes The \(R^2\) score used when calling score on a regressor uses...X , y ) >>> reg . score ( X , y ) 1.0 >>> reg...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.LinearRegression.html
    Mon Mar 09 14:07:53 UTC 2026
      19.7K bytes
      Cache
     
  2. 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 02 11:09:51 UTC 2026
      143K bytes
      Cache
     
  3. AdaBoostClassifier — scikit-learn 1.8.0 d...

    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 09 14:07:53 UTC 2026
      19.1K bytes
      Cache
     
  4. Target Encoder’s Internal Cross fitting —...

    Model score on training set: " , raw_model . score ( X_train..."Raw Model score on test set: " , raw_model . score ( X_test...
    scikit-learn.org/stable/auto_examples/preprocessing/plot_target_encoder_cross_val.html
    Mon Mar 09 14:07:56 UTC 2026
      18.2K bytes
      Cache
     
  5. check_scoring — scikit-learn 1.8.0 docume...

    If scoring represents a single score, one can use:...criterion is used. If scoring represents multiple scores, one can use:...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.check_scoring.html
    Mon Mar 09 14:07:54 UTC 2026
      13.9K bytes
      Cache
     
  6. PLSCanonical — scikit-learn 1.8.0 documen...

    Notes The \(R^2\) score used when calling score on a regressor uses...in high dimensional space. score ( X , y , sample_weight = None...
    scikit-learn.org/stable/modules/generated/sklearn.cross_decomposition.PLSCanonical.html
    Mon Mar 09 14:07:53 UTC 2026
      18.5K bytes
      Cache
     
  7. Compare Stochastic learning strategies for MLPC...

    "Training set score: %f " % mlp . score ( X , y )) print...learning-rate Training set score: 0.980000 Training set loss:...
    scikit-learn.org/stable/auto_examples/neural_networks/plot_mlp_training_curves.html
    Mon Mar 09 14:07:53 UTC 2026
      17K bytes
      Cache
     
  8. Rank Fusion 配置

    = 60 Score Fusion 配置: rank . fusion . algorithm = score rank...fusion . score . normalize = true rank . fusion . score . weights...
    fess.codelibs.org/zh-cn/15.5/config/rank-fusion.html
    Mon Mar 09 02:55:58 UTC 2026
      42.8K bytes
      Cache
     
  9. grid_search.rst.txt

    alternative scoring function can be specified via the ``scoring`` parameter...for the ``scoring`` parameter. Multimetric scoring can either...
    scikit-learn.org/stable/_sources/modules/grid_search.rst.txt
    Thu Mar 05 14:15:31 UTC 2026
      9.9K bytes
     
  10. roc_auc_score — scikit-learn 1.8.0 docume...

    transpose ([ score [:, 1 ] for score in y_score ]) >>>...Curve (ROC AUC) from prediction scores. Note: this implementation...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.roc_auc_score.html
    Mon Mar 09 14:07:53 UTC 2026
      17.6K bytes
      Cache
     
Back to Top