Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1301 - 1310 of 2,486 for 2 (0.12 sec)

  1. HuberRegressor — scikit-learn 1.6.0 documentation

    float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...penalty is equal to alpha * ||w||^2 . Must be in the range [0, inf)...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.HuberRegressor.html
    Tue Jan 07 00:36:17 UTC 2025
      145.8K bytes
      Cache
     
  2. Compare Stochastic learning strategies for MLPC...

    subplots ( 2 , 2 , figsize = ( 15 , 10 )) # load...0 , "learning_rate_init" : 0.2 , }, { "solver" : "sgd" , "learning_rate"...
    scikit-learn.org/stable/auto_examples/neural_networks/plot_mlp_training_curves.html
    Tue Jan 07 00:36:17 UTC 2025
      105.5K bytes
      Cache
     
  3. Demonstration of k-means assumptions — scikit-l...

    subplots ( nrows = 2 , ncols = 2 , figsize = ( 12 , 12 ))...plt . subplots ( nrows = 2 , ncols = 2 , figsize = ( 12 , 12 ))...
    scikit-learn.org/stable/auto_examples/cluster/plot_kmeans_assumptions.html
    Tue Jan 07 00:36:17 UTC 2025
      116.1K bytes
      Cache
     
  4. アニマル - BuzzFeed

    農水省がSNSで8月21日、「魚クイズ」と題して2種類の魚の画像を投稿。細長くて光沢のある2匹。片方はウナギだそうですが……?【2024年回顧】...した。ずっと見ていたくなる美しい輝きを放つワンコには、6.2万件のいいねが寄せられています。 Mikazuki 【保護猫...
    www.buzzfeed.com/jp/badge/animaljp
    Sun Jan 05 00:01:42 UTC 2025
      835.3K bytes
      1 views
      Cache
     
  5. _safe_indexing — scikit-learn 1.6.0 documentation

    2 ], [ 3 , 4 ], [ 5 , 6 ]]) >>>...select the first row array([1, 2]) >>> _safe_indexing ( data ,...
    scikit-learn.org/stable/modules/generated/sklearn.utils._safe_indexing.html
    Tue Jan 07 00:36:17 UTC 2025
      109.7K bytes
      Cache
     
  6. k_means — scikit-learn 1.6.0 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
    Tue Jan 07 00:36:17 UTC 2025
      116.6K bytes
      Cache
     
  7. Model-based and sequential feature selection — ...

    2 area (worst): 185.2 4254.0 smoothness (worst):...Since we want to select only 2 features, we will set this threshold...
    scikit-learn.org/stable/auto_examples/feature_selection/plot_select_from_model_diabetes.html
    Tue Jan 07 00:36:17 UTC 2025
      123.6K bytes
      Cache
     
  8. Label Propagation digits: Demonstrating perform...

    RandomState ( 2 ) indices = np . arange ( len...1.00 1.00 27 1 0.82 1.00 0.90 37 2 1.00 0.86 0.92 28 3 1.00 0.80...
    scikit-learn.org/stable/auto_examples/semi_supervised/plot_label_propagation_digits.html
    Tue Jan 07 00:36:17 UTC 2025
      99.7K bytes
      Cache
     
  9. Hierarchical clustering: structured vs unstruct...

    2 import mpl_toolkits.mplot3d #...== l , 1 ], X [ label == l , 2 ], color = plt . cm . jet ( float...
    scikit-learn.org/stable/auto_examples/cluster/plot_ward_structured_vs_unstructured.html
    Tue Jan 07 00:36:17 UTC 2025
      102.3K bytes
      Cache
     
  10. Kernel — scikit-learn 1.6.0 documentation

    length_scale = 2.0 ) >>> X = np . array ([[ 1 , 2 ], [ 3 , 4 ]])..., X if Y is None else Y ) ** 2 ... def diag ( self , X ): ......
    scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.kernels.Kernel.html
    Tue Jan 07 00:36:17 UTC 2025
      122.4K bytes
      Cache
     
Back to top