Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 941 - 950 of 3,230 for 1 (0.3 sec)

  1. load_digits — scikit-learn 1.7.1 documentation

    scikit-learn 1.3 Release Highlights for scikit-learn 1.3 Label Propagation...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.load_digits.html
    Sat Aug 02 00:15:36 UTC 2025
      128.2K bytes
      Cache
     
  2. Support Vector Regression (SVR) using linear an...

    1.1 ), ncol = 1 , fancybox = True , shadow..., C = 100 , gamma = 0.1 , epsilon = 0.1 ) svr_lin = SVR ( kernel...
    scikit-learn.org/stable/auto_examples/svm/plot_svm_regression.html
    Sat Aug 02 00:15:35 UTC 2025
      97.7K bytes
      Cache
     
  3. Overview of multiclass training meta-estimators...

    we use a UCI dataset [ 1 ] , generally referred as the...
    scikit-learn.org/stable/auto_examples/multiclass/plot_multiclass_overview.html
    Sat Aug 02 00:15:35 UTC 2025
      114.3K bytes
      Cache
     
  4. check_scalar — scikit-learn 1.7.1 documentation

    min_val = 1 , max_val = 20 ) 10 On this page...
    scikit-learn.org/stable/modules/generated/sklearn.utils.check_scalar.html
    Sat Aug 02 00:15:38 UTC 2025
      109.7K bytes
      1 views
      Cache
     
  5. Version 0.14 — scikit-learn 1.7.1 documentation

    Harikrishnan S 1 Jack Hale 1 JakeMick 1 James McDermott 1 John Benediktsson...Benediktsson 1 John Zwinck 1 Joshua Vredevoogd 1 Justin Pati 1 Kevin...
    scikit-learn.org/stable/whats_new/v0.14.html
    Sat Aug 02 00:15:38 UTC 2025
      64.7K bytes
      Cache
     
  6. 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
    Sat Aug 02 00:15:37 UTC 2025
      128.9K bytes
      Cache
     
  7. Multi-dimensional scaling — scikit-learn 1.7.1 ...

    figure ( 1 ) ax = plt . axes ([ 0.0 , 0.0 , 1.0 , 1.0 ]) s =...random_state = 42 , n_jobs = 1 , n_init = 1 , ) X_nmds = nmds . fit_transform...
    scikit-learn.org/stable/auto_examples/manifold/plot_mds.html
    Sat Aug 02 00:15:37 UTC 2025
      104.1K bytes
      Cache
     
  8. grid_to_graph — scikit-learn 1.7.1 documentation

    0) 1 (1, 1) 1 On this page This Page...dtype = bool ) >>> mask [[ 1 , 2 ], [ 1 , 2 ], :] = True >>> graph...
    scikit-learn.org/stable/modules/generated/sklearn.feature_extraction.image.grid_to_graph.html
    Sat Aug 02 00:15:38 UTC 2025
      108.6K bytes
      Cache
     
  9. Gaussian Mixture Model Selection — scikit-learn...

    1 ], [ 1.7 , 0.4 ]]) component_1 = np . dot ( np...scatter ( component_1 [:, 0 ], component_1 [:, 1 ], s = 0.8 ) plt...
    scikit-learn.org/stable/auto_examples/mixture/plot_gmm_selection.html
    Sat Aug 02 00:15:37 UTC 2025
      138.5K bytes
      Cache
     
  10. 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
    Sat Aug 02 00:15:35 UTC 2025
      115.5K bytes
      Cache
     
Back to top