Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 211 - 220 of 2,486 for 2 (0.61 sec)

  1. load_diabetes — scikit-learn 1.7.2 documentation

    2 < x < .2 Targets integer 25 - 346...scikit-learn 1.2 Release Highlights for scikit-learn 1.2 On this page...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.load_diabetes.html
    Sun Nov 09 07:16:24 UTC 2025
      119.5K bytes
      Cache
     
  2. mutual_info_classif — scikit-learn 1.7.2 docume...

    [ 2 ] ( 1 , 2 ) A. Kraskov, H. Stogbauer...neighbors distances as described in [2] and [3] . Both methods are based...
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.mutual_info_classif.html
    Sun Nov 09 07:16:24 UTC 2025
      114.9K bytes
      Cache
     
  3. BernoulliNB — scikit-learn 1.7.2 documentation

    2. Changed in version 1.4: The default...)) >>> Y = np . array ([ 1 , 2 , 3 , 4 , 4 , 5 ]) >>> from sklearn.naive_bayes...
    scikit-learn.org/stable/modules/generated/sklearn.naive_bayes.BernoulliNB.html
    Sun Nov 09 07:16:24 UTC 2025
      152K bytes
      Cache
     
  4. mutual_info_regression — scikit-learn 1.7.2 doc...

    [ 2 ] ( 1 , 2 ) A. Kraskov, H. Stogbauer...neighbors distances as described in [2] and [3] . Both methods are based...
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.mutual_info_regression.html
    Sun Nov 09 07:16:25 UTC 2025
      114.4K bytes
      Cache
     
  5. RBFSampler — scikit-learn 1.7.2 documentation

    2: The option "scale" was added in 1.2. n_components...of RBF kernel: exp(-gamma * x^2). If gamma='scale' is passed then...
    scikit-learn.org/stable/modules/generated/sklearn.kernel_approximation.RBFSampler.html
    Sun Nov 09 07:16:25 UTC 2025
      130.9K bytes
      1 views
      Cache
     
  6. RANSACRegressor — scikit-learn 1.7.2 documentation

    org/wiki/RANSAC [ 2 ] https://www.sri.com/wp-cont...n_samples = 200 , n_features = 2 , noise = 4.0 , random_state =...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.RANSACRegressor.html
    Sun Nov 09 07:16:24 UTC 2025
      143.5K bytes
      Cache
     
  7. locally_linear_embedding — scikit-learn 1.7.2 d...

    (n_components + 1) / 2. see reference [2] modified use the modified...n_components = 2 ) >>> embedding . shape (100, 2) Gallery examples...
    scikit-learn.org/stable/modules/generated/sklearn.manifold.locally_linear_embedding.html
    Sun Nov 09 07:16:24 UTC 2025
      115.5K bytes
      Cache
     
  8. median_absolute_error — scikit-learn 1.7.2 docu...

    2 , 7 ] >>> y_pred = [ 2.5 , 0.0 , 2 , 8 ] >>> m...]] >>> y_pred = [[ 0 , 2 ], [ - 1 , 2 ], [ 8 , - 5 ]] >>> median_absolute_error...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.median_absolute_error.html
    Sun Nov 09 07:16:24 UTC 2025
      112.4K bytes
      Cache
     
  9. extract_patches_2d — scikit-learn 1.7.2 documen...

    ( 2 , 2 )) >>> print ( 'Patches shape:...shape )) Patches shape: (272214, 2, 2, 3) >>> # Here are just two...
    scikit-learn.org/stable/modules/generated/sklearn.feature_extraction.image.extract_patches_2d.html
    Sun Nov 09 07:16:24 UTC 2025
      111.9K bytes
      Cache
     
  10. 1.1. Linear Models — scikit-learn 1.7.2 documen...

    x_1 + w_2 x_2 + w_3 x_1 x_2 + w_4 x_1^2 + w_5 x_2^2\] The (sometimes...\([x_1, x_2]\) to \([1, x_1, x_2, x_1^2, x_1 x_2, x_2^2]\) , and...
    scikit-learn.org/stable/modules/linear_model.html
    Sun Nov 09 07:16:24 UTC 2025
      221.5K bytes
      Cache
     
Back to top