- Sort Score
- Num 10 results
- Language All
- Labels All
Results 1401 - 1410 of 2,057 for store (0.26 seconds)
Filter
-
LinearSVC — scikit-learn 1.8.0 documentation
confidence scores for samples. The confidence score for a sample...get the confidence scores. Returns : scores ndarray of shape (n_samples,)...scikit-learn.org/stable/modules/generated/sklearn.svm.LinearSVC.html -
Imputing missing values before building an esti...
and score # Now we will write a function which will score the...regressor scores = cross_val_score ( estimator , X , y , scoring = ...scikit-learn.org/stable/auto_examples/impute/plot_missing_values.html -
Comparing randomized search and grid search for...
with rank: 1 Mean validation score: 0.993 (std: 0.007) Parameters:...with rank: 2 Mean validation score: 0.983 (std: 0.018) Parameters:...scikit-learn.org/stable/auto_examples/model_selection/plot_randomized_search.html -
feature_selection.rst.txt
input a scoring function that returns univariate scores and p-values...improve estimators' accuracy scores or to boost their performance...scikit-learn.org/stable/_sources/modules/feature_selection.rst.txt -
LassoLarsIC — 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.LassoLarsIC.html -
Imputing missing values with variants of Iterat...
6 )) means = - scores . mean () errors = scores . std () means...cross_val_score ( estimator , X , y , scoring = "neg_mean_squared_error"...scikit-learn.org/stable/auto_examples/impute/plot_iterative_imputer_variants_comparison.html -
Suggest API
"score" : 1.0 } ], "total" : 100 }..."guest" ], "lang" : "ja" , "score" : 1.0 } } } サジェストワード作成 リクエスト...fess.codelibs.org/ja/15.5/api/admin/api-admin-suggest.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 -
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 -
DummyRegressor — scikit-learn 1.8.0 documentation
score ( X , y ) 0.0 fit ( X , y ,...distribution of query points. score ( X , y , sample_weight = None...scikit-learn.org/stable/modules/generated/sklearn.dummy.DummyRegressor.html