- Sort Score
- Num 10 results
- Language All
- Labels All
Results 1371 - 1380 of 2,057 for store (0.38 seconds)
Filter
-
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 -
plot_multi_metric_evaluation.rst.txt
scoring=scoring, refit="AUC", n_jobs=2,...can be done by setting the ``scoring`` parameter to a list of metric...scikit-learn.org/stable/_sources/auto_examples/model_selection/plot_multi_metric_evaluation.rst.txt -
cross_val_score — scikit-learn 1.8.0 documentation
to return train scores, fit times and score times. cross_val_predict...None , * , groups = None , scoring = None , cv = None , n_jobs...scikit-learn.org/stable/modules/generated/sklearn.model_selection.cross_val_score.html -
Lasso — scikit-learn 1.8.0 documentation
Notes The \(R^2\) score used when calling score on a regressor uses...(n_samples,) Returns predicted values. score ( X , y , sample_weight = None...scikit-learn.org/stable/modules/generated/sklearn.linear_model.Lasso.html -
Hybrid search with Elasticsearch | Elastic
both worlds Scoring that makes sense Use BM25F scoring with full...understand how docs score. Vector scores are fully exposed —...www.elastic.co/elasticsearch/hybrid-search -
SelectFpr — scikit-learn 1.8.0 documentation
returning a pair of arrays (scores, pvalues). Default is f_classif...array-like of shape (n_features,) Scores of features. pvalues_ array-like...scikit-learn.org/stable/modules/generated/sklearn.feature_selection.SelectFpr.html -
GradientBoostingRegressor — scikit-learn 1.8.0 ...
Notes The \(R^2\) score used when calling score on a regressor uses...squared error with improvement score by Friedman, “squared_error”...scikit-learn.org/stable/modules/generated/sklearn.ensemble.GradientBoostingRegressor.html -
Pipeline — scikit-learn 1.8.0 documentation
Returns : score float Result of calling score on the final...fit ( X_train , y_train ) . score ( X_test , y_test ) 0.88 >>>...scikit-learn.org/stable/modules/generated/sklearn.pipeline.Pipeline.html -
SelectKBest — scikit-learn 1.8.0 documentation
arrays (scores, pvalues) or a single array with scores. Default...feature scores, None if score_func returned only scores. n_features_in_...scikit-learn.org/stable/modules/generated/sklearn.feature_selection.SelectKBest.html -
2.3. Clustering — scikit-learn 1.8.0 documentation
lower scores, and for the adjusted Rand index the score will be...rename 2 to 3, and get the same score: >>> labels_pred = [ 1 , 1 ,...scikit-learn.org/stable/modules/clustering.html