- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 391 - 400 of 2,585 for 2 (0.08 sec)
-
LedoitWolf — scikit-learn 1.7.1 documentation
2 ], ... [ .2 , .8 ]]) >>> np . random...Multivariate Analysis, Volume 88, Issue 2, February 2004, pages 365-411....scikit-learn.org/stable/modules/generated/sklearn.covariance.LedoitWolf.html -
QuantileRegressor — scikit-learn 1.7.1 document...
float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...n_samples , n_features = 10 , 2 >>> rng = np . random . RandomState...scikit-learn.org/stable/modules/generated/sklearn.linear_model.QuantileRegressor.html -
plot_classifier_comparison.py
make_classification( n_features=2, n_redundant=0, n_informative=2, random_state=1,...rng = np.random.RandomState(2) X += 2 * rng.uniform(size=X.shape)...scikit-learn.org/stable/_downloads/2da0534ab0e0c8241033bcc2d912e419/plot_classifier_comparison.py -
adjusted_rand_score — scikit-learn 1.7.1 docume...
scikit-learn.org/stable/modules/generated/sklearn.metrics.adjusted_rand_score.html -
v_measure_score — scikit-learn 1.7.1 documentation
2 ], [ 0 , 0 , 1 , 1 ])) 0.8 >>>...% v_measure_score ([ 0 , 1 , 2 , 3 ], [ 0 , 0 , 1 , 1 ])) 0.67...scikit-learn.org/stable/modules/generated/sklearn.metrics.v_measure_score.html -
Vector Database - Elasticsearch Labs
Integrations Generative AI + 2 June 16, 2025 Elasticsearch open...models in Elasticsearch - part 2 This article explores techniques...www.elastic.co/search-labs/blog/category/vector-database -
ExtraTreesRegressor — scikit-learn 1.7.1 docume...
float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...= None , min_samples_split = 2 , min_samples_leaf = 1 , min_...scikit-learn.org/stable/modules/generated/sklearn.ensemble.ExtraTreesRegressor.html -
PCA — scikit-learn 1.7.1 documentation
[ - 2 , - 1 ], [ - 3 , - 2 ], [ 1 , 1 ], [ 2 , 1 ], [ 3...3 , 2 ]]) >>> pca = PCA ( n_components = 2 ) >>> pca . fit (...scikit-learn.org/stable/modules/generated/sklearn.decomposition.PCA.html -
lars_path — scikit-learn 1.7.1 documentation
is: ( 1 / ( 2 * n_samples )) * || y - Xw ||^ 2_2 + alpha * ||...copy_X = True , eps = np.float64(2.220446049250313e-16) , copy_Gram...scikit-learn.org/stable/modules/generated/sklearn.linear_model.lars_path.html -
Bunch — scikit-learn 1.7.1 documentation
b = 2 ) >>> b [ 'b' ] 2 >>> b . b 2 >>> b . a = 3 >>>...return a (key, value) pair as a 2-tuple. Pairs are returned in LIFO...scikit-learn.org/stable/modules/generated/sklearn.utils.Bunch.html