- Sort Score
- Num 10 results
- Language All
- Labels All
Results 831 - 840 of 1,301 for store (0.26 seconds)
Filter
-
homogeneity_completeness_v_measure — scikit-lea...
completeness and V-Measure scores at once. Those metrics are...elements of the same cluster. Both scores have positive values between...scikit-learn.org/stable/modules/generated/sklearn.metrics.homogeneity_completeness_v_measure.html -
LassoLarsCV — scikit-learn 1.8.0 documentation
Notes The \(R^2\) score used when calling score on a regressor uses...) . fit ( X , y ) >>> reg . score ( X , y ) 0.9993 >>> reg . alpha_...scikit-learn.org/stable/modules/generated/sklearn.linear_model.LassoLarsCV.html -
Univariate Feature Selection — scikit-learn 1.8...
y_train ) scores = - np . log10 ( selector . pvalues_ ) scores /= scores...0.45 , scores , width = 0.2 , label = r "Univariate score ($-Log(p_...scikit-learn.org/stable/auto_examples/feature_selection/plot_feature_selection.html -
Hybrid search Elasticsearch: Use cases where hy...
less it contributes to the score; and the more common it is within...more it contributes to the score. But, what if the words in the...www.elastic.co/search-labs/blog/elasticsearch-hybrid-search -
d2_tweedie_score — scikit-learn 1.8.0 documenta...
[source] # \(D^2\) regression score function, fraction of Tweedie...deviance explained. Best possible score is 1.0 and it can be negative...scikit-learn.org/stable/modules/generated/sklearn.metrics.d2_tweedie_score.html -
AdaBoostRegressor — scikit-learn 1.8.0 document...
Notes The \(R^2\) score used when calling score on a regressor uses...array([4.7972]) >>> regr . score ( X , y ) 0.9771 For a detailed...scikit-learn.org/stable/modules/generated/sklearn.ensemble.AdaBoostRegressor.html -
SequentialFeatureSelector — scikit-learn 1.8.0 ...
scoring str or callable, default=None Scoring method to..., direction = 'forward' , scoring = None , cv = 5 , n_jobs =...scikit-learn.org/stable/modules/generated/sklearn.feature_selection.SequentialFeatureSelector.html -
3.2. Tuning the hyper-parameters of an estimato...
accuracy score is often uninformative), see Which scoring function...alternative scoring function can be specified via the scoring parameter...scikit-learn.org/stable/modules/grid_search.html -
Classification of text documents using sparse f...
it is more evident that the scores of the model trained with metadata...time: { test_time : .3 } s" ) score = metrics . accuracy_score (...scikit-learn.org/stable/auto_examples/text/plot_document_classification_20newsgroups.html -
ARDRegression — 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.ARDRegression.html