- Sort Score
- Num 10 results
- Language All
- Labels All
Results 451 - 460 of over 10,000 for 1 (0.37 seconds)
-
check_array — scikit-learn 1.8.0 document...
ensure_min_samples = 1 , ensure_min_features = 1 , estimator = None...documentation. Added in version 1.1.0. Returns : array_converted...scikit-learn.org/stable/modules/generated/sklearn.utils.check_array.html -
mean_absolute_error — scikit-learn 1.8.0 ...
1 ], [ - 1 , 1 ], [ 7 , - 6 ]] >>>...>>> y_pred = [[ 0 , 2 ], [ - 1 , 2 ], [ 8 , - 5 ]] >>>...scikit-learn.org/stable/modules/generated/sklearn.metrics.mean_absolute_error.html -
mean_squared_error — scikit-learn 1.8.0 d...
1 ],[ - 1 , 1 ],[ 7 , - 6 ]] >>>...>>> y_pred = [[ 0 , 2 ],[ - 1 , 2 ],[ 8 , - 5 ]] >>>...scikit-learn.org/stable/modules/generated/sklearn.metrics.mean_squared_error.html -
manhattan_distances — scikit-learn 1.8.0 ...
array([[1.]]) >>> manhattan_distances ([[ 1 , 2 ], [...manhattan_distances ([[ 3 ]], [[ 2 ]]) array([[1.]]) >>> manhattan_distances...scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise.manhattan_distances.html -
enet_path — scikit-learn 1.8.0 documentation
1.120, 0.620], [-0., -2.129, -1.128], [ 0., 23.046,...For mono-output tasks it is: 1 / ( 2 * n_samples ) * || y - Xw...scikit-learn.org/stable/modules/generated/sklearn.linear_model.enet_path.html -
SGDRegressor — scikit-learn 1.8.0 documen...
<= 1. l1_ratio=0 corresponds to L2 penalty, l1_ratio=1 to L1....passive-aggressive algorithm 1, see [1] . Only with loss='epsilon_insensitive'...scikit-learn.org/stable/modules/generated/sklearn.linear_model.SGDRegressor.html -
Comparing Linear Bayesian Regressors — sc...
1 , n_samples ) * 1.35 y = np . sqrt ( X...: y }) X = X . reshape (( - 1 , 1 )) # extrapolation X_plot =...scikit-learn.org/stable/auto_examples/linear_model/plot_ard.html -
SpectralCoclustering — scikit-learn 1.8.0...
array ([[ 1 , 1 ], [ 2 , 1 ], [ 1 , 0 ], ... [ 4 , 7...clustering . row_labels_ array([0, 1, 1, 0, 0, 0], dtype=int32) >>>...scikit-learn.org/stable/modules/generated/sklearn.cluster.SpectralCoclustering.html -
Comparison of Manifold Learning methods —...
MultipleLocator ( 1 )) ax . yaxis . set_major_locator...( ticker . MultipleLocator ( 1 )) ax . zaxis . set_major_locator...scikit-learn.org/stable/auto_examples/manifold/plot_compare_methods.html -
DBSCAN — scikit-learn 1.8.0 documentation
1, 1, -1]) >>> clustering...means 1 unless in a joblib.parallel_backend context. -1 means...scikit-learn.org/stable/modules/generated/sklearn.cluster.DBSCAN.html