Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 861 - 870 of 7,881 for 2 (2.65 seconds)

  1. 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
    Mon Nov 17 17:38:24 GMT 2025
      96.3K bytes
      Cache
     
  2. 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
    Mon Nov 17 17:38:24 GMT 2025
      126K bytes
      Cache
     
  3. 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
    Sat Nov 15 10:03:27 GMT 2025
      72.2K bytes
      Cache
     
  4. 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
    Mon Nov 17 17:38:24 GMT 2025
      113.9K bytes
      Cache
     
  5. 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
    Mon Nov 17 17:38:24 GMT 2025
      116.5K bytes
      Cache
     
  6. 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
    Mon Nov 17 17:38:24 GMT 2025
      293.2K bytes
      Cache
     
  7. 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
    Mon Nov 17 17:38:24 GMT 2025
      92.9K bytes
      Cache
     
  8. 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
    Mon Nov 17 17:38:23 GMT 2025
      118.9K bytes
      Cache
     
  9. 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
    Mon Nov 17 17:38:24 GMT 2025
      109.6K bytes
      Cache
     
  10. 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
    Mon Nov 17 17:38:24 GMT 2025
      97.6K bytes
      Cache
     
Back to Top