- Sort Score
- Num 10 results
- Language All
- Labels All
Results 1151 - 1160 of 9,498 for 2 (0.21 seconds)
-
Vector search in Elasticsearch: The rationale b...
2) Searches need to combine results...Content ML Research AI January 2, 2026 Automating log parsing in...www.elastic.co/search-labs/blog/vector-search-elasticsearch-rationale -
Partial Dependence and Individual Conditional E...
2 Release Highlights for scikit-learn 1.2 Gallery generated...between the target function [ 2 ] and a set of features of interest,...scikit-learn.org/stable/auto_examples/inspection/plot_partial_dependence.html -
plot_release_highlights_1_8_0.ipynb
2, 2)\nx2, y2 = S_scaling.T\nax2.scatter(x2,...complexity compared to\n`O(n**2)` previously, which allows to...scikit-learn.org/stable/_downloads/826f1a05a1b6ad38fb98368f39e30aa6/plot_release_highlights_1_8_0... -
clustering.rst.txt
2, 0, 3, 4, 5, 1] >>> labels_pred = [1, 1, 0, 0, 2, 2, 2,...1, 2, 0, 3, 4, 5, 1] >>> labels_pred = [1, 1, 0, 0, 2, 2, 2,...scikit-learn.org/stable/_sources/modules/clustering.rst.txt -
Hierarchical clustering with and without struct...
2 ], color = plt . cm . jet ( float...X1 [ label_structured == l , 2 ], color = plt . cm . jet ( float...scikit-learn.org/stable/auto_examples/cluster/plot_ward_structured_vs_unstructured.html -
Compressive sensing: tomography reconstruction ...
x - l / 2.0 ) ** 2 + ( y - l / 2.0 ) ** 2 < ( l / 2.0 ) **...** 2 mask = np . zeros (( l , l )) points = l * rs . rand ( 2 ,...scikit-learn.org/stable/auto_examples/applications/plot_tomography_l1_reconstruction.html -
DecisionBoundaryDisplay — scikit-learn 1....
2) Input data that should be only 2-dimensional....() . fit ( iris . data [:, : 2 ], iris . target ) >>>...scikit-learn.org/stable/modules/generated/sklearn.inspection.DecisionBoundaryDisplay.html -
make_hastie_10_2 — scikit-learn 1.8.0 doc...
scikit-learn.org/stable/modules/generated/sklearn.datasets.make_hastie_10_2.html -
KNeighborsClassifier — scikit-learn 1.8.0...
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 -
Feature agglomeration vs. univariate selection ...
selection # This example compares 2 dimensionality reduction strategies:.... randn ( n_samples , size ** 2 ) for x in X : # smooth data x...scikit-learn.org/stable/auto_examples/cluster/plot_feature_agglomeration_vs_univariate_selection....