- Sort Score
- Num 10 results
- Language All
- Labels All
Results 1421 - 1430 of 1,998 for store (5.42 seconds)
-
label_ranking_loss — scikit-learn 1.8.0 d...
n_labels) Target scores, can either be probability...classifiers). For decision_function scores, values greater than or equal...scikit-learn.org/stable/modules/generated/sklearn.metrics.label_ranking_loss.html -
Varying regularization in Multi-layer Perceptro...
y_train ) score = clf . score ( X_test , y_test ) #.... min () + 0.3 , f " { score : .3f } " . lstrip ( "0"...scikit-learn.org/stable/auto_examples/neural_networks/plot_mlp_alpha.html -
cross_val_predict — scikit-learn 1.8.0 do...
also cross_val_score Calculate score for each CV split. cross_validate...cross_validate Calculate one or more scores and timings for each CV split....scikit-learn.org/stable/modules/generated/sklearn.model_selection.cross_val_predict.html -
Deep learning - IBM Developer
interaction and MaxSim scoring method to rank the documents...relevance to the query. This scoring method furnishes better retrieval...developer.ibm.com/technologies/deep-learning -
Multi-class AdaBoosted Decision Trees — s...
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 -
Permutation Importance vs Random Forest Feature...
estimate the generalization score. By default, :func:`~sklear..."RF train accuracy: { rf . score ( X_train , y_train ) : .3f...scikit-learn.org/stable/auto_examples/inspection/plot_permutation_importance.html -
OneClassSVM — scikit-learn 1.8.0 document...
decision function from the raw scores. We have the relation: decision_function...score_samples ( X ) [source] # Raw scoring function of the samples. Parameters...scikit-learn.org/stable/modules/generated/sklearn.svm.OneClassSVM.html -
plot_kmeans_digits.py
homo homogeneity score compl completeness score v-meas V measure...clustering_metrics] # The silhouette score requires the full dataset results...scikit-learn.org/stable/_downloads/5a87b25ba023ee709595b8d02049f021/plot_kmeans_digits.py -
plot_classifier_comparison.ipynb
y_train)\n score = clf.score(X_test, y_test)\n Dec...y_min + 0.3,\n (\"%.2f\" % score).lstrip(\"0\"),\n size=15,\n...scikit-learn.org/stable/_downloads/3438aba177365cb595921cf18806dfa7/plot_classifier_comparison.ipynb -
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