- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1101 - 1110 of 2,908 for 1 (0.14 sec)
-
homogeneity_completeness_v_measure — scikit-lea...
1 , 1 , 2 , 2 ], [ 0 , 0 , 1 , 2 , 2 , 2 ] >>>...float Score between 0.0 and 1.0. 1.0 stands for perfectly homogeneous...scikit-learn.org/stable/modules/generated/sklearn.metrics.homogeneity_completeness_v_measure.html -
Post pruning decision trees with cost complexit...
plot ( ccp_alphas [: - 1 ], impurities [: - 1 ], marker = "o" , drawstyle...clfs [ - 1 ] . tree_ . node_count , ccp_alphas [ - 1 ] ) ) Number...scikit-learn.org/stable/auto_examples/tree/plot_cost_complexity_pruning.html -
Plot the decision surfaces of ensembles of tree...
() - 1 , X [:, 0 ] . max () + 1 y_min , y_max = X [:, 1 ] . min...min () - 1 , X [:, 1 ] . max () + 1 xx , yy = np . meshgrid (...scikit-learn.org/stable/auto_examples/ensemble/plot_forest_iris.html -
johnson_lindenstrauss_min_dim — scikit-learn 1....
defined by: (1 - eps) ||u - v||^2 < ||p(u) - p(v)||^2 < (1 + eps) ||u...]0, 1[ and p is a projection by a random Gaussian N(0, 1) matrix...scikit-learn.org/stable/modules/generated/sklearn.random_projection.johnson_lindenstrauss_min_dim... -
Out-of-core classification of text documents — ...
()[ 1 ], rotation = 30 ) ymax = max ( cls_runtime ) * 1.2 ax...__init__ ( self , encoding = "latin-1" ): HTMLParser . __init__ ( self...scikit-learn.org/stable/auto_examples/applications/plot_out_of_core_classification.html -
Comparing different hierarchical linkage method...
"connectivity matrix is [0-9]{1,2}" " > 1. Completing it to avoid stopping...y_pred ) + 1 ), ) ) ) plt . scatter ( X [:, 0 ], X [:, 1 ], s = 10...scikit-learn.org/stable/auto_examples/cluster/plot_linkage_comparison.html -
Empirical evaluation of the impact of k-means i...
mean ( axis = 1 ), inertia . std ( axis = 1 ), fmt = format...using a init="random" and n_init=1 . This run leads to a bad convergence...scikit-learn.org/stable/auto_examples/cluster/plot_kmeans_stability_low_dim_dense.html -
scikit-learn: machine learning in Python — scik...
scikit-learn 1.8 (Changelog) . June 2025. scikit-learn 1.7.0 is available...January 2025. scikit-learn 1.6.1 is available for download (...scikit-learn.org/stable/index.html -
Detection error tradeoff (DET) curve — scikit-l...
random_state = 1 , n_clusters_per_class = 1 , ) X_train , X_test...make_classification ( n_samples = 1_000 , n_features = 2 , n_redundant...scikit-learn.org/stable/auto_examples/model_selection/plot_det.html -
Comparing Random Forests and Histogram Gradient...
row = 1 , col = 1 ) fig . add_trace ( line_trace , row = 1 , col...row = 1 , col = 2 ) fig . add_trace ( line_trace , row = 1 , col...scikit-learn.org/stable/auto_examples/ensemble/plot_forest_hist_grad_boosting_comparison.html