Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1101 - 1110 of 2,525 for 2 (0.07 sec)

  1. 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
    Mon Dec 30 22:42:21 UTC 2024
      149.7K bytes
      Cache
     
  2. 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
    Mon Dec 30 22:42:21 UTC 2024
      95.8K bytes
      Cache
     
  3. 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
    Mon Dec 30 22:42:21 UTC 2024
      152.2K bytes
      Cache
     
  4. 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
    Mon Dec 30 22:42:21 UTC 2024
      107.5K bytes
      Cache
     
  5. 「大阪のおばちゃん」といえばこれ!と思う事ランキング!「ヒョウ柄の服を着ている」を抑えて1位に...

    シースルーバング」、2位「ヨシンモリ」、1位は… コスパが最強だと思うアパレルチェーンランキング!2位「しまむら」、1位に選ばれたのは…...餃子の王将、2位 マクドナルド、1位は… 6 真っ先に思い浮かぶ「百人一首」の歌ランキング!3位は「花の色は~」2位は「田子の浦に~」1位は?...
    ranking.goo.ne.jp/column/10055/
    Fri Dec 27 00:32:42 UTC 2024
      93.4K bytes
      Cache
     
  6. 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
    Mon Dec 30 22:42:21 UTC 2024
      103.3K bytes
      1 views
      Cache
     
  7. 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
    Mon Dec 30 22:42:21 UTC 2024
      116.5K bytes
      Cache
     
  8. 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
    Mon Dec 30 22:42:21 UTC 2024
      103.8K bytes
      Cache
     
  9. 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/
    Thu Dec 26 00:33:10 UTC 2024
      83.7K bytes
      Cache
     
  10. 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
    Mon Dec 30 22:42:21 UTC 2024
      126.5K bytes
      Cache
     
Back to top