- Sort Score
- Num 10 results
- Language All
- Labels All
Results 1361 - 1370 of 1,998 for store (0.24 seconds)
-
Post pruning decision trees with cost complexit...
ccp_alpha based on validation scores. See also Minimal Cost-Complexity...accuracy. train_scores = [ clf . score ( X_train , y_train ) for clf...scikit-learn.org/stable/auto_examples/tree/plot_cost_complexity_pruning.html -
Multilabel classification using a classifier ch...
The Jaccard similarity score for chain tends to be greater...0.5. The Jaccard similarity score of the ensemble is greater than...scikit-learn.org/stable/auto_examples/multioutput/plot_classifier_chain_yeast.html -
GaussianNB — scikit-learn 1.8.0 documenta...
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.naive_bayes.GaussianNB.html -
Model selection with Probabilistic PCA and Fact...
label = "PCA scores" ) plt . plot ( n_components..."r" , label = "FA scores" ) plt . axvline ( rank...scikit-learn.org/stable/auto_examples/decomposition/plot_pca_vs_fa_model_selection.html -
XML results output
&lt;td</cache> <score>4.98744</score> <digest>goo...contents of the content. score Score values of the document. Digest...fess.codelibs.org/4.0/user/xml-response.html -
SVM-Anova: SVM with univariate feature selectio...
improve the classification scores. We use the iris dataset (4...) Plot the cross-validation score as a function of percentile...scikit-learn.org/stable/auto_examples/svm/plot_svm_anova.html -
BernoulliNB — scikit-learn 1.8.0 document...
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.naive_bayes.BernoulliNB.html -
Label Propagation digits: Active learning ̵...
total) precision recall f1-score support 0 1.00 1.00 1.00 22...total) precision recall f1-score support 0 1.00 1.00 1.00 22...scikit-learn.org/stable/auto_examples/semi_supervised/plot_label_propagation_digits_active_learni... -
IBM watsonx Hackathons - IBM Developer
Watch their story 2024 Call for Code Global Challenge...area of expertise. Read their story 2021 Call for Code Global Challenge...developer.ibm.com/hackathons/ -
Classifier comparison — scikit-learn 1.8....
y_train ) score = clf . score ( X_test , y_test ) ...0.3 , ( " %.2f " % score ) . lstrip ( "0" ),...scikit-learn.org/stable/auto_examples/classification/plot_classifier_comparison.html