- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 331 - 340 of 3,264 for 2 (0.09 sec)
-
Watcher Reference for 2.x and 1.x | Elastic
for 2.x and 1.x: 2.3 Watcher Reference for 2.x and 1.x: 2.2 Watcher...for 2.x and 1.x: 2.1 Watcher Reference for 2.x and 1.x: 2.0 Watcher...www.elastic.co/guide/en/watcher/index.html -
Comparison of Calibration of Classifiers — scik...
only 2 are informative, 2 are # redundant (random...20 , n_informative = 2 , n_redundant = 2 , random_state = 42 )...scikit-learn.org/stable/auto_examples/calibration/plot_compare_calibration.html -
isotonic_regression — scikit-learn 1.7.2 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 -
learning_curve — scikit-learn 1.7.2 documentation
scikit-learn.org/stable/modules/generated/sklearn.model_selection.learning_curve.html -
load_breast_cancer — scikit-learn 1.7.2 documen...
Classes 2 Samples per class 212(M),357(B)...target_names ndarray of shape (2,) The names of target classes....scikit-learn.org/stable/modules/generated/sklearn.datasets.load_breast_cancer.html -
contingency_matrix — scikit-learn 1.7.2 documen...
2 , 2 ] >>> labels_pred = [ 1 , 0 , 2 , 1 , 0 , 2 ] >>>...scikit-learn.org/stable/modules/generated/sklearn.metrics.cluster.contingency_matrix.html -
ハンズオンセクション 2 | DBFlute
SiteMap | Author's Blog ハンズオンセクション 2 概要 事前準備 マスタデータの登録 マスタデータがないことを確認...模範解答的な実装を紹介しています。(参考までに) 模範解答的なセクション 2 次のセクション さて、次のセクションへ ハンズオンセクション...dbflute.seasar.org/ja/tutorial/handson/section02.html -
murmurhash3_32 — scikit-learn 1.7.2 documentation
to a signed int from -(2 ** 31) to 2 ** 31 - 1 Examples >>> from...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 -
check_increasing — scikit-learn 1.7.2 documenta...
2 , 3 , 4 , 5 ], [ 2 , 4 , 6 , 8 , 10 ] >>>...np.True_ >>> y = [ 10 , 8 , 6 , 4 , 2 ] >>> check_increasing ( x , y...scikit-learn.org/stable/modules/generated/sklearn.isotonic.check_increasing.html -
6. Visualizations — scikit-learn 1.7.2 document...
return_X_y = True ) y = y == 2 # make binary X_train , X_test...return_X_y = True ) y = y == 2 # make binary X_train , X_test...scikit-learn.org/stable/visualizations.html