- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 331 - 340 of 2,486 for 2 (0.31 sec)
-
LassoCV — scikit-learn 1.7.2 documentation
is: ( 1 / ( 2 * n_samples )) * || y - Xw ||^ 2_2 + alpha * ||...is: ( 1 / ( 2 * n_samples )) * || y - Xw ||^ 2_2 + alpha * ||...scikit-learn.org/stable/modules/generated/sklearn.linear_model.LassoCV.html -
Isomap — scikit-learn 1.7.2 documentation
n_components = 2 , eigen_solver = 'auto' , tol..., metric = 'minkowski' , p = 2 , metric_params = None ) [source]...scikit-learn.org/stable/modules/generated/sklearn.manifold.Isomap.html -
KNeighborsClassifier — scikit-learn 1.7.2 docum...
array([[2]])) As you can see, it returns [[0.5]], and [[2]], which...'auto' , leaf_size = 30 , p = 2 , metric = 'minkowski' , metric_params...scikit-learn.org/stable/modules/generated/sklearn.neighbors.KNeighborsClassifier.html -
affinity_propagation — scikit-learn 1.7.2 docum...
scikit-learn.org/stable/modules/generated/sklearn.cluster.affinity_propagation.html -
Overview | Elastic Cloud on Kubernetes [2.16] |...
Elastic Cloud on Kubernetes [2.16] Overview IMPORTANT : This...www.elastic.co/guide/en/cloud-on-k8s/2.16/k8s-overview.html -
cluster_optics_dbscan — scikit-learn 1.7.2 docu...
2 ], [ 2 , 5 ], [ 3 , 6 ], ... [ 8... ( ... X , ... min_samples = 2 , ... max_eps = np . inf , ......scikit-learn.org/stable/modules/generated/sklearn.cluster.cluster_optics_dbscan.html -
Getting Started — scikit-learn 1.7.2 documentation
2 , 3 ], # 2 samples, 3 features ......fit method generally accepts 2 inputs: The samples matrix (or...scikit-learn.org/stable/getting_started.html -
is_multilabel — scikit-learn 1.7.2 documentation
2 ], []]) False >>> is_multilabel...scikit-learn.org/stable/modules/generated/sklearn.utils.multiclass.is_multilabel.html -
OrthogonalMatchingPursuit — scikit-learn 1.7.2 ...
float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...coefficient of determination, \(R^2\) , is defined as \((1 - \frac{u}{v})\)...scikit-learn.org/stable/modules/generated/sklearn.linear_model.OrthogonalMatchingPursuit.html -
cross_validate — scikit-learn 1.7.2 documentation
pre_dispatch = '2*n_jobs' , return_train_score =...pre_dispatch int or str, default=’2*n_jobs’ Controls the number of...scikit-learn.org/stable/modules/generated/sklearn.model_selection.cross_validate.html