- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 711 - 720 of 1,298 for store (0.13 sec)
-
HistGradientBoostingRegressor — scikit-learn 1....
train_score_ ndarray, shape (n_iter_+1,) The scores at each...iteration. Scores are computed according to the scoring parameter....scikit-learn.org/stable/modules/generated/sklearn.ensemble.HistGradientBoostingRegressor.html -
MLPRegressor — scikit-learn 1.7.0 documentation
validation_scores_ list of shape ( n_iter_ ,) or None The score at each...validation set. The score reported is the R2 score. Only available...scikit-learn.org/stable/modules/generated/sklearn.neural_network.MLPRegressor.html -
plot_kmeans_digits.rst.txt
homo homogeneity score compl completeness score v-meas V measure...metrics.homogeneity_score, metrics.completeness_score, metrics.v_measure_score,...scikit-learn.org/stable/_sources/auto_examples/cluster/plot_kmeans_digits.rst.txt -
Categorical Feature Support in Gradient Boostin...
scoring = scoring ) one_hot_result = cross_validate...y , cv = n_cv_folds , scoring = scoring ) ordinal_result = cross_validate...scikit-learn.org/stable/auto_examples/ensemble/plot_gradient_boosting_categorical.html -
L1-based models for Sparse Signals — scikit-lea...
predict ( X_test ) r2_score_lasso = r2_score ( y_test , y_pred_lasso...predict ( X_test ) r2_score_ard = r2_score ( y_test , y_pred_ard...scikit-learn.org/stable/auto_examples/linear_model/plot_lasso_and_elasticnet.html -
sklearn.metrics — scikit-learn 1.7.0 documentation
accuracy_score Accuracy classification score. auc Compute...from prediction scores. balanced_accuracy_score Compute the balanced...scikit-learn.org/stable/api/sklearn.metrics.html -
Post-hoc tuning the cut-off point of decision f...
scoring = scoring , cv = cv , return_train_score = True...target , scoring = scoring , cv = cv , return_train_score = True...scikit-learn.org/stable/auto_examples/model_selection/plot_tuned_decision_threshold.html -
Trump administration live updates: Pete Hegseth...
Pinterest Linkedin Latest Stories Israel-Iran Trump admin Politics...faces are unique. Read the full story here. Share Trump to sign proclamation...www.nbcnews.com/politics/trump-administration/live-blog/trump-administration-hegseth-israel-iran-... -
OneVsRestClassifier — scikit-learn 1.7.0 docume...
score ( X , y , sample_weight = None...default=None Sample weights. Returns : score float Mean accuracy of self.predict(X)...scikit-learn.org/stable/modules/generated/sklearn.multiclass.OneVsRestClassifier.html -
Biclustering documents with the Spectral Co-clu...
( axis = 0 ) ) word_scores = word_scores . ravel () important_words...sklearn.metrics.cluster import v_measure_score def number_normalizer ( tokens...scikit-learn.org/stable/auto_examples/bicluster/plot_bicluster_newsgroups.html