- Sort Score
- Num 10 results
- Language All
- Labels All
Results 51 - 60 of over 10,000 for 2 (2.31 seconds)
-
root_mean_squared_error — scikit-learn 1....
2 , 7 ] >>> y_pred = [ 2.5 , 0.0 , 2 , 8 ] >>>...>>> y_pred = [[ 0 , 2 ],[ - 1 , 2 ],[ 8 , - 5 ]] >>>...scikit-learn.org/stable/modules/generated/sklearn.metrics.root_mean_squared_error.html -
NearestNeighbors — scikit-learn 1.7.2 doc...
2 , return_distance = False ) array([[2, 0]]...) >>>...array([[2]])) As you can see, it returns [[0.5]], and [[2]], which...scikit-learn.org/stable/modules/generated/sklearn.neighbors.NearestNeighbors.html -
make_circles — scikit-learn 1.7.2 documen...
n_samples int or tuple of shape (2,), dtype=int, default=100 If int,...ndarray of shape (n_samples, 2) The generated samples. y ndarray...scikit-learn.org/stable/modules/generated/sklearn.datasets.make_circles.html -
NearestCentroid — scikit-learn 1.7.2 docu...
[ - 2 , - 1 ], [ - 3 , - 2 ], [ 1 , 1 ], [ 2 , 1 ], [ 3...3 , 2 ]]) >>> y = np . array ([ 1 , 1 , 1 , 2 , 2 , 2...scikit-learn.org/stable/modules/generated/sklearn.neighbors.NearestCentroid.html -
brier_score_loss — scikit-learn 1.7.2 doc...
2 , 0.7 , 0.1 ], [ 0.2 , 0.2 , 0.6 ]], ... labels...by 1/2 to lie in the [0, 1] range instead of the [0, 2] range....scikit-learn.org/stable/modules/generated/sklearn.metrics.brier_score_loss.html -
RidgeCV — scikit-learn 1.7.2 documentation
float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...coefficient of determination ( \(R^2\) ) otherwise. cv int, cross-validation...scikit-learn.org/stable/modules/generated/sklearn.linear_model.RidgeCV.html -
PLSCanonical — scikit-learn 1.7.2 documen...
[ 2. , 2. , 2. ], [ 2. , 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.PLSCanonical.html -
ElasticNet — scikit-learn 1.7.2 documenta...
is: ( 1 / ( 2 * n_samples )) * || Y - XW || _Fro ^ 2 + alpha *...float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...scikit-learn.org/stable/modules/generated/sklearn.linear_model.ElasticNet.html -
IncrementalPCA — scikit-learn 1.7.2 docum...
[ - 2 , - 1 ], [ - 3 , - 2 ], ... [ 1 , 1 ], [ 2 , 1 ], [...O(batch_size * n_features ** 2) , but only 2 * batch_size samples remain...scikit-learn.org/stable/modules/generated/sklearn.decomposition.IncrementalPCA.html -
LabelBinarizer — scikit-learn 1.7.2 docum...
2 , 6 , 4 , 2 ]) LabelBinarizer() >>>...array([0, 1, 2]) >>> lb . transform ([ 0 , 1 , 2 , 1 ]) array([[1,...scikit-learn.org/stable/modules/generated/sklearn.preprocessing.LabelBinarizer.html