Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 651 - 660 of over 10,000 for 1 (0.69 seconds)

Filter
  1. Decision Tree Regression with AdaBoost — scikit...

    color = colors [ 1 ], label = "n_estimators=1" , linewidth = 2...boosted using the AdaBoost.R2 [ 1 ] algorithm on a 1D sinusoidal...
    scikit-learn.org/stable/auto_examples/ensemble/plot_adaboost_regression.html
    Mon Mar 23 20:39:22 UTC 2026
      16.3K bytes
      Cache
     
  2. Feature importances with a forest of trees — sc...

    [{0: 1, 1: 1}, {0: 1, 1: 5}, {0: 1, 1: 1}, {0: 1, 1: 1}] instead...[{0: 1, 1: 1}, {0: 1, 1: 5}, {0: 1, 1: 1}, {0: 1, 1: 1}] instead...
    scikit-learn.org/stable/auto_examples/ensemble/plot_forest_importances.html
    Mon Mar 23 20:39:20 UTC 2026
      26.1K bytes
      Cache
     
  3. Demo of HDBSCAN clustering algorithm — scikit-l...

    centers = [[ 1 , 1 ], [ - 1 , - 1 ], [ 1.5 , - 1.5 ]] X , labels_true...== - 1 : # Black used for noise. col = [ 0 , 0 , 0 , 1 ] class_index...
    scikit-learn.org/stable/auto_examples/cluster/plot_hdbscan.html
    Mon Mar 23 20:39:22 UTC 2026
      20K bytes
      2 views
      Cache
     
  4. Manifold Learning methods on a severed sphere —...

    64 sec modified: 1.2 sec ISO: 0.11 sec MDS: 1.1 sec Non-metric...Embedding: 0.04 sec t-SNE: 4.1 sec # Authors: The scikit-learn...
    scikit-learn.org/stable/auto_examples/manifold/plot_manifold_sphere.html
    Mon Mar 23 20:39:21 UTC 2026
      17.7K bytes
      Cache
     
  5. Comparison of F-test and mutual information — s...

    1 * N(0, 1), that is the third feature...sin ( 6 * np . pi * X [:, 1 ]) + 0.1 * np . random . randn ( 1000...
    scikit-learn.org/stable/auto_examples/feature_selection/plot_f_test_vs_mi.html
    Mon Mar 23 20:39:20 UTC 2026
      15.6K bytes
      Cache
     
  6. Comparing Target Encoder with Other Encoders — ...

    versionchanged:: 1.1 Added option 'quantile'. .. versionchanged:: 1.3 Added...versionchanged:: 1.1 Added option 'quantile'. .. versionchanged:: 1.3 Added...
    scikit-learn.org/stable/auto_examples/preprocessing/plot_target_encoder.html
    Mon Mar 23 20:39:20 UTC 2026
      34.6K bytes
      Cache
     
  7. Recognizing hand-written digits — scikit-learn ...

    0 0 0 1 0 0 0 0 0] [ 0 88 1 0 0 0 0 0 1 1] [ 0 0 85 1 0 0 0 0...0 0 88 1 0 0 2] [ 0 1 0 0 0 0 90 0 0 0] [ 0 0 0 0 0 1 0 88 0...
    scikit-learn.org/stable/auto_examples/classification/plot_digits_classification.html
    Mon Mar 23 20:39:22 UTC 2026
      16.9K bytes
      Cache
     
  8. Scaling the regularization parameter for SVCs —...

    7 ) axes [ 1 ] . set_title ( "Scaling C by sqrt(1 / n_samples)"...0.8 ) axes [ 1 ] . set_title ( "Scaling C by sqrt(1 / n_samples)"...
    scikit-learn.org/stable/auto_examples/svm/plot_svm_scale_c.html
    Mon Mar 23 20:39:22 UTC 2026
      18.6K bytes
      Cache
     
  9. Sparse coding with a precomputed dictionary — s...

    subplot ( 1 , 2 , subplot + 1 ) plt . title ( "Sparse...transform ( y . reshape ( 1 , - 1 )) density = len ( np . flatnonzero...
    scikit-learn.org/stable/auto_examples/decomposition/plot_sparse_coding.html
    Mon Mar 23 20:39:20 UTC 2026
      17.1K bytes
      Cache
     
  10. Face completion with a multi-output estimators ...

    shape [ 1 ] # Upper half of the faces X_train...X_train = train [:, : ( n_pixels + 1 ) // 2 ] # Lower half of the faces...
    scikit-learn.org/stable/auto_examples/miscellaneous/plot_multioutput_face_completion.html
    Mon Mar 23 20:39:21 UTC 2026
      16.1K bytes
      Cache
     
Back to Top