- Sort Score
- Num 10 results
- Language All
- Labels All
Results 841 - 850 of 1,301 for store (0.46 seconds)
Filter
-
KernelRidge — scikit-learn 1.8.0 documentation
Notes The \(R^2\) score used when calling score on a regressor uses...n_targets) Returns predicted values. score ( X , y , sample_weight = None...scikit-learn.org/stable/modules/generated/sklearn.kernel_ridge.KernelRidge.html -
balanced_accuracy_score — scikit-learn 1.8.0 do...
would score 0, while keeping perfect performance at a score of 1....prediction scores. precision_score Compute the precision score. recall_score...scikit-learn.org/stable/modules/generated/sklearn.metrics.balanced_accuracy_score.html -
BaggingRegressor — scikit-learn 1.8.0 documenta...
Notes The \(R^2\) score used when calling score on a regressor uses...estimator. oob_score_ float Score of the training dataset obtained...scikit-learn.org/stable/modules/generated/sklearn.ensemble.BaggingRegressor.html -
Class Likelihood Ratios to measure classificati...
scoring = scoring , cv = 10 )) positive...( estimator , X , y , scoring = scoring , cv = 10 )) positive...scikit-learn.org/stable/auto_examples/model_selection/plot_likelihood_ratios.html -
Suggest API
roles lang No Language code score No Score (default: 1.0) Response..."guest" ], "lang" : "en" , "score" : 1.0 } ], "total" : 100 }...fess.codelibs.org/15.5/api/admin/api-admin-suggest.html -
RegressorMixin — scikit-learn 1.8.0 documentation
score ( X , y ) 0.0 score ( X , y , sample_weight...Notes The \(R^2\) score used when calling score on a regressor uses...scikit-learn.org/stable/modules/generated/sklearn.base.RegressorMixin.html -
Effect of model regularization on training and ...
y_train ) print ( f "Test score: { enet . score ( X_test , y_test )...shows the training and test scores of the model for different...scikit-learn.org/stable/auto_examples/model_selection/plot_train_error_vs_test_error.html -
OrthogonalMatchingPursuitCV — scikit-learn 1.8....
Notes The \(R^2\) score used when calling score on a regressor uses...) . fit ( X , y ) >>> reg . score ( X , y ) 0.9991 >>> reg . n_nonzero_coefs_...scikit-learn.org/stable/modules/generated/sklearn.linear_model.OrthogonalMatchingPursuitCV.html -
BayesianRidge — scikit-learn 1.8.0 documentation
Notes The \(R^2\) score used when calling score on a regressor uses...distribution of query points. score ( X , y , sample_weight = None...scikit-learn.org/stable/modules/generated/sklearn.linear_model.BayesianRidge.html -
PLSRegression — scikit-learn 1.8.0 documentation
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.PLSRegression.html