- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1151 - 1160 of 2,281 for 2 (0.08 sec)
-
Receiver Operating Characteristic (ROC) with cr...
= 2 ], y [ y != 2 ] n_samples , n_features...linearly separable from the other 2; the latter are not linearly separable...scikit-learn.org/stable/auto_examples/model_selection/plot_roc_crossval.html -
Comparison of kernel ridge regression and SVR —...
1e-2 , 1e-3 ], "gamma" : np . logspace ( - 2 , 2 , 5 )},..."gamma" : np . logspace ( - 2 , 2 , 5 )}, ) kr = GridSearchCV...scikit-learn.org/stable/auto_examples/miscellaneous/plot_kernel_ridge_regression.html -
「【※JHOS_事業者様優先※】人物アノテーション(矩形)」の仕事依頼【ジョブハブ】
2020年2月4日(火)~2月24日(月) ※準備状況によっては多少前後する場合がございます ■最終納期 2020年2月26日(水)...ます。 ■依頼範囲 画像データ 25,000枚 想定枠数 2~5枠/枚 ※想定になりますので画像により枠数は変動します。...jobhub.jp/jobs/42040 -
Sum — scikit-learn 1.7.0 documentation
takes two kernels \(k_1\) and \(k_2\) and combines them via \[k_{sum}(X,...\[k_{sum}(X, Y) = k_1(X, Y) + k_2(X, Y)\] Note that the __add__ magic...scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.kernels.Sum.html -
アニマル - BuzzFeed
」な姿に2.2万いいね「凛々しい」「強い意志を感じます」 向かい風にもめげず、真っすぐに前を見据える真っ白な2匹のポメラ...な見た目が、Xで約4.2万件の「いいね」が付いてます。 Ken-ichi Hashimoto 2匹並んで目がしょぼしょぼ、一体なぜ…?...www.buzzfeed.com/jp/badge/animaljp -
Logstash Reference [8.18] | Elastic
2 5.1 5.0 2.4 2.3 2.2 2.1 2.0 1.5 Logstash Introduction...Notes Logstash 8.2.3 Release Notes Logstash 8.2.2 Release Notes...www.elastic.co/guide/en/logstash/8.18/index.html -
SVM: Separating hyperplane for unbalanced class...
n_samples_2 = 100 centers = [[ 0.0 , 0.0 ], [ 2.0 , 2.0 ]] clusters_std...n_samples = [ n_samples_1 , n_samples_2 ], centers = centers , cluster_std...scikit-learn.org/stable/auto_examples/svm/plot_separating_hyperplane_unbalanced.html -
「8月~9月【アウトソーシングタレント限定】IT・ガジェットを中心としたアイデア~企画書の作成...
●作業スケジュール 例 ①アイデア→②採用結果→③企画書提出(素案) 第1回 ①6/22 ②6/26 ③7/3 (7月報酬)...守秘義務確認済 環境チェックテスト済 ネーミング 報酬 2,700 円 2,700 円 × 1 件 残り時間 違反報告 利用規約...jobhub.jp/jobs/44972 -
Understanding the decision tree structure — sci...
3] = 2.4) > 0.800000011920929) decision node 2 : (X_test[0,...max_depth None min_samples_split 2 min_samples_leaf 1 min_weight_fraction_leaf...scikit-learn.org/stable/auto_examples/tree/plot_unveil_tree_structure.html -
check_increasing — scikit-learn 1.7.0 documenta...
2 , 3 , 4 , 5 ], [ 2 , 4 , 6 , 8 , 10 ] >>>...np.True_ >>> y = [ 10 , 8 , 6 , 4 , 2 ] >>> check_increasing ( x , y...scikit-learn.org/stable/modules/generated/sklearn.isotonic.check_increasing.html