Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 871 - 880 of 3,230 for 1 (0.11 sec)

  1. Partial Dependence and Individual Conditional E...

    rstride = 1 , cstride = 1 , cmap = plt . cm . BuPu...scikit-learn 1.2 Release Highlights for scikit-learn 1.2 Gallery...
    scikit-learn.org/stable/auto_examples/inspection/plot_partial_dependence.html
    Sat Aug 02 00:15:37 UTC 2025
      228.7K bytes
      Cache
     
  2. inplace_csr_column_scale — scikit-learn 1.7.1 d...

    1 , 2 , 2 ]) >>> data = np . array ([ 8 , 1 , 2 , 5 ])...csr . todense () matrix([[8, 1, 2], [0, 0, 5], [0, 0, 0], [0,...
    scikit-learn.org/stable/modules/generated/sklearn.utils.sparsefuncs.inplace_csr_column_scale.html
    Sat Aug 02 00:15:36 UTC 2025
      108.5K bytes
      Cache
     
  3. Comparing Nearest Neighbors with and without Ne...

    StandardScaler n_neighbors = 1 dataset = datasets . load_iris.... scatter ( X [:, 0 ], X [:, 1 ], c = y , cmap = cmap_bold ,...
    scikit-learn.org/stable/auto_examples/neighbors/plot_nca_classification.html
    Sat Aug 02 00:15:37 UTC 2025
      97.9K bytes
      Cache
     
  4. is_outlier_detector — scikit-learn 1.7.1 docume...

    Skip to main content Back to top Ctrl + K GitHub Choose version is_outlier_detector # sklearn.base. is_outlier_detect...
    scikit-learn.org/stable/modules/generated/sklearn.base.is_outlier_detector.html
    Sat Aug 02 00:15:36 UTC 2025
      104.5K bytes
      Cache
     
  5. Robust linear model estimation using RANSAC — s...

    n_features = 1 , n_informative = 1 , noise = 10 , coef...normal ( size = ( n_outliers , 1 )) y [: n_outliers ] = - 3 + 10...
    scikit-learn.org/stable/auto_examples/linear_model/plot_ransac.html
    Sat Aug 02 00:15:37 UTC 2025
      93.4K bytes
      Cache
     
  6. Related Projects — scikit-learn 1.7.1 documenta...

    As of scikit-learn version 1.3.0, there is HDBSCAN . Pre-processing...encoders. As of scikit-learn version 1.3.0, there is TargetEncoder ....
    scikit-learn.org/stable/related_projects.html
    Sat Aug 02 00:15:37 UTC 2025
      42.8K bytes
      Cache
     
  7. A demo of the Spectral Co-Clustering algorithm ...

    consensus score: 1.000 # Authors: The scikit-learn...permutation ( data . shape [ 1 ]) data = data [ row_idx ][:,...
    scikit-learn.org/stable/auto_examples/bicluster/plot_spectral_coclustering.html
    Sat Aug 02 00:15:37 UTC 2025
      93.1K bytes
      1 views
      Cache
     
  8. 2.2. Manifold learning — scikit-learn 1.7.1 doc...

    as \(L = D^{-\frac{1}{2}} (D - A) D^{-\frac{1}{2}}\) . Partial...is only artificially high. 2.2.1. Introduction # High-dimensional...
    scikit-learn.org/stable/modules/manifold.html
    Sat Aug 02 00:15:35 UTC 2025
      86.1K bytes
      Cache
     
  9. weighted_mode — scikit-learn 1.7.1 documentation

    1 , 4 , 2 , 4 , 2 ] >>> weights = [ 1 , 1 , 1 , 1 , 1 , 1...distribution. >>> weights = [ 1 , 3 , 0.5 , 1.5 , 1 , 2 ] # deweight the...
    scikit-learn.org/stable/modules/generated/sklearn.utils.extmath.weighted_mode.html
    Sat Aug 02 00:15:38 UTC 2025
      108.4K bytes
      Cache
     
  10. make_friedman3 — scikit-learn 1.7.1 documentation

    1 ] <= 560 * pi , 0 <= X [:, 2 ] <= 1 , 1 <= X [:, 3...arctan (( X [:, 1 ] * X [:, 2 ] - 1 / ( X [:, 1 ] * X [:, 3 ]))...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.make_friedman3.html
    Sat Aug 02 00:15:38 UTC 2025
      110.4K bytes
      Cache
     
Back to top