- Sort Score
- Num 10 results
- Language All
- Labels All
Results 51 - 60 of 8,475 for 2 (0.1 seconds)
-
MLPRegressor — scikit-learn 1.7.2 documen...
float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...array-like of shape(n_layers - 2,), default=(100,) The ith element...scikit-learn.org/stable/modules/generated/sklearn.neural_network.MLPRegressor.html -
safe_mask — scikit-learn 1.7.2 documentation
[ 2 ], [ 3 ], [ 4 ], [ 5 ]]) >>>...[ mask ] . toarray () array([[2], [3], [5]]) On this page This...scikit-learn.org/stable/modules/generated/sklearn.utils.safe_mask.html -
2.1. Gaussian mixture models — scikit-lea...
2.1.2. Variational Bayesian Gaussian...models using a finite mixture. 2.1.2.1. The Dirichlet Process # Here...scikit-learn.org/stable/modules/mixture.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 -
make_hastie_10_2 — scikit-learn 1.7.2 doc...
scikit-learn.org/stable/modules/generated/sklearn.datasets.make_hastie_10_2.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 -
label_binarize — scikit-learn 1.7.2 docum...
2 , 4 , 6 ]) array([[1, 0, 0, 0],...6 ], classes = [ 1 , 6 , 4 , 2 ]) array([[1, 0, 0, 0], [0, 1,...scikit-learn.org/stable/modules/generated/sklearn.preprocessing.label_binarize.html -
OutputCodeClassifier — scikit-learn 1.7.2...
Artificial Intelligence Research 2, 1995. [ 2 ] “The error coding method...n_features = 4 , ... n_informative = 2 , n_redundant = 0 , ... random_state...scikit-learn.org/stable/modules/generated/sklearn.multiclass.OutputCodeClassifier.html -
FeatureUnion — scikit-learn 1.7.2 documen...
n_components = 2 ))]) >>> X = [[ 0. , 1. , 3 ], [ 2. , 2. , 5...parameters. Added in version 1.2. n_features_in_ int Number of...scikit-learn.org/stable/modules/generated/sklearn.pipeline.FeatureUnion.html -
load_breast_cancer — scikit-learn 1.7.2 d...
Classes 2 Samples per class 212(M),357(B)...target_names ndarray of shape (2,) The names of target classes....scikit-learn.org/stable/modules/generated/sklearn.datasets.load_breast_cancer.html