- Sort Score
- Num 10 results
- Language All
- Labels All
Results 861 - 870 of 7,881 for 2 (2.65 seconds)
-
Gradient Boosting regularization — scikit...
2, max_features=2" , "magenta"..."learning_rate" : 0.2 , "max_features" : 2 }, ), ]: params...scikit-learn.org/stable/auto_examples/ensemble/plot_gradient_boosting_regularization.html -
Model Complexity Influence — scikit-learn...
"n_iter_no_change" : 2 , }, "changing_param"..."C" : 1e3 , "gamma" : 2 **- 15 }, "changing_param"...scikit-learn.org/stable/auto_examples/applications/plot_model_complexity_influence.html -
Version 0.13 — scikit-learn 1.7.2 documen...
Dickerson 2 ApproximateIdentity 2 John Benediktsson 2 Mark Veronda...Veronda 2 Matti Lyra 2 Mikhail Korobov 2 Xinfan Meng 1 Alejandro...scikit-learn.org/stable/whats_new/v0.13.html -
Plot the decision surfaces of ensembles of tree...
2 , w_pad = 0.2 , pad = 2.5 ) plt . show ()...pair in ([ 0 , 1 ], [ 0 , 2 ], [ 2 , 3 ]): for model in models...scikit-learn.org/stable/auto_examples/ensemble/plot_forest_iris.html -
Pipeline ANOVA SVM — scikit-learn 1.7.2 d...
n_classes = 2 , n_clusters_per_class = 2 , random_state =...scikit-learn.org/stable/auto_examples/feature_selection/plot_feature_selection_pipeline.html -
Post-tuning the decision threshold for cost-sen...
# (2) in Elkan paper [2]_. gain_matrix = np...metric" , ) axs [ 2 ] . legend () axs [ 2 ] . set_xlabel ( "Decision...scikit-learn.org/stable/auto_examples/model_selection/plot_cost_sensitive_learning.html -
Comparison of LDA and PCA 2D projection of Iris...
the different samples on the 2 first principal components. Linear...target_names pca = PCA ( n_components = 2 ) X_r = pca . fit ( X ) . transform...scikit-learn.org/stable/auto_examples/decomposition/plot_pca_vs_lda.html -
Wikipedia principal eigenvector — scikit-...
0 ])] = short_name ( split [ 2 ]) if l % 1000000 == 0 : print...index_map , short_name ( split [ 2 ])) links . append (( i , j ))...scikit-learn.org/stable/auto_examples/applications/wikipedia_principal_eigenvector.html -
t-SNE: The effect of various perplexity values ...
2 sec S-curve, perplexity=50 in...n_samples = 150 n_components = 2 ( fig , subplots ) = plt . subplots...scikit-learn.org/stable/auto_examples/manifold/plot_t_sne_perplexity.html -
Illustration of Gaussian process classification...
2 ) Y = np . logical_xor ( X [:,...DotProduct ( sigma_0 = 1.0 ) ** 2 ] for i , kernel in enumerate...scikit-learn.org/stable/auto_examples/gaussian_process/plot_gpc_xor.html