- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 171 - 180 of 3,230 for 1 (0.53 sec)
-
GaussianRandomProjection — scikit-learn 1.7.1 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 -
ClusterMixin — scikit-learn 1.7.1 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 -
OrthogonalMatchingPursuit — scikit-learn 1.7.1 ...
either set to 10% of n_features or 1, whichever is greater. tol float,...either set to 10% of n_features or 1, whichever is greater. n_features_in_...scikit-learn.org/stable/modules/generated/sklearn.linear_model.OrthogonalMatchingPursuit.html -
AdditiveChi2Sampler — scikit-learn 1.7.1 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.7.1 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 -
HalvingGridSearchCV — scikit-learn 1.7.1 docume...
means 1 unless in a joblib.parallel_backend context. -1 means...for a classification problem 1 when resource != 'n_samples' ‘exhaust’...scikit-learn.org/stable/modules/generated/sklearn.model_selection.HalvingGridSearchCV.html -
BaseEstimator — scikit-learn 1.7.1 documentation
array ([ 1 , 0 , 1 ]) >>> estimator . fit ( X ,...__init__ ( self , * , param = 1 ): ... self . param = param ......scikit-learn.org/stable/modules/generated/sklearn.base.BaseEstimator.html -
Nystroem — scikit-learn 1.7.1 documentation
means 1 unless in a joblib.parallel_backend context. -1 means...all strings. Added in version 1.0. See also AdditiveChi2Sampler...scikit-learn.org/stable/modules/generated/sklearn.kernel_approximation.Nystroem.html -
indexable — scikit-learn 1.7.1 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 -
SelectFpr — scikit-learn 1.7.1 documentation
Added in version 1.0. See also f_classif ANOVA F-value..."x1", ..., "x(n_features_in_ - 1)"] . If input_features is an array-like,...scikit-learn.org/stable/modules/generated/sklearn.feature_selection.SelectFpr.html