- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 341 - 350 of 2,898 for 1 (0.14 sec)
-
smacof — scikit-learn 1.7.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 -
ExtraTreesRegressor — scikit-learn 1.7.0 docume...
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 -
RegressorChain — scikit-learn 1.7.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 -
TransformerMixin — scikit-learn 1.7.0 documenta...
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 -
IncrementalPCA — scikit-learn 1.7.0 documentation
([[ - 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 -
PartialDependenceDisplay — scikit-learn 1.7.0 d...
Added in version 1.1: Add the possibility to pass...shape [ 1 ])] >>> deciles = { 0 : np . linspace ( 0 , 1 , num =...scikit-learn.org/stable/modules/generated/sklearn.inspection.PartialDependenceDisplay.html -
clone — scikit-learn 1.7.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 -
SkewedChi2Sampler — scikit-learn 1.7.0 document...
[ 1 , 1 ], [ 1 , 0 ], [ 0 , 1 ]] >>> y = [ 0 , 0 , 1 , 1 ] >>>...SkewedChi2Sampler ( * , skewedness = 1.0 , n_components = 100 , random_state...scikit-learn.org/stable/modules/generated/sklearn.kernel_approximation.SkewedChi2Sampler.html -
trustworthiness — scikit-learn 1.7.0 documentation
1]. It is defined as \[T(k) = 1 - \frac{2}{nk (2n...(2n - 3k - 1)} \sum^n_{i=1} \sum_{j \in \mathcal{N}_{i}^{k}}...scikit-learn.org/stable/modules/generated/sklearn.manifold.trustworthiness.html -
cluster_optics_dbscan — scikit-learn 1.7.0 docu...
1, 1, 1]) Gallery examples # Demo of...compute_optics_graph >>> X = np . array ([[ 1 , 2 ], [ 2 , 5 ], [ 3 , 6 ], ......scikit-learn.org/stable/modules/generated/sklearn.cluster.cluster_optics_dbscan.html