- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 931 - 940 of 2,956 for 1 (0.15 sec)
-
DBFlute : Migration : 0.8.1
1} 環境上の注意点 Sql2Entityも一緒に バージョン...C#ユーザの方へ 最新バージョンのS2Container-1.3.11と一緒にご利用下さい。 実装上の注意点 特になし...dbflute.seasar.org/ja/oldmigration/migrate-080to081.html -
calibration_curve — scikit-learn 1.6.1 document...
1 , 1 , 1 , 1 , 1 ]) >>> y_pred = np . array ([ 0.1 , 0.2...positive class. Added in version 1.1. n_bins int, default=5 Number...scikit-learn.org/stable/modules/generated/sklearn.calibration.calibration_curve.html -
sigmoid_kernel — scikit-learn 1.6.1 documentation
[ 1 , 1 , 1 ]] >>> Y = [[ 1 , 0 , 0 ], [ 1 , 1 , 0 ]] >>>...defaults to 1.0 / n_features. coef0 float, default=1 Constant offset...scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise.sigmoid_kernel.html -
ndcg_score — scikit-learn 1.6.1 documentation
1.1 , 1. , .5 , .0 ]]) >>> ndcg_score...scores = np . asarray ([[ 1 , 0 , 0 , 0 , 1 ]]) >>> # by default ties...scikit-learn.org/stable/modules/generated/sklearn.metrics.ndcg_score.html -
Probability calibration of classifiers — scikit...
51 )[ 1 :: 2 ], y_test [ order ] . reshape ( 25 , - 1 ) . mean...] = 0 y [ n_samples // 2 :] = 1 sample_weight = np . random ....scikit-learn.org/stable/auto_examples/calibration/plot_calibration.html -
4. Inspection — scikit-learn 1.6.1 documentation
1.1. Partial dependence plots 4.1.2. Individual...expectation (ICE) plot 4.1.3. Mathematical Definition 4.1.4. Computation...scikit-learn.org/stable/inspection.html -
chi2_kernel — scikit-learn 1.6.1 documentation
[ 1 , 1 , 1 ]] >>> Y = [[ 1 , 0 , 0 ], [ 1 , 1 , 0 ]] >>>...chi2_kernel ( X , Y = None , gamma = 1.0 ) [source] # Compute the exponential...scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise.chi2_kernel.html -
linear_kernel — scikit-learn 1.6.1 documentation
[ 1 , 1 , 1 ]] >>> Y = [[ 1 , 0 , 0 ], [ 1 , 1 , 0 ]] >>>...linear_kernel ( X , Y ) array([[0., 0.], [1., 2.]]) On this page This Page...scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise.linear_kernel.html -
k_means — scikit-learn 1.6.1 documentation
[ 1., 2.]]) >>> label array([1, 1, 1, 0, 0, 0], dtype=int32)...X = np . array ([[ 1 , 2 ], [ 1 , 4 ], [ 1 , 0 ], ... [ 10 , 2...scikit-learn.org/stable/modules/generated/sklearn.cluster.k_means.html -
fbeta_score — scikit-learn 1.6.1 documentation
1 , 2 , 0 , 1 , 2 ] >>> y_pred = [ 0 , 2 , 1 , 0 , 0...beta > 1 gives more weight to recall, while beta < 1 favors precision....scikit-learn.org/stable/modules/generated/sklearn.metrics.fbeta_score.html