- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 331 - 340 of 2,947 for 1 (1.12 sec)
-
Selecting dimensionality reduction with Pipelin...
n_jobs=1, param_grid=[{'classify__C': [1, 10, 100, 1000],...max_iter=10000))]), n_jobs=1, param_grid=[{'classify__C': [1, 10, 100, 1000],...scikit-learn.org/stable/auto_examples/compose/plot_compare_reduction.html -
移行 1.0.x to 1.1 | DBFlute
Author's Blog 移行 1.0.x to 1.1 お約束の注意点 概要 大前提 DBFlute-1.1.xをセットアップ DBFluteエンジンのダウンロード...移行のレベルが大きく三つあります。 ひとまず 1.1 にするだけ 互換モードを全開にして、できるだけ修正を少なく移行 とにかく 1.1 に合わせる 互...dbflute.seasar.org/ja/environment/upgrade/migration/migrate10xto11x.html -
1.4. Support Vector Machines — scikit-learn 1.6...
“0 vs 1”, “0 vs 2” , … “0 vs n”, “1 vs 2”, “1 vs 3”, “1 vs n”,...vectors \(v^{0}_1, v^{1}_1\) and \(v^{0}_2, v^{1}_2\) respectively....scikit-learn.org/stable/modules/svm.html -
d2_pinball_score — scikit-learn 1.6.1 documenta...
Added in version 1.1. Parameters : y_true array-like...d2_pinball_score >>> y_true = [ 1 , 2 , 3 ] >>> y_pred = [ 1 , 3 , 3 ] >>> d2_pinball_score...scikit-learn.org/stable/modules/generated/sklearn.metrics.d2_pinball_score.html -
roc_auc_score — scikit-learn 1.6.1 documentation
classes_[1] and thus estimator.predict_proba(X, y)[:, 1] . The...it is upper bounded by 1. References [ 1 ] Wikipedia entry for...scikit-learn.org/stable/modules/generated/sklearn.metrics.roc_auc_score.html -
train_test_split — scikit-learn 1.6.1 documenta...
scikit-learn 1.5 Release Highlights for scikit-learn 1.5 Release...scikit-learn 1.4 Release Highlights for scikit-learn 1.4 Release...scikit-learn.org/stable/modules/generated/sklearn.model_selection.train_test_split.html -
paired_euclidean_distances — scikit-learn 1.6.1...
[ 1 , 1 , 1 ]] >>> Y = [[ 1 , 0 , 0 ], [ 1 , 1 , 0 ]] >>>...paired_euclidean_distances ( X , Y ) array([1., 1.]) On this page This Page...scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise.paired_euclidean_distances.html -
mean_pinball_loss — scikit-learn 1.6.1 document...
[ 1 , 2 , 4 ], alpha = 0.1 ) np.float64(0.3...)...scikit-learn 1.0 Release Highlights for scikit-learn 1.0 Features...scikit-learn.org/stable/modules/generated/sklearn.metrics.mean_pinball_loss.html -
mean_variance_axis — scikit-learn 1.6.1 documen...
1 , 2 , 2 ]) >>> data = np . array ([ 8 , 1 , 2 , 5 ])...of CSR or CSC format. axis {0, 1} Axis along which the axis should...scikit-learn.org/stable/modules/generated/sklearn.utils.sparsefuncs.mean_variance_axis.html -
SelectPercentile — scikit-learn 1.6.1 documenta...
Added in version 1.0. See also f_classif ANOVA F-value..."x1", ..., "x(n_features_in_ - 1)"] . If input_features is an array-like,...scikit-learn.org/stable/modules/generated/sklearn.feature_selection.SelectPercentile.html