- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 771 - 780 of 1,520 for store (0.1 sec)
-
LassoLarsIC — scikit-learn 1.5.2 documentation
Notes The \(R^2\) score used when calling score on a regressor uses...default value of r2_score . This influences the score method of all...scikit-learn.org/stable/modules/generated/sklearn.linear_model.LassoLarsIC.html -
Ridge — scikit-learn 1.5.2 documentation
Notes The \(R^2\) score used when calling score on a regressor uses...default value of r2_score . This influences the score method of all...scikit-learn.org/stable/modules/generated/sklearn.linear_model.Ridge.html -
Statistical comparison of models using grid sea...
"rank_test_score" , "mean_test_score" , "std_test_score" ]] params...params rank_test_score mean_test_score std_test_score kernel rbf {'kernel':...scikit-learn.org/stable/auto_examples/model_selection/plot_grid_search_stats.html -
A demo of the Spectral Co-Clustering algorithm ...
fit ( data ) score = consensus_score ( model . biclusters_...print ( "consensus score: {:.3f} " . format ( score )) fit_data =...scikit-learn.org/stable/auto_examples/bicluster/plot_spectral_coclustering.html -
Elon Musk Once Committed Immigration Fraud — He...
lets you Digg (upvote) stories, save stories to revisit later, and...lets you Digg (upvote) stories, save stories to revisit later, and...digg.com/digg-vids/link/elon-musk-immigration-fraud-explanation-video -
RFECV — scikit-learn 1.5.2 documentation
cross-validation scores across (k)th fold. mean_test_score ndarray of...,) Mean of scores over the folds. std_test_score ndarray of shape...scikit-learn.org/stable/modules/generated/sklearn.feature_selection.RFECV.html -
ClassifierMixin — scikit-learn 1.5.2 documentation
"classifier" ; score method that default to accuracy_score . enforce...>>> estimator . score ( X , y ) 0.66... score ( X , y , sample_weight...scikit-learn.org/stable/modules/generated/sklearn.base.ClassifierMixin.html -
Custom refit strategy of a grid search with cro...
define the scores to select the best candidate. scores = [ "precision"...(), tuned_parameters , scoring = scores , refit = refit_strategy...scikit-learn.org/stable/auto_examples/model_selection/plot_grid_search_digits.html -
auc — scikit-learn 1.5.2 documentation
average_precision_score Compute average precision from prediction scores. p...the ROC-curve, see roc_auc_score . For an alternative way to...scikit-learn.org/stable/modules/generated/sklearn.metrics.auc.html -
RidgeClassifier — scikit-learn 1.5.2 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.linear_model.RidgeClassifier.html