- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1341 - 1350 of 2,496 for 2 (0.08 sec)
-
make_friedman3 — scikit-learn 1.7.1 documentation
in Friedman [1] and Breiman [2]. Inputs X are 4 independent features...1 ] <= 560 * pi , 0 <= X [:, 2 ] <= 1 , 1 <= X [:, 3 ] <= 11....scikit-learn.org/stable/modules/generated/sklearn.datasets.make_friedman3.html -
JDBCタスク | DBFlute
スキーマのメタデータ取得 2. メタデータのXMLファイルを出力 様々なオプション JDBCタスクのログ...JDBCタスクを実行すると処理が始まります。 1. スキーマのメタデータ取得 2. メタデータのXMLファイルを出力 1. スキーマのメタデータ取得...dbflute.seasar.org/ja/manual/function/generator/task/jdbc/index.html -
1.13. Feature selection — scikit-learn 1.7.1 do...
2. Univariate feature selection...SelectKBest ( f_classif , k = 2 ) . fit_transform ( X , y ) >>>...scikit-learn.org/stable/modules/feature_selection.html -
Visualizing cross-validation behavior in scikit...
ylim = [ n_splits + 2.2 , - 0.2 ], xlim = [ 0 , 100 ], )...cmap = cmap_cv , vmin =- 0.2 , vmax = 1.2 , ) # Plot the data classes...scikit-learn.org/stable/auto_examples/model_selection/plot_cv_indices.html -
DummyRegressor — scikit-learn 1.7.1 documentation
2.0 , 3.0 , 4.0 ]) >>> y = np . array ([ 2.0 , 3.0 ,...determination R^2 of the prediction. The coefficient R^2 is defined...scikit-learn.org/stable/modules/generated/sklearn.dummy.DummyRegressor.html -
ParameterGrid — scikit-learn 1.7.1 documentation
{ 'a' : 2 , 'b' : True }, { 'a' : 2 , 'b' : False }])...>>> param_grid = { 'a' : [ 1 , 2 ], 'b' : [ True , False ]} >>>...scikit-learn.org/stable/modules/generated/sklearn.model_selection.ParameterGrid.html -
additive_chi2_kernel — scikit-learn 1.7.1 docum...
-2.], [-2., -1.]]) On this page This...given by: k(x, y) = -Sum [(x - y)^2 / (x + y)] It can be interpreted...scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise.additive_chi2_kernel.html -
ペプシ公式SNSの“報告”に、ネット興奮「ドッキリじゃないよね?」→米ペプシコが新商品を発売
」によると、プレバイオティック炭酸飲料の市場は2024年で2億6200万ドル(約384億円)にものぼり、世界規模での売上...たようです。新製品はオリジナル・コーラとチェリー・バニラの2種類のフレーバーでの展開。プレバイオティック食物繊維が3グラ...www.buzzfeed.com/jp/claudiasantos/pepsi-prebiotic-soda-launch-1 -
DBFlute Introによるセットアップ | DBFlute
DBFluteランタイムの設定 (JDBCドライバも) 2. DBFlute Intro でセットアップ 3. 特定環境適用プロパティ...さい。 セットアップ - DBFluteランタイムの準備 2. DBFlute Intro でセットアップ DBFlute...dbflute.seasar.org/ja/environment/setup/byintro.html -
sparse_encode — scikit-learn 1.7.1 documentation
2 ], ... [ 1 , 1 , 1 ], ... [ 0 , 1 , 1 ], ... [ 0 , 2 , 1...scikit-learn.org/stable/modules/generated/sklearn.decomposition.sparse_encode.html