- Sort Score
- Num 10 results
- Language All
- Labels All
Results 1171 - 1180 of 9,498 for 2 (0.19 seconds)
-
卸载步骤
2 步骤 2: 删除 OpenSearch 删除 OpenSearch...rm -rf /path/to/opensearch-3.3.2 步骤 3: 删除数据目录(可选) 默认情况下,数据目录在 Fess...fess.codelibs.org/zh-cn/15.3/install/uninstall.html -
Statistical comparison of models using grid sea...
factorial ( 2 ) * factorial ( len ( model_scores ) - 2 ) ) pairwise_t_test..."poly" ], "degree" : [ 2 , 3 ]}, { "kernel" :...scikit-learn.org/stable/auto_examples/model_selection/plot_grid_search_stats.html -
KernelCenterer — scikit-learn 1.8.0 docum...
- 2. , 2. ], ... [ - 2. , 1. , 3. ], ... [ 4. , 1. , - 2. ]]...K array([[ 9., 2., -2.], [ 2., 14., -13.], [ -2., -13., 21.]])...scikit-learn.org/stable/modules/generated/sklearn.preprocessing.KernelCenterer.html -
brier_score_loss — scikit-learn 1.8.0 doc...
2 , 0.7 , 0.1 ], [ 0.2 , 0.2 , 0.6 ]], ... labels...by 1/2 to lie in the [0, 1] range instead of the [0, 2] range....scikit-learn.org/stable/modules/generated/sklearn.metrics.brier_score_loss.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 -
NotFittedError — scikit-learn 1.8.0 docum...
scikit-learn.org/stable/modules/generated/sklearn.exceptions.NotFittedError.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.... -
LabelBinarizer — scikit-learn 1.8.0 docum...
2 , 6 , 4 , 2 ]) LabelBinarizer() >>>...array([0, 1, 2]) >>> lb . transform ([ 0 , 1 , 2 , 1 ]) array([[1,...scikit-learn.org/stable/modules/generated/sklearn.preprocessing.LabelBinarizer.html -
safe_mask — scikit-learn 1.8.0 documentation
[ 2 ], [ 3 ], [ 4 ], [ 5 ]]) >>>...[ mask ] . toarray () array([[2], [3], [5]]) On this page This...scikit-learn.org/stable/modules/generated/sklearn.utils.safe_mask.html -
murmurhash3_32 — scikit-learn 1.8.0 docum...
to a signed int from -(2 ** 31) to 2 ** 31 - 1 Examples >>>...to an unsigned int from 0 to 2 ** 32 - 1 False: the results is...scikit-learn.org/stable/modules/generated/sklearn.utils.murmurhash3_32.html