- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 811 - 820 of 3,455 for 1 (0.09 sec)
-
fastica — scikit-learn 1.6.0 documentation
The implementation is based on [1] . Read more in the User Guide...performed. Changed in version 1.3: The default value of whiten...scikit-learn.org/stable/modules/generated/fastica-function.html -
ClusterMixin — scikit-learn 1.6.0 documentation
fit_predict ( X ) array([1, 1, 1]) fit_predict ( X , y = None...) ... return self >>> X = [[ 1 , 2 ], [ 2 , 3 ], [ 3 , 4 ]] >>>...scikit-learn.org/stable/modules/generated/sklearn.base.ClusterMixin.html -
Theil-Sen Regression — scikit-learn 1.6.0 docum...
than or equal to n_features + 1. The final slope and intercept...Linear model y = 3*x + N(2, 0.1**2) x = np . random . randn (...scikit-learn.org/stable/auto_examples/linear_model/plot_theilsen.html -
GaussianRandomProjection — scikit-learn 1.6.0 d...
Added in version 1.1. n_features_in_ int Number of...n_components = 'auto' , * , eps = 0.1 , compute_inverse_components =...scikit-learn.org/stable/modules/generated/sklearn.random_projection.GaussianRandomProjection.html -
AdditiveChi2Sampler — scikit-learn 1.6.0 docume...
transformed into 2*sample_steps-1 features, where sample_steps is...values of sample_steps include 1, 2 and 3. Optimal choices for...scikit-learn.org/stable/modules/generated/sklearn.kernel_approximation.AdditiveChi2Sampler.html -
LabelPropagation — scikit-learn 1.6.0 documenta...
means 1 unless in a joblib.parallel_backend context. -1 means...all strings. Added in version 1.0. n_iter_ int Number of iterations...scikit-learn.org/stable/modules/generated/sklearn.semi_supervised.LabelPropagation.html -
Version 0.21 — scikit-learn 1.6.0 documentation
threaded for n_jobs > 1 or n_jobs = -1 . #12955 by Prabakaran...linear_model.ARDRegression and Scipy>=1.3.0. Adapts to upstream changes...scikit-learn.org/stable/whats_new/v0.21.html -
randomized_range_finder — scikit-learn 1.6.0 do...
array ([[ 1 , 2 , 3 ], [ 4 , 5 , 6 ], [ 7...scikit-learn.org/stable/modules/generated/sklearn.utils.extmath.randomized_range_finder.html -
Inductive Clustering — scikit-learn 1.6.0 docum...
cluster_std = [ 1.0 , 1.0 , 0.5 ], centers = [( - 5.... scatter ( X [:, 0 ], X [:, 1 ], c = color , alpha = alpha ,...scikit-learn.org/stable/auto_examples/cluster/plot_inductive_clustering.html -
indexable — scikit-learn 1.6.0 documentation
[ 1 , 2 , 3 ], np . array ([ 2 , 3...>>> indexable ( * iterables ) [[1, 2, 3], array([2, 3, 4]), None,...scikit-learn.org/stable/modules/generated/sklearn.utils.indexable.html