- Sort Score
- Num 10 results
- Language All
- Labels All
Results 141 - 150 of over 10,000 for 1 (0.1 seconds)
-
AdaBoostClassifier — scikit-learn 1.8.0 d...
initialized with max_depth=1 . Added in version 1.2: base_estimator was...the range [1, inf) . learning_rate float, default=1.0 Weight applied...scikit-learn.org/stable/modules/generated/sklearn.ensemble.AdaBoostClassifier.html -
fetch_20newsgroups — scikit-learn 1.8.0 d...
1, 1, 1, 0, 1, 1, 0, 0, 0]) Gallery examples...Added in version 1.5. delay float, default=1.0 Number of seconds...scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_20newsgroups.html -
TransformerMixin — scikit-learn 1.8.0 doc...
fit_transform ( X ) array([1, 1, 1]) fit_transform ( X , y = None...__init__ ( self , * , param = 1 ): ... self . param = param ......scikit-learn.org/stable/modules/generated/sklearn.base.TransformerMixin.html -
compute_class_weight — scikit-learn 1.8.0...
compute_class_weight >>> y = [ 1 , 1 , 1 , 1 , 0 , 0 ] >>> ...unique ( y ), y = y ) array([1.5 , 0.75]) On this page This Page...scikit-learn.org/stable/modules/generated/sklearn.utils.class_weight.compute_class_weight.html -
ExtraTreesRegressor — scikit-learn 1.8.0 ...
min_samples_leaf = 1 , min_weight_fraction_leaf = 0.0 , max_features = 1.0 ,...e.g. 0.3. Changed in version 1.1: The default of max_features...scikit-learn.org/stable/modules/generated/sklearn.ensemble.ExtraTreesRegressor.html -
IncrementalPCA — scikit-learn 1.8.0 docum...
([[ - 1 , - 1 ], [ - 2 , - 1 ], [ - 3 , - 2 ], ... [ 1 , 1 ], [...principal components, versus 1 large SVD of complexity O(n_samples...scikit-learn.org/stable/modules/generated/sklearn.decomposition.IncrementalPCA.html -
NMF — scikit-learn 1.8.0 documentation
array ([[ 1 , 1 ], [ 2 , 1 ], [ 3 , 1.2 ], [ 4 , 1 ], [ 5 , 0.8...version 1.4: Added 'auto' value. Changed in version 1.6: Default...scikit-learn.org/stable/modules/generated/sklearn.decomposition.NMF.html -
ElasticNetCV — scikit-learn 1.8.0 documen...
l1_ratio = 1 it is an L1 penalty. For 0 < l1_ratio < 1 , the...(i.e. Ridge), as in [.1, .5, .7, .9, .95, .99, 1] . eps float, default=1e-3...scikit-learn.org/stable/modules/generated/sklearn.linear_model.ElasticNetCV.html -
kmeans_plusplus — scikit-learn 1.8.0 docu...
array ([[ 1 , 2 ], [ 1 , 4 ], [ 1 , 0 ], ... [ 10 , 2...provided array. Added in version 1.3. x_squared_norms array-like...scikit-learn.org/stable/modules/generated/sklearn.cluster.kmeans_plusplus.html -
column_or_1d — scikit-learn 1.8.0 documen...
>>> column_or_1d ([ 1 , 1 ]) array([1, 1]) On this page This...type for y . Added in version 1.2. input_name str, default=”y”...scikit-learn.org/stable/modules/generated/sklearn.utils.validation.column_or_1d.html