- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 101 - 110 of 3,269 for 2 (0.08 sec)
-
indexable — scikit-learn 1.7.2 documentation
2 , 3 ], np . array ([ 2 , 3 , 4 ]), None ,...indexable ( * iterables ) [[1, 2, 3], array([2, 3, 4]), None, <...Sparse...dtype...scikit-learn.org/stable/modules/generated/sklearn.utils.indexable.html -
LarsCV — scikit-learn 1.7.2 documentation
float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...n_jobs = None , eps = np.float64(2.220446049250313e-16) , copy_X...scikit-learn.org/stable/modules/generated/sklearn.linear_model.LarsCV.html -
normalize — scikit-learn 1.7.2 documentation
import normalize >>> X = [[ - 2 , 1 , 2 ], [ - 1 , 0 , 1 ]] >>> normalize...independently array([[-0.4, 0.2, 0.4], [-0.5, 0. , 0.5]]) >>>...scikit-learn.org/stable/modules/generated/sklearn.preprocessing.normalize.html -
KDTree — scikit-learn 1.7.2 documentation
satisfy leaf_size <= n_points <= 2 * leaf_size , except in the case...standard Euclidean distance when p = 2. A list of valid metrics for KDTree...scikit-learn.org/stable/modules/generated/sklearn.neighbors.KDTree.html -
LeaveOneOut — scikit-learn 1.7.2 documentation
2 ], [ 3 , 4 ]]) >>> y = np . array ([ 1 , 2 ]) >>> loo...>>> loo . get_n_splits ( X ) 2 >>> print ( loo ) LeaveOneOut()...scikit-learn.org/stable/modules/generated/sklearn.model_selection.LeaveOneOut.html -
ClusterMixin — scikit-learn 1.7.2 documentation
2 ], [ 2 , 3 ], [ 3 , 4 ]] >>> MyClusterer...scikit-learn.org/stable/modules/generated/sklearn.base.ClusterMixin.html -
OutlierMixin — scikit-learn 1.7.2 documentation
2 ], [ 2 , 3 ], [ 3 , 4 ]]) >>> estimator...scikit-learn.org/stable/modules/generated/sklearn.base.OutlierMixin.html -
GraphicalLassoCV — scikit-learn 1.7.2 documenta...
2 , 0.0 ], ... [ 0.0 , 0.4 , 0.0 , 0.0 ], ... [ 0.2 , 0.0...verbose = False , eps = np.float64(2.220446049250313e-16) , assume_centered...scikit-learn.org/stable/modules/generated/sklearn.covariance.GraphicalLassoCV.html -
fastica — scikit-learn 1.7.2 documentation
( 3 * x ** 2 ) . mean ( axis =- 1 ) fun_args...n_features . Added in version 1.2. random_state int, RandomState...scikit-learn.org/stable/modules/generated/fastica-function.html -
make_low_rank_matrix — scikit-learn 1.7.2 docum...
scikit-learn.org/stable/modules/generated/sklearn.datasets.make_low_rank_matrix.html