Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 81 - 90 of 3,208 for 2 (0.56 sec)

  1. MLPRegressor — scikit-learn 1.7.2 documentation

    float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...validation_fraction = 0.1 , beta_1 = 0.9 , beta_2 = 0.999 , epsilon = 1e-08 , n_iter_no_change...
    scikit-learn.org/stable/modules/generated/sklearn.neural_network.MLPRegressor.html
    Wed Sep 17 19:57:59 UTC 2025
      163K bytes
      Cache
     
  2. HDBSCAN — scikit-learn 1.7.2 documentation

    inf) are given the label -2. Samples with missing data are...clusters. That is to say, the -1, -2, -3 labels for the outlier clusters...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.HDBSCAN.html
    Wed Sep 17 19:58:00 UTC 2025
      141.4K bytes
      Cache
     
  3. GaussianMixture — scikit-learn 1.7.2 documentation

    2 ], [ 1 , 4 ], [ 1 , 0 ], [ 10 , 2 ], [ 10 , 4 ],...gm . means_ array([[10., 2.], [ 1., 2.]]) >>> gm . predict ([[...
    scikit-learn.org/stable/modules/generated/sklearn.mixture.GaussianMixture.html
    Wed Sep 17 19:57:58 UTC 2025
      152K bytes
      Cache
     
  4. SpectralCoclustering — scikit-learn 1.7.2 docum...

    [ 2 , 1 ], [ 1 , 0 ], ... [ 4 , 7...SpectralCoclustering ( n_clusters = 2 , random_state = 0 ) . fit ( X...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.SpectralCoclustering.html
    Wed Sep 17 19:57:59 UTC 2025
      129.7K bytes
      Cache
     
  5. MeanShift — scikit-learn 1.7.2 documentation

    complexity will tend towards O(T*n^2). Scalability can be boosted by...X = np . array ([[ 1 , 1 ], [ 2 , 1 ], [ 1 , 0 ], ... [ 4 , 7...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.MeanShift.html
    Wed Sep 17 19:57:59 UTC 2025
      127.4K bytes
      Cache
     
  6. lightgallery-bundle.min.css

    ute;top:50%;left:50%;z-index:2;cursor:pointer;transform:translate(-50%,-50%)....lg-inline .lg-outer{z-index:2}.lg-inline .lg-maximize:after...
    fess.codelibs.org/_static/assets/vendor/lightgallery/css/lightgallery-bundle.min.css
    Wed Sep 17 02:36:54 UTC 2025
      28.8K bytes
      5 views
      Similar Results (1)
     
  7. available_if — scikit-learn 1.7.2 documentation

    x % 2 == 0 ... ... @available_if ( _x_is_even..."say_hello" ) False >>> obj . x = 2 >>> hasattr ( obj , "say_hello"...
    scikit-learn.org/stable/modules/generated/sklearn.utils.metaestimators.available_if.html
    Wed Sep 17 19:57:59 UTC 2025
      109K bytes
      2 views
      Cache
     
  8. KMeans — scikit-learn 1.7.2 documentation

    2 ], [ 1 , 4 ], [ 1 , 0 ], ... [ 10 , 2 ], [ 10 , 4...cluster_centers_ array([[10., 2.], [ 1., 2.]]) For examples of common...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.KMeans.html
    Wed Sep 17 19:58:00 UTC 2025
      160.7K bytes
      Cache
     
  9. make_classification — scikit-learn 1.7.2 docume...

    n_informative = 2 , n_redundant = 2 , n_repeated = 0 , n_classes = 2 , n_clusters_per_class...n_clusters_per_class = 2 , weights = None , flip_y = 0.01 , class_sep...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.make_classification.html
    Wed Sep 17 19:57:59 UTC 2025
      135.8K bytes
      Cache
     
  10. enet_path — scikit-learn 1.7.2 documentation

    it is: 1 / ( 2 * n_samples ) * || y - Xw ||^ 2_2 + alpha * l1_ratio...|| w ||^ 2_2 For multi-output tasks it is: ( 1 / ( 2 * n_samples...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.enet_path.html
    Wed Sep 17 19:57:59 UTC 2025
      120K bytes
      Cache
     
Back to top