- Sort Score
- Num 10 results
- Language All
- Labels All
Results 1431 - 1440 of 2,378 for store (0.35 seconds)
Filter
-
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 -
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 -
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 -
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 -
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 -
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 -
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 -
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 -
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 -
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