- Sort Score
- Num 10 results
- Language All
- Labels All
Results 171 - 180 of over 10,000 for 1 (0.15 seconds)
Filter
-
OrthogonalMatchingPursuit — scikit-learn 1.8.0 ...
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 -
img_to_graph — scikit-learn 1.8.0 documentation
1], [0, 0, 0, 1], [0, 1, 1, 1]]) On this page...np . array ([[ 0 , 0 ], [ 0 , 1 ]]) >>> img_to_graph ( img , return_as...scikit-learn.org/stable/modules/generated/sklearn.feature_extraction.image.img_to_graph.html -
_safe_indexing — scikit-learn 1.8.0 documentation
array([1, 2]) >>> _safe_indexing ( data , 0 , axis = 1 ) # select...integer are supported. If axis=1 : to select a single column, indices...scikit-learn.org/stable/modules/generated/sklearn.utils._safe_indexing.html -
RegressorChain — scikit-learn 1.8.0 documentation
= [[ 1 , 0 ], [ 0 , 1 ], [ 1 , 1 ]], [[ 0 , 2 ], [ 1 , 1 ], [...order = [ 0 , 1 , 2 , ... , Y . shape [ 1 ] - 1 ] The order of...scikit-learn.org/stable/modules/generated/sklearn.multioutput.RegressorChain.html -
Hyperparameter — scikit-learn 1.8.0 documentation
n_elements = 1 , fixed = None ) [source] # A...the parameter. If n_elements>1, a pair of 1d array with n_elements...scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.kernels.Hyperparameter.html -
clone — scikit-learn 1.8.0 documentation
>>> X = [[ - 1 , 0 ], [ 0 , 1 ], [ 0 , - 1 ], [ 1 , 0 ]] >>> y...y = [ 0 , 0 , 1 , 1 ] >>> classifier = LogisticRegression ()...scikit-learn.org/stable/modules/generated/sklearn.base.clone.html -
AdditiveChi2Sampler — scikit-learn 1.8.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 -
SelfTrainingClassifier — scikit-learn 1.8.0 doc...
Added in version 1.6: estimator was added to replace...criterion='threshold' . Should be in [0, 1). When using the 'threshold' criterion,...scikit-learn.org/stable/modules/generated/sklearn.semi_supervised.SelfTrainingClassifier.html -
OneHotEncoder — scikit-learn 1.8.0 documentation
scikit-learn 1.1 Release Highlights for scikit-learn 1.1 Release Highlights...'Female' , 1 ], [ 'Male' , 4 ]]) . toarray () array([[1., 0., 1., 0.,...scikit-learn.org/stable/modules/generated/sklearn.preprocessing.OneHotEncoder.html -
smacof — scikit-learn 1.8.0 documentation
n_iter will change from 8 to 1 in version 1.9. n_jobs int, default=None...means 1 unless in a joblib.parallel_backend context. -1 means...scikit-learn.org/stable/modules/generated/sklearn.manifold.smacof.html