- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 871 - 880 of 3,230 for 1 (0.13 sec)
-
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 -
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 -
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 -
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 -
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 -
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 -
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 -
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 -
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 -
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