- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 421 - 430 of 2,898 for 1 (0.08 sec)
-
KMeans — scikit-learn 1.7.0 documentation
scikit-learn 1.1 Release Highlights for scikit-learn 1.1 Clustering...X = np . array ([[ 1 , 2 ], [ 1 , 4 ], [ 1 , 0 ], ... [ 10 , 2...scikit-learn.org/stable/modules/generated/sklearn.cluster.KMeans.html -
mean_absolute_percentage_error — scikit-learn 1...
1 ], [ - 1 , 1 ], [ 7 , - 6 ]] >>> y_pred...y_true = [ 1. , 0. , 2.4 , 7. ] >>> y_pred = [ 1.2 , 0.1 , 2.4 ,...scikit-learn.org/stable/modules/generated/sklearn.metrics.mean_absolute_percentage_error.html -
completeness_score — scikit-learn 1.7.0 documen...
1 , 1 ], [ 1 , 1 , 0 , 0 ]) 1.0 Non-perfect labelings...completeness_score ([ 0 , 0 , 1 , 1 ], [ 0 , 1 , 0 , 1 ])) 0.0 >>> print...scikit-learn.org/stable/modules/generated/sklearn.metrics.completeness_score.html -
RidgeCV — scikit-learn 1.7.0 documentation
1, 1.0, 10.0) , * , fit_intercept...shape (n_alphas,), default=(0.1, 1.0, 10.0) Array of alpha values...scikit-learn.org/stable/modules/generated/sklearn.linear_model.RidgeCV.html -
DBFlute : Migration : 0.8.1
1} 環境上の注意点 Sql2Entityも一緒に バージョン...C#ユーザの方へ 最新バージョンのS2Container-1.3.11と一緒にご利用下さい。 実装上の注意点 特になし...dbflute.seasar.org/ja/oldmigration/migrate-080to081.html -
f1_score — scikit-learn 1.7.0 documentation
[ 1 , 1 , 1 ], [ 0 , 1 , 1 ]] >>> y_pred = [[...[[ 0 , 0 , 0 ], [ 1 , 1 , 1 ], [ 1 , 1 , 0 ]] >>> f1_score ( y_true...scikit-learn.org/stable/modules/generated/sklearn.metrics.f1_score.html -
DecisionTreeRegressor — scikit-learn 1.7.0 docu...
1: monotonic increase 0: no constraint -1: monotonic...min_samples_split = 2 , min_samples_leaf = 1 , min_weight_fraction_leaf = 0.0...scikit-learn.org/stable/modules/generated/sklearn.tree.DecisionTreeRegressor.html -
confusion_matrix — scikit-learn 1.7.0 documenta...
1 , 0 , 1 ], [ 1 , 1 , 1 , 0 ]) . ravel ()...negatives is \(C_{1,0}\) , true positives is \(C_{1,1}\) and false...scikit-learn.org/stable/modules/generated/sklearn.metrics.confusion_matrix.html -
Release Highlights for scikit-learn 1.5 — sciki...
array([[-1.1, 1.1, 1.1], [ 3.9, -1.2, 1.1], [ 0.1, 1.3, 1.1], [-0.1,...[-0.1, -1.4, -1.4], [-4.9, 1.5, -1.5], [ 0.1, 1.6, 1.6]]) Pairwise...scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_5_0.html -
ValidationCurveDisplay — scikit-learn 1.7.0 doc...
means 1 unless in a joblib.parallel_backend context. -1 means...scikit-learn 1.3 Release Highlights for scikit-learn 1.3 On this...scikit-learn.org/stable/modules/generated/sklearn.model_selection.ValidationCurveDisplay.html