- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 81 - 90 of 3,208 for 2 (0.56 sec)
-
MLPRegressor — scikit-learn 1.7.2 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 -
HDBSCAN — scikit-learn 1.7.2 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 -
GaussianMixture — scikit-learn 1.7.2 documentation
2 ], [ 1 , 4 ], [ 1 , 0 ], [ 10 , 2 ], [ 10 , 4 ],...gm . means_ array([[10., 2.], [ 1., 2.]]) >>> gm . predict ([[...scikit-learn.org/stable/modules/generated/sklearn.mixture.GaussianMixture.html -
SpectralCoclustering — scikit-learn 1.7.2 docum...
[ 2 , 1 ], [ 1 , 0 ], ... [ 4 , 7...SpectralCoclustering ( n_clusters = 2 , random_state = 0 ) . fit ( X...scikit-learn.org/stable/modules/generated/sklearn.cluster.SpectralCoclustering.html -
MeanShift — scikit-learn 1.7.2 documentation
complexity will tend towards O(T*n^2). Scalability can be boosted by...X = np . array ([[ 1 , 1 ], [ 2 , 1 ], [ 1 , 0 ], ... [ 4 , 7...scikit-learn.org/stable/modules/generated/sklearn.cluster.MeanShift.html -
lightgallery-bundle.min.css
ute;top:50%;left:50%;z-index:2;cursor:pointer;transform:translate(-50%,-50%)....lg-inline .lg-outer{z-index:2}.lg-inline .lg-maximize:after...fess.codelibs.org/_static/assets/vendor/lightgallery/css/lightgallery-bundle.min.css -
available_if — scikit-learn 1.7.2 documentation
x % 2 == 0 ... ... @available_if ( _x_is_even..."say_hello" ) False >>> obj . x = 2 >>> hasattr ( obj , "say_hello"...scikit-learn.org/stable/modules/generated/sklearn.utils.metaestimators.available_if.html -
KMeans — scikit-learn 1.7.2 documentation
2 ], [ 1 , 4 ], [ 1 , 0 ], ... [ 10 , 2 ], [ 10 , 4...cluster_centers_ array([[10., 2.], [ 1., 2.]]) For examples of common...scikit-learn.org/stable/modules/generated/sklearn.cluster.KMeans.html -
make_classification — scikit-learn 1.7.2 docume...
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
it is: 1 / ( 2 * n_samples ) * || y - Xw ||^ 2_2 + alpha * l1_ratio...|| w ||^ 2_2 For multi-output tasks it is: ( 1 / ( 2 * n_samples...scikit-learn.org/stable/modules/generated/sklearn.linear_model.enet_path.html