- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1101 - 1110 of 2,525 for 2 (0.07 sec)
-
Multiclass Receiver Operating Characteristic (R...
This can be done in 2 different ways: the One-vs-Rest...linearly separable from the other 2; the latter are not linearly separable...scikit-learn.org/stable/auto_examples/model_selection/plot_roc.html -
Plot the decision surface of decision trees tra...
2 ], [ 0 , 3 ], [ 1 , 2 ], [ 1 , 3 ], [ 2 , 3 ]]): #...boundary ax = plt . subplot ( 2 , 3 , pairidx + 1 ) plt . tight_layout...scikit-learn.org/stable/auto_examples/tree/plot_iris_dtc.html -
KBinsDiscretizer — scikit-learn 1.6.0 documenta...
[ 2., 2., 2., 1.], [ 2., 2., 2., 2.]]) Sometimes...>>> X = [[ - 2 , 1 , - 4 , - 1 ], ... [ - 1 , 2 , - 3 , - 0.5...scikit-learn.org/stable/modules/generated/sklearn.preprocessing.KBinsDiscretizer.html -
check_increasing — scikit-learn 1.6.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位「ヨシンモリ」、1位は… コスパが最強だと思うアパレルチェーンランキング!2位「しまむら」、1位に選ばれたのは…...餃子の王将、2位 マクドナルド、1位は… 6 真っ先に思い浮かぶ「百人一首」の歌ランキング!3位は「花の色は~」2位は「田子の浦に~」1位は?...ranking.goo.ne.jp/column/10055/ -
Novelty detection with Local Outlier Factor (LO...
2 ) X_train = np . r_ [ X + 2 , X - 2 ] # Generate...randn ( 20 , 2 ) X_test = np . r_ [ X + 2 , X - 2 ] # Generate...scikit-learn.org/stable/auto_examples/neighbors/plot_lof_novelty_detection.html -
DistanceMetric — scikit-learn 1.6.0 documentation
HaversineDistance 2 arcsin(sqrt(sin^2(0.5*dx) + cos(x1)cos(x2)sin^2(0.5*dy)))...'euclidean' ) >>> X = [[ 1 , 2 ], [ 3 , 4 ], [ 5 , 6 ]] >>> Y...scikit-learn.org/stable/modules/generated/sklearn.metrics.DistanceMetric.html -
Ledoit-Wolf vs OAS estimation — scikit-learn 1....
subplot ( 2 , 1 , 2 ) plt . errorbar ( n_samples_range...shrinkage_ # plot MSE plt . subplot ( 2 , 1 , 1 ) plt . errorbar ( n_samples_range...scikit-learn.org/stable/auto_examples/covariance/plot_lw_vs_oas.html -
K-POPランキング一覧7件中 1件から7件 - gooランキング
5位 新潟、4位 大分、3位 秋田、2位 東京、1位は… 2 アニメ史上最も有能な艦長ランキング!ヤン・ウェ...北海道、3位 大阪、2位 神奈川、1位は… 9 正直一番うまい『板チョコ』ランキング!3位「明治ブラックチョコレート」、2位「ガーナミルク」、1位は…...ranking.goo.ne.jp/topic/26/ -
Comparing different clustering algorithms on to...
xlim ( - 2.5 , 2.5 ) plt . ylim ( - 2.5 , 2.5 ) plt . xticks...240 , "quantile" : 0.2 , "n_clusters" : 2 , "min_samples" : 7...scikit-learn.org/stable/auto_examples/cluster/plot_cluster_comparison.html