- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 951 - 960 of 2,283 for 2 (0.09 sec)
-
DistanceMetric — scikit-learn 1.7.0 documentation
HaversineDistance 2 arcsin(sqrt(sin^2(0.5*dx) + cos(x1)cos(x2)sin^2(0.5*dy)))...'euclidean' ) >>> X = [[ 1 , 2 ], [ 3 , 4 ], [ 5 , 6 ]] >>> Y...scikit-learn.org/stable/modules/generated/sklearn.metrics.DistanceMetric.html -
webpack-0a8df6c458de0830.js
length;i>0&&e[i-1][2]>a;i--)e[i]=e[i-1];e[i]=[o,n,a];return}for(var...i={};e=e||[null,t({}),t([]),t(t)];for(var u=2&n&&o;"object"==typeof u&&!~e....www.elastic.co/events/elasticon/_next/static/chunks/webpack-0a8df6c458de0830.js -
isotonic_regression — scikit-learn 1.7.0 docume...
2 , 8 , 10 , 7 , 9 , 6 , 4 ]) array([2.75 , 2.75 , 2.75 ,..., 2.75 , 7.33, 7.33, 7.33, 7.33, 7.33, 7.33]) On this page This...scikit-learn.org/stable/modules/generated/sklearn.isotonic.isotonic_regression.html -
inplace_csr_column_scale — scikit-learn 1.7.0 d...
2 , 2 ]) >>> data = np . array ([ 8 , 1 , 2 , 5 ]) >>>...>>> scale = np . array ([ 2 , 3 , 2 ]) >>> csr = sparse . csr_matrix...scikit-learn.org/stable/modules/generated/sklearn.utils.sparsefuncs.inplace_csr_column_scale.html -
ranking_ad.min.css
#gooad-badge300_2 { min-height: 250px; margin: 0...text-align: center; } /* ダブレク親1~2 */ [id^="gooad-wrec"] { min-height:...adcdn.goo.ne.jp/images/0common/ranking_ad.min.css -
Gaussian Mixture Model Ellipsoids — scikit-lear...
eigh ( covar ) v = 2.0 * np . sqrt ( 2.0 ) * np . sqrt ( v )...n_samples , 2 ), C ), 0.7 * np . random . randn ( n_samples , 2 ) + np...scikit-learn.org/stable/auto_examples/mixture/plot_gmm.html -
plot_multi_metric_evaluation.py
range(2, 403, 20)}, scoring=scoring, refit="AUC", n_jobs=2, re...sklearn.datasets import make_hastie_10_2 from sklearn.metrics import accuracy_score,...scikit-learn.org/stable/_downloads/dedbcc9464f3269f4f012f4bfc7d16da/plot_multi_metric_evaluation.py -
Two-class AdaBoost — scikit-learn 1.7.0 documen...
cov = 2.0 , n_samples = 200 , n_features = 2 , n_classes = 2 , random_state...= 300 , n_features = 2 , n_classes = 2 , random_state = 1 ) X...scikit-learn.org/stable/auto_examples/ensemble/plot_adaboost_twoclass.html -
TransformedTargetRegressor — scikit-learn 1.7.0...
float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...The function needs to return a 2-dimensional array. inverse_func...scikit-learn.org/stable/modules/generated/sklearn.compose.TransformedTargetRegressor.html -
Plot randomly generated multilabel dataset — sc...
1500 * p_c ** 2 , color = COLORS . take ([ 1 , 2 , 4 ]), ) ax...means the class is present: 1 2 3 Color Y N N Red N Y N Blue N...scikit-learn.org/stable/auto_examples/datasets/plot_random_multilabel_dataset.html