- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 401 - 410 of 2,618 for 2 (0.39 sec)
-
neighbors.rst.txt
[-2, -1], [-3, -2], [1, 1], [2, 1], [3, 2]]) >>> nbrs...np.array([[-1, -1], [-2, -1], [-3, -2], [1, 1], [2, 1], [3, 2]]) >>> kdt...scikit-learn.org/stable/_sources/modules/neighbors.rst.txt -
MLPRegressor — scikit-learn 1.7.1 documentation
float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...validation_fraction = 0.1 , beta_1 = 0.9 , beta_2 = 0.999 , epsilon = 1e-08 , n_iter_no_change...scikit-learn.org/stable/modules/generated/sklearn.neural_network.MLPRegressor.html -
SpectralBiclustering — scikit-learn 1.7.1 docum...
[ 2 , 1 ], [ 1 , 0 ], ... [ 4 , 7...SpectralBiclustering ( n_clusters = 2 , random_state = 0 ) . fit ( X...scikit-learn.org/stable/modules/generated/sklearn.cluster.SpectralBiclustering.html -
PowerTransformer — scikit-learn 1.7.1 documenta...
2 ], [ 3 , 2 ], [ 4 , 5 ]] >>> print...0 and lambda_ != 2 : X_original = 1 - ( - ( 2 - lambda_ ) * X...scikit-learn.org/stable/modules/generated/sklearn.preprocessing.PowerTransformer.html -
fowlkes_mallows_score — scikit-learn 1.7.1 docu...
American Statistical Association [ 2 ] Wikipedia entry for the Fowlkes-Mallows...([ 0 , 0 , 0 , 0 ], [ 0 , 1 , 2 , 3 ]) 0.0 On this page This Page...scikit-learn.org/stable/modules/generated/sklearn.metrics.fowlkes_mallows_score.html -
lasso_path — scikit-learn 1.7.1 documentation
is: ( 1 / ( 2 * n_samples )) * || y - Xw ||^ 2_2 + alpha * ||...it is: ( 1 / ( 2 * n_samples )) * || Y - XW ||^ 2 _Fro + alpha...scikit-learn.org/stable/modules/generated/sklearn.linear_model.lasso_path.html -
HDBSCAN — scikit-learn 1.7.1 documentation
inf) are given the label -2. Samples with missing data are...clusters. That is to say, the -1, -2, -3 labels for the outlier clusters...scikit-learn.org/stable/modules/generated/sklearn.cluster.HDBSCAN.html -
MultiTaskLasso — scikit-learn 1.7.1 documentation
2 ], [ 2 , 4 ]], [[ 0 , 0 ], [ 1 , 1 ], [ 2 , 3 ]]) ...it is: 1 / ( 2 * n_samples ) * || y - Xw ||^ 2_2 + alpha * l1_ratio...scikit-learn.org/stable/modules/generated/sklearn.linear_model.MultiTaskLasso.html -
mutual_info_classif — scikit-learn 1.7.1 docume...
[ 2 ] ( 1 , 2 ) A. Kraskov, H. Stogbauer...neighbors distances as described in [2] and [3] . Both methods are based...scikit-learn.org/stable/modules/generated/sklearn.feature_selection.mutual_info_classif.html -
CCA — scikit-learn 1.7.1 documentation
[ 2. , 2. , 2. ], [ 3. , 5. , 4. ]] >>>...y = [[ 0.1 , - 0.2 ], [ 0.9 , 1.1 ], [ 6.2 , 5.9 ], [ 11.9 ,...scikit-learn.org/stable/modules/generated/sklearn.cross_decomposition.CCA.html