- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 761 - 770 of 1,197 for store (0.23 sec)
-
RFE — scikit-learn 1.6.1 documentation
score ( X , y , ** score_params ) [source]...more details. Returns : score float Score of the underlying base...scikit-learn.org/stable/modules/generated/sklearn.feature_selection.RFE.html -
OutputCodeClassifier — scikit-learn 1.6.1 docum...
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.OutputCodeClassifier.html -
OneVsOneClassifier — scikit-learn 1.6.1 documen...
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.OneVsOneClassifier.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 -
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 -
Version 0.21 — scikit-learn 1.6.1 documentation
API Change The R2 score used when calling score on a regressor will...metrics.r2_score . This will influence the score method of all...scikit-learn.org/stable/whats_new/v0.21.html -
Effect of varying threshold for self-training —...
predict ( X_test ) scores [ i , fold ] = accuracy_score ( y_test_true...x_values , scores . mean ( axis = 1 ), yerr = scores . std ( axis...scikit-learn.org/stable/auto_examples/semi_supervised/plot_self_training_varying_threshold.html -
Gross National Happiness | OPHI
low GNH and 1 being a perfect score. The nine domains are equally...happy because their sufficiency score is 66% or higher. Incidence...ophi.org.uk/gross-national-happiness -
Shrinkage covariance estimation: LedoitWolf vs ...
score ( X_test ) for s in shrinkages...loglik_lw = lw . fit ( X_train ) . score ( X_test ) # OAS coefficient...scikit-learn.org/stable/auto_examples/covariance/plot_covariance_estimation.html -
OneClassSVM — scikit-learn 1.6.1 documentation
score_samples ( X ) [source] # Raw scoring function...decision function from the raw scores. We have the relation: decision_function...scikit-learn.org/stable/modules/generated/sklearn.svm.OneClassSVM.html