- Sort Score
- Num 10 results
- Language All
- Labels All
Results 531 - 540 of over 10,000 for 2 (0.51 seconds)
-
BaseEstimator — scikit-learn 1.8.0 docume...
{'param': 2} >>> X = np . array ([[ 1 , 2 ], [ 2 , 3 ],...y ) . predict ( X ) array([2, 2, 2]) >>> estimator ....scikit-learn.org/stable/modules/generated/sklearn.base.BaseEstimator.html -
rand_score — scikit-learn 1.8.0 documenta...
of Classification 2, 193–218 (1985). . [ 2 ] Wikipedia: Simple...predicted and true clusterings [1] [2] . The raw RI score [3] is: RI...scikit-learn.org/stable/modules/generated/sklearn.metrics.rand_score.html -
haversine_distances — scikit-learn 1.8.0 ...
data must be 2. \[D(x, y) = 2\arcsin[\sqrt{\sin^2((x_{lat} - y_{lat})...y_{lat}) / 2) + \cos(x_{lat})\cos(y_{lat})\ sin^2((x_{lon} -...scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise.haversine_distances.html -
1.6. Nearest Neighbors — scikit-learn 1.8...
[ - 2 , - 1 ], [ - 3 , - 2 ], [ 1 , 1 ], [ 2 , 1 ], [ 3...- 1 ], [ - 2 , - 1 ], [ - 3 , - 2 ], [ 1 , 1 ], [ 2 , 1 ], [ 3...scikit-learn.org/stable/modules/neighbors.html -
preprocessing.rst.txt
2. , 1. , 0.1], [4.4, 2.2, 1.1, 0.1], [4.4, 2.2, 1.2, 0.1],...4.1, 6.7, 2.5], [7.7, 4.2, 6.7, 2.5], [7.9, 4.4, 6.9, 2.5]]) Thus...scikit-learn.org/stable/_sources/modules/preprocessing.rst.txt -
Adjustment for chance in clustering performance...
linspace ( 2 , n_samples , 10 ) . astype ( int ) plt . figure ( 2 ) plots...n_clusters_range = np . linspace ( 2 , 100 , 10 ) . astype ( int )...scikit-learn.org/stable/auto_examples/cluster/plot_adjusted_for_chance_measures.html -
Events - IBM Developer
2:00 PM UTC Embracing AI in Model...VS Code Digital December 2, 2025, 6:00 PM UTC Building Success...developer.ibm.com/events/ -
Comparing different hierarchical linkage method...
xlim ( - 2.5 , 2.5 ) plt . ylim ( - 2.5 , 2.5 ) plt . xticks...t; : 2 }), ( noisy_moons , { "n_clusters" : 2 }), (...scikit-learn.org/stable/auto_examples/cluster/plot_linkage_comparison.html -
ward_tree — scikit-learn 1.8.0 documentation
s)^2 + \frac{|v|+|t|} {T}d(v,t)^2 - \frac{|v|} {T}d(s,t)^2}\]...array ([[ 1 , 2 ], [ 1 , 4 ], [ 1 , 0 ], ... [ 4 , 2 ], [ 4 , 4...scikit-learn.org/stable/modules/generated/sklearn.cluster.ward_tree.html -
KNeighborsRegressor — scikit-learn 1.8.0 ...
array([[2]])) As you can see, it returns [[0.5]], and [[2]], which...float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...scikit-learn.org/stable/modules/generated/sklearn.neighbors.KNeighborsRegressor.html