Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 881 - 890 of 3,203 for 2 (0.09 sec)

  1. Compare Stochastic learning strategies for MLPC...

    subplots ( 2 , 2 , figsize = ( 15 , 10 )) # load...0 , "learning_rate_init" : 0.2 , }, { "solver" : "sgd" , "learning_rate"...
    scikit-learn.org/stable/auto_examples/neural_networks/plot_mlp_training_curves.html
    Tue Sep 09 17:54:32 UTC 2025
      105.4K bytes
      Cache
     
  2. Demonstration of k-means assumptions — scikit-l...

    subplots ( nrows = 2 , ncols = 2 , figsize = ( 12 , 12 ))...plt . subplots ( nrows = 2 , ncols = 2 , figsize = ( 12 , 12 ))...
    scikit-learn.org/stable/auto_examples/cluster/plot_kmeans_assumptions.html
    Tue Sep 09 17:54:28 UTC 2025
      115.6K bytes
      Cache
     
  3. check_X_y — scikit-learn 1.7.2 documentation

    2 ], [ 3 , 4 ], [ 5 , 6 ]] >>> y = [ 1 , 2 , 3 ] >>>...array([[1, 2], [3, 4], [5, 6]]) >>> y array([1, 2, 3]) On this...
    scikit-learn.org/stable/modules/generated/sklearn.utils.check_X_y.html
    Tue Sep 09 17:54:31 UTC 2025
      115.6K bytes
      Cache
     
  4. 4. Metadata Routing — scikit-learn 1.7.2 docume...

    2 , size = n_samples ) >>> my_groups...of its underlying objects. 4.1.2. Weighted scoring and unweighted...
    scikit-learn.org/stable/metadata_routing.html
    Tue Sep 09 17:54:32 UTC 2025
      89.1K bytes
      Cache
     
  5. Plot the support vectors in LinearSVC — scikit-...

    centers = 2 , random_state = 0 ) plt . figure...support_vector_indices ] plt . subplot ( 1 , 2 , i + 1 ) plt . scatter ( X [:,...
    scikit-learn.org/stable/auto_examples/svm/plot_linearsvc_support_vectors.html
    Tue Sep 09 17:54:30 UTC 2025
      91.7K bytes
      Cache
     
  6. Features in Histogram Gradient Boosting Trees —...

    showcasing all points except 2 and 6 in a real life setting...."recorded average" , linewidth = 2 , ax = ax ) for idx , max_iter...
    scikit-learn.org/stable/auto_examples/ensemble/plot_hgbt_regression.html
    Tue Sep 09 17:54:32 UTC 2025
      150.9K bytes
      Cache
     
  7. Underfitting vs. Overfitting — scikit-learn 1.7...

    ylim (( - 2 , 2 )) plt . legend ( loc = "best"...
    scikit-learn.org/stable/auto_examples/model_selection/plot_underfitting_overfitting.html
    Tue Sep 09 17:54:30 UTC 2025
      98.7K bytes
      Cache
     
  8. Feature transformations with ensembles of trees...

    max_depth 3 min_samples_split 2 min_samples_leaf 1 min_weight_fraction_leaf...= ax ) ax . set_xlim ( 0 , 0.2 ) ax . set_ylim ( 0.8 , 1 ) _...
    scikit-learn.org/stable/auto_examples/ensemble/plot_feature_transformation.html
    Tue Sep 09 17:54:28 UTC 2025
      197K bytes
      Cache
     
  9. Demo of HDBSCAN clustering algorithm — scikit-l...

    2 , 0.35 , 1.35 , 1.35 ], random_state...fig , axes = plt . subplots ( 2 , 1 , figsize = ( 10 , 8 )) params...
    scikit-learn.org/stable/auto_examples/cluster/plot_hdbscan.html
    Tue Sep 09 17:54:32 UTC 2025
      128.9K bytes
      Cache
     
  10. Permutation Importance with Multicollinear or C...

    n_jobs = 2 ) perm_sorted_idx = result . importances_mean...score ( X_test , y_test ) : .2 } " ) Baseline accuracy on test...
    scikit-learn.org/stable/auto_examples/inspection/plot_permutation_importance_multicollinear.html
    Tue Sep 09 17:54:30 UTC 2025
      117.4K bytes
      Cache
     
Back to top