- Sort Score
- Num 10 results
- Language All
- Labels All
Results 1361 - 1370 of over 10,000 for 2 (0.38 seconds)
Filter
-
pydata-sphinx-theme.css
g-2,.gx-2{--bs-gutter-x:0.5rem}.g-2,.gy-2{--bs-gutte....g-sm-2,.gx-sm-2{--bs-gutter-x:0.5rem}.g-sm-2,.gy-sm-2{--bs-...scikit-learn.org/stable/_static/styles/pydata-sphinx-theme.css -
SGDRegressor — scikit-learn 1.8.0 documen...
loss/||x||**2) . ‘pa2’: passive-aggressive algorithm 2, see [1]...eta = hinge_loss / (||x||**2 + 1/(2 eta0)) . Added in version...scikit-learn.org/stable/modules/generated/sklearn.linear_model.SGDRegressor.html -
LassoLarsCV — scikit-learn 1.8.0 document...
float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...n_jobs = None , eps = np.float64(2.220446049250313e-16) , copy_X...scikit-learn.org/stable/modules/generated/sklearn.linear_model.LassoLarsCV.html -
Building an agentic RAG pipeline
2 ), input_voltage_max DECIMAL( 10 , 2 ), output_voltage...DECIMAL( 10 , 2 ), power_rating DECIMAL( 10 , 2 ), efficiency...developer.ibm.com/articles/agentic-rag-pipeline/ -
plot_classifier_comparison.ipynb
n n_features=2, n_redundant=0, n_informative=2, random_state=1,... = np.random.RandomState(2)\nX += 2 * rng.uniform(size=X.sha...scikit-learn.org/stable/_downloads/3438aba177365cb595921cf18806dfa7/plot_classifier_comparison.ipynb -
LinearDiscriminantAnalysis — scikit-learn...
[ - 2 , - 1 ], [ - 3 , - 2 ], [ 1 , 1 ], [ 2 , 1 ], [ 3...3 , 2 ]]) >>> y = np . array ([ 1 , 1 , 1 , 2 , 2 , 2...scikit-learn.org/stable/modules/generated/sklearn.discriminant_analysis.LinearDiscriminantAnalysi... -
Vector Database - Elasticsearch Labs
Database Inside Elastic March 2, 2026 Adaptive early termination...cuVS: GPU-acceleration Chapter 2 Discover how Elasticsearch achieves...www.elastic.co/search-labs/blog/category/vector-database -
Hardware prerequisites | Elastic Docs
256 GB RAM1 Small deployment 2 32 GB RAM 32 GB RAM 16 GB RAM...128 GB RAM Medium deployment 2 32 GB RAM 32 GB RAM 16 GB RAM...www.elastic.co/docs/deploy-manage/deploy/cloud-enterprise/ece-hardware-prereq -
Outlier detection with Local Outlier Factor (LO...
2 ) X_inliers = np . r_ [ X_inliers + 2 , X_inliers...relative to this cluster, and 2) smaller than the maximum number...scikit-learn.org/stable/auto_examples/neighbors/plot_lof_outlier_detection.html -
dcg_score — scikit-learn 1.8.0 documentation
log_base = 2 , sample_weight = None , ignore_ties...outputs. log_base float, default=2 Base of the logarithm used for...scikit-learn.org/stable/modules/generated/sklearn.metrics.dcg_score.html