- Sort Score
- Num 10 results
- Language All
- Labels All
Results 101 - 110 of over 10,000 for 2 (0.36 seconds)
-
KNNImputer — scikit-learn 1.7.2 documenta...
2. Attributes : indicator_ MissingIndicator...KNNImputer >>> X = [[ 1 , 2 , np . nan ], [ 3 , 4 , 3 ], [...scikit-learn.org/stable/modules/generated/sklearn.impute.KNNImputer.html -
MiniBatchDictionaryLearning — scikit-lear...
X_hat - X ) ** 2 , axis = 1 ) / np . sum ( X ** 2 , axis = 1 ))...argmin 0.5 || X - U V || _Fro ^ 2 + alpha * || U || _1 , 1 ( U ,...scikit-learn.org/stable/modules/generated/sklearn.decomposition.MiniBatchDictionaryLearning.html -
PartialDependenceDisplay — scikit-learn 1...
2 Release Highlights for scikit-learn 1.2 Release Highlights...‘both’) is not a valid option for 2-ways interactions plot. As a result,...scikit-learn.org/stable/modules/generated/sklearn.inspection.PartialDependenceDisplay.html -
f_classif — scikit-learn 1.7.2 documentation
n_informative = 2 , n_clusters_per_class = 1 , ......>>> f_statistic array([2.21e+02, 7.02e-01, 1.70e+00, 9.31e-01,...scikit-learn.org/stable/modules/generated/sklearn.feature_selection.f_classif.html -
kneighbors_graph — scikit-learn 1.7.2 doc...
p = 2 , metric_params = None , include_self...standard Euclidean distance when p = 2. See the documentation of scipy.spatial.distance...scikit-learn.org/stable/modules/generated/sklearn.neighbors.kneighbors_graph.html -
PoissonRegressor — scikit-learn 1.7.2 doc...
determination R^2. R^2 uses squared error and D^2 uses the deviance...() >>> X = [[ 1 , 2 ], [ 2 , 3 ], [ 3 , 4 ], [ 4 , 3...scikit-learn.org/stable/modules/generated/sklearn.linear_model.PoissonRegressor.html -
make_classification — scikit-learn 1.7.2 ...
n_informative = 2 , n_redundant = 2 , n_repeated = 0 , n_classes = 2 , n_clusters_per_class...n_clusters_per_class = 2 , weights = None , flip_y = 0.01 , class_sep...scikit-learn.org/stable/modules/generated/sklearn.datasets.make_classification.html -
enet_path — scikit-learn 1.7.2 documentation
is: ( 1 / ( 2 * n_samples )) * || Y - XW || _Fro ^ 2 + alpha *...mono-output tasks it is: 1 / ( 2 * n_samples ) * || y - Xw ||^...scikit-learn.org/stable/modules/generated/sklearn.linear_model.enet_path.html -
WhiteKernel — scikit-learn 1.7.2 document...
predict ( X [: 2 ,:], return_std = True ) (array([653.0,...bounds ndarray of shape (n_dims, 2) The log-transformed bounds on...scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.kernels.WhiteKernel.html -
mean_absolute_error — scikit-learn 1.7.2 ...
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.mean_absolute_error.html