- Sort Score
- Num 10 results
- Language All
- Labels All
Results 1011 - 1020 of 1,306 for store (0.16 seconds)
Filter
-
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 -
Dimensionality Reduction with Neighborhood Comp...
score ( model . transform ( X_test...points and show the evaluation score plt . scatter ( X_embedded [:,...scikit-learn.org/stable/auto_examples/neighbors/plot_nca_dim_reduction.html -
Species distribution modeling — scikit-learn 1....
cov_test - mean ) / std ) scores = np . r_ [ pred_test , pred_background...= metrics . roc_curve ( y , scores ) roc_auc = metrics . auc (...scikit-learn.org/stable/auto_examples/applications/plot_species_distribution_modeling.html -
Explicit feature map approximation for RBF kern...
score ( data_test , targets_test )...linear_svm_score = linear_svm . score ( data_test , targets_test )...scikit-learn.org/stable/auto_examples/miscellaneous/plot_kernel_approximation.html -
cohen_kappa_score — scikit-learn 1.8.0 document...
a score that expresses the level of...Weighting type to calculate the score. None means not weighted; “linear”...scikit-learn.org/stable/modules/generated/sklearn.metrics.cohen_kappa_score.html -
XMLによる検索結果の出力
<tr> <td</cache> <score>4.98744</score> <digest>goo の提供するス...00:00:00 から始まるミリ秒。 cache コンテンツの内容。 score ドキュメントのスコア値。 digest ドキュメントのダイジェスト文字列。...fess.codelibs.org/ja/4.0/user/xml-response.html -
A demo of K-Means clustering on the handwritten...
homo homogeneity score compl completeness score v-meas V measure...clustering_metrics ] # The silhouette score requires the full dataset results...scikit-learn.org/stable/auto_examples/cluster/plot_kmeans_digits.html -
Getting Started — scikit-learn 1.8.0 documentation
and compute the accuracy score of a pipeline on the test data:...strategies, and use custom scoring functions. Please refer to...scikit-learn.org/stable/getting_started.html -
Observability, insights, and automation: Use th...
Event storms, event grouping, and root-cause...conditions to be triggered and a storm of events to be generated. In...developer.ibm.com/articles/observability-insights-and-automation/ -
Multi-class AdaBoosted Decision Trees — scikit-...
to two baseline scores. The first baseline score is the misclassification_error...point. The second baseline score is obtained from the DummyClassifier...scikit-learn.org/stable/auto_examples/ensemble/plot_adaboost_multiclass.html