- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1231 - 1240 of 2,496 for 2 (0.26 sec)
-
Gradient Boosting regression — scikit-learn 1.7...
2 , 2 ) # `labels` argument in boxplot...permutation methods identify the same 2 strongly predictive features but...scikit-learn.org/stable/auto_examples/ensemble/plot_gradient_boosting_regression.html -
Normal, Ledoit-Wolf and OAS Linear Discriminant...
centers = [[ - 2 ], [ 2 ]]) # add non-discriminative...features_samples_ratio , acc_clf1 , linewidth = 2 , label = "LDA" , color = "gold"...scikit-learn.org/stable/auto_examples/classification/plot_lda.html -
make_friedman1 — scikit-learn 1.7.1 documentation
2 ] - 0.5 ) ** 2 + 10 * X [:, 3 ] + 5 *...in Friedman [1] and Breiman [2]. Inputs X are independent features...scikit-learn.org/stable/modules/generated/sklearn.datasets.make_friedman1.html -
豚こまとちくわが飯泥棒に大変身!ヤンニョムチーズ丼 レシピ・作り方|Tasty
片栗粉 大さじ1 ちくわ 2本 片栗粉 大さじ1 サラダ油 小さじ1 【A】コチュジャン 大さじ1と1/2 【A】しょうゆ 大さじ1...掲載日 2 分前 【豚こまとちくわが飯泥棒に大変身!】お財布に優しいやみつき豚ちくわのヤンニョムチーズ丼 豚こま×ちくわ×チーズ...www.buzzfeed.com/jp/redkikuchi/yangnyeom-pork-stir-fry-movie -
Swiss Roll And Swiss-Hole Reduction — scikit-le...
n_components = 2 ) sr_tsne = manifold . TSNE ( n_components = 2 , perplexity...n_components = 2 ) sh_tsne = manifold . TSNE ( n_components = 2 , perplexity...scikit-learn.org/stable/auto_examples/manifold/plot_swissroll.html -
Incremental PCA — scikit-learn 1.7.1 documentation
target n_components = 2 ipca = IncrementalPCA ( n_components...target_name in zip ( colors , [ 0 , 1 , 2 ], iris . target_names ): plt...scikit-learn.org/stable/auto_examples/decomposition/plot_incremental_pca.html -
sklearn.datasets — scikit-learn 1.7.1 documenta...
make_friedman2 Generate the "Friedman #2" regression problem. make_friedman3...samples by quantile. make_hastie_10_2 Generate data for binary classification...scikit-learn.org/stable/api/sklearn.datasets.html -
Docタスク | DBFlute
SchemaXMLを参照 2. SchemaHTMLを自動生成 3. HistoryHTMLを自動生成...Docタスクを実行すると処理が始まります。 1. SchemaXMLを参照 2. SchemaHTMLを自動生成 3. HistoryHTMLを自動生成...dbflute.seasar.org/ja/manual/function/generator/task/doc/index.html -
Comparison between grid search and successive h...
1e-2 , 1e-3 , 1e-4 , 1e-5 , 1e-6 ,...param_grid = param_grid , factor = 2 , random_state = rng ) gsh . fit...scikit-learn.org/stable/auto_examples/model_selection/plot_successive_halving_heatmap.html -
Bunch — scikit-learn 1.7.1 documentation
b = 2 ) >>> b [ 'b' ] 2 >>> b . b 2 >>> b . a = 3 >>>...return a (key, value) pair as a 2-tuple. Pairs are returned in LIFO...scikit-learn.org/stable/modules/generated/sklearn.utils.Bunch.html