- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1061 - 1070 of 2,285 for 2 (0.08 sec)
-
Evaluation of outlier detection estimators — sc...
as samples encoded with label 2 and outliers as those with label...as_frame = True ) s = ( y == 2 ) + ( y == 4 ) X = X . loc [ s...scikit-learn.org/stable/auto_examples/miscellaneous/plot_outlier_detection_bench.html -
そっくりだと思う芸能人ランキングTOP60 - gooランキング
3位「日高屋」、2位「バーミヤン」、気になる1位は… 2 一番好きな異世界転生アニメランキング!...3位「ダイヤモンド・パール」、2位「赤・緑」、1位は… 5 広島県民あるあるランキング!2位「〇〇〇」はNGワード!あなたは知ってた?...ranking.goo.ne.jp/column/8849/ranking/54652/ -
一度は行ってみたい!遊園地・テーマパークランキング!東京ディズニーランドはまさかの4位!|ユニ...
門線」、2位「銀座線」、1位は… 2 読めたらすごい!宮崎の難読駅名ランキング!3位 折生迫(おりゅうざこ)、2位 日向沓掛(ひゅうがくつかけ)、1位は…...☆すた」、2位「響け!ユーフォニアム2」、1位は… 5 満足度が高い中華チェーンランキング!3位「日高屋」、2位「バーミヤン」、気になる1位は…...ranking.goo.ne.jp/column/10254/ -
レトロゲームランキング一覧28件中 1件から20件 - gooランキング
☆すた」、2位「響け!ユーフォニアム2」、1位は… 6 満足度が高い中華チェーンランキング!3位「日高屋」、2位「バーミヤン」、気になる1位は…...「セガサターン」史上最高傑作だと思うゲームランキング 3位バーチャファイター2、2位ストリートファイターZERO、1位は? ゲーム レトロゲーム...ranking.goo.ne.jp/topic/15/ -
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 -
一番好きな異世界転生アニメランキング!「転生したらスライムだった件」「無職転生」を抑えて1位に...
☆すた」、2位「響け!ユーフォニアム2」、1位は… 5 満足度が高い中華チェーンランキング!3位「日高屋」、2位「バーミヤン」、気になる1位は…...一番好きな京アニ作品ランキング!3位「らき☆すた」、2位「響け!ユーフォニアム2」、1位は… ジャンプ史上最高傑作だと思うラブ...ranking.goo.ne.jp/column/10241/ -
Feature agglomeration vs. univariate selection ...
selection # This example compares 2 dimensionality reduction strategies:.... randn ( n_samples , size ** 2 ) for x in X : # smooth data x...scikit-learn.org/stable/auto_examples/cluster/plot_feature_agglomeration_vs_univariate_selection.... -
Release Highlights for scikit-learn 0.23 — scik...
2. From 1.2, use # PartialDependenceDis...lam = np . exp ( X [:, 5 ]) / 2 ) X_train , X_test , y_train ,...scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_0_23_0.html -
pair_confusion_matrix — scikit-learn 1.7.0 docu...
2 ], [ 0 , 0 , 1 , 1 ]) array([[8, 2], [0, 2]]... Note...confusion matrix \(C\) computes a 2 by 2 similarity matrix between two...scikit-learn.org/stable/modules/generated/sklearn.metrics.cluster.pair_confusion_matrix.html -
Sparse coding with a precomputed dictionary — s...
) ** 2 / width ** 2 ) * np . exp ( - (( x - center ) ** 2 ) /.../ ( 2 * width ** 2 )) ) return x def ricker_matrix ( width , resolution...scikit-learn.org/stable/auto_examples/decomposition/plot_sparse_coding.html