Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 351 - 360 of 2,486 for 2 (0.17 sec)

  1. k_means — scikit-learn 1.7.2 documentation

    2 ], [ 1 , 4 ], [ 1 , 0 ], ... [ 10 , 2 ], [ 10 , 4...>>> centroid array([[10., 2.], [ 1., 2.]]) >>> label array([1,...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.k_means.html
    Sun Nov 09 07:16:24 UTC 2025
      116.4K bytes
      Cache
     
  2. make_friedman3 — scikit-learn 1.7.2 documentation

    in Friedman [1] and Breiman [2]. Inputs X are 4 independent features...1 ] <= 560 * pi , 0 <= X [:, 2 ] <= 1 , 1 <= X [:, 3 ] <= 11....
    scikit-learn.org/stable/modules/generated/sklearn.datasets.make_friedman3.html
    Sun Nov 09 07:16:24 UTC 2025
      110.4K bytes
      Cache
     
  3. Quantile regression — scikit-learn 1.7.2 docume...

    subplots ( nrows = 2 , ncols = 2 , figsize = ( 15 , 11 ),...
    scikit-learn.org/stable/auto_examples/linear_model/plot_quantile_regression.html
    Sun Nov 09 07:16:24 UTC 2025
      136.4K bytes
      Cache
     
  4. Inductive Clustering — scikit-learn 1.7.2 docum...

    ( - 2 , 4 ), ( 3 , 6 )], random_state...
    scikit-learn.org/stable/auto_examples/cluster/plot_inductive_clustering.html
    Sun Nov 09 07:16:24 UTC 2025
      101.9K bytes
      Cache
     
  5. StandardScaler — scikit-learn 1.7.2 documentation

    transform ([[ 2 , 2 ]])) [[3. 3.]] fit ( X , y =...scikit-learn 1.2 Release Highlights for scikit-learn 1.2 Release Highlights...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.StandardScaler.html
    Sun Nov 09 07:16:24 UTC 2025
      195.6K bytes
      Cache
     
  6. Probability calibration of classifiers — scikit...

    y [: n_samples // 2 ] = 0 y [ n_samples // 2 :] = 1 sample_weight...50000 # Generate 3 blobs with 2 classes where the second blob...
    scikit-learn.org/stable/auto_examples/calibration/plot_calibration.html
    Sun Nov 09 07:16:24 UTC 2025
      109.3K bytes
      Cache
     
  7. 模範解答的なセクション 2 | DBFlute

    模範解答的なセクション 2 概要 このセクションでの登場人物 模範解答的な実装 概要 DBFluteハンズオン、セクション 2 の模範解答的な実装です。...の模範解答的な実装です。 ハンズオンセクション 2 正解は一つではありませんので、あくまで "的な" というところで、参考までに。...
    dbflute.seasar.org/ja/tutorial/handson/flower/flower02.html
    Mon Sep 15 10:51:18 UTC 2025
      11.8K bytes
      Cache
     
  8. AffinityPropagation — scikit-learn 1.7.2 docume...

    2 ], [ 1 , 4 ], [ 1 , 0 ], ... [ 4 , 2 ], [ 4 , 4...cluster_centers_ array([[1, 2], [4, 2]]) For an example usage, see...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.AffinityPropagation.html
    Sun Nov 09 07:16:25 UTC 2025
      130.6K bytes
      1 views
      Cache
     
  9. ExtraTreesRegressor — scikit-learn 1.7.2 docume...

    float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...= None , min_samples_split = 2 , min_samples_leaf = 1 , min_...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.ExtraTreesRegressor.html
    Sun Nov 09 07:16:24 UTC 2025
      162.1K bytes
      Cache
     
  10. Species distribution modeling — scikit-learn 1....

    s = 2 ** 2 , c = "black" , marker = "^"...pts_test [ "dd lat" ], s = 2 ** 2 , c = "black" , marker = "x"...
    scikit-learn.org/stable/auto_examples/applications/plot_species_distribution_modeling.html
    Sun Nov 09 07:16:24 UTC 2025
      122.4K bytes
      Cache
     
Back to top