- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 161 - 170 of 3,230 for 1 (0.6 sec)
-
AffinityPropagation — scikit-learn 1.7.1 docume...
array ([[ 1 , 2 ], [ 1 , 4 ], [ 1 , 0 ], ... [ 4 , 2.... labels_ array([0, 0, 0, 1, 1, 1]) >>> clustering . predict...scikit-learn.org/stable/modules/generated/sklearn.cluster.AffinityPropagation.html -
MultiOutputRegressor — scikit-learn 1.7.1 docum...
means 1 unless in a joblib.parallel_backend context. -1 means...X [[ 0 ]]) array([[176, 35.1, 57.1]]) fit ( X , y , sample_weight...scikit-learn.org/stable/modules/generated/sklearn.multioutput.MultiOutputRegressor.html -
IncrementalPCA — scikit-learn 1.7.1 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 -
MultinomialNB — scikit-learn 1.7.1 documentation
Added in version 1.2. Changed in version 1.4: The default value... MultinomialNB ( * , alpha = 1.0 , force_alpha = True , fit_prior...scikit-learn.org/stable/modules/generated/sklearn.naive_bayes.MultinomialNB.html -
normalize — scikit-learn 1.7.1 documentation
1 , 2 ], [ - 1 , 0 , 1 ]] >>> normalize (...if axis is 0). axis {0, 1}, default=1 Define axis used to normalize...scikit-learn.org/stable/modules/generated/sklearn.preprocessing.normalize.html -
OAS — scikit-learn 1.7.1 documentation
precision_ array([[ 1.7833, -1.2431 ], [-1.2431, 3.3889]]) >>>...the estimator. References [ 1 ] ( 1 , 2 ) “Shrinkage algorithms...scikit-learn.org/stable/modules/generated/sklearn.covariance.OAS.html -
SpectralBiclustering — scikit-learn 1.7.1 docum...
array ([[ 1 , 1 ], [ 2 , 1 ], [ 1 , 0 ], ... [ 4 , 7...clustering . row_labels_ array([1, 1, 1, 0, 0, 0], dtype=int32) >>>...scikit-learn.org/stable/modules/generated/sklearn.cluster.SpectralBiclustering.html -
LarsCV — 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 lars_path Compute...scikit-learn.org/stable/modules/generated/sklearn.linear_model.LarsCV.html -
LeaveOneOut — scikit-learn 1.7.1 documentation
array ([[ 1 , 2 ], [ 3 , 4 ]]) >>> y = np . array ([ 1 , 2 ]) >>>...0: Train: index=[1] Test: index=[0] Fold 1: Train: index=[0]...scikit-learn.org/stable/modules/generated/sklearn.model_selection.LeaveOneOut.html -
fastica — scikit-learn 1.7.1 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