Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 561 - 570 of 8,538 for 1 (0.13 seconds)

Filter
  1. Getting Started — scikit-learn 1.8.0 documentation

    dataset is easy array([1., 1., 1., 1., 1.]) Automatic parameter...transform ( X ) array([[-1., 1.], [ 1., -1.]]) Sometimes, you want...
    scikit-learn.org/stable/getting_started.html
    Mon Mar 23 20:39:23 UTC 2026
      9.6K bytes
      Cache
     
  2. fetch_covtype — scikit-learn 1.8.0 documentation

    Added in version 1.5. delay float, default=1.0 Number of seconds...False , n_retries = 3 , delay = 1.0 ) [source] # Load the covertype...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_covtype.html
    Mon Mar 23 20:39:23 UTC 2026
      15K bytes
      Cache
     
  3. randomized_range_finder — scikit-learn 1.8.0 do...

    array ([[ 1 , 2 , 3 ], [ 4 , 5 , 6 ], [ 7...
    scikit-learn.org/stable/modules/generated/sklearn.utils.extmath.randomized_range_finder.html
    Tue Mar 17 03:44:39 UTC 2026
      13.7K bytes
      Cache
     
  4. FastICA — scikit-learn 1.8.0 documentation

    The implementation is based on [1] . Read more in the User Guide...performed. Changed in version 1.3: The default value of whiten...
    scikit-learn.org/stable/modules/generated/sklearn.decomposition.FastICA.html
    Mon Mar 23 20:39:21 UTC 2026
      18.4K bytes
      Cache
     
  5. TargetEncoder — scikit-learn 1.8.0 documentation

    1 ] * 15 + [ 20.4 ] * 5 + [ 20.1 ] * 25 + [ 21.2...scikit-learn 1.3 Release Highlights for scikit-learn 1.3 On this...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.TargetEncoder.html
    Mon Mar 23 20:39:23 UTC 2026
      19K bytes
      Cache
     
  6. assert_all_finite — scikit-learn 1.8.0 document...

    array ([ 1 , np . inf , np . nan , 4 ]) >>>...
    scikit-learn.org/stable/modules/generated/sklearn.utils.assert_all_finite.html
    Mon Mar 23 20:39:23 UTC 2026
      13.1K bytes
      Cache
     
  7. l1_min_c — scikit-learn 1.8.0 documentation

    intercept_scaling = 1.0 ) [source] # Return the lowest...sticRegression with l1_ratio=1 . This value is valid if class_weight...
    scikit-learn.org/stable/modules/generated/sklearn.svm.l1_min_c.html
    Mon Mar 23 20:39:23 UTC 2026
      13.9K bytes
      Cache
     
  8. make_moons — scikit-learn 1.8.0 documentation

    ) The integer labels (0 or 1) for class membership of each...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.make_moons.html
    Mon Mar 23 20:39:23 UTC 2026
      14.6K bytes
      Cache
     
  9. Bunch — scikit-learn 1.8.0 documentation

    import Bunch >>> b = Bunch ( a = 1 , b = 2 ) >>> b [ 'b' ] 2 >>>...
    scikit-learn.org/stable/modules/generated/sklearn.utils.Bunch.html
    Mon Mar 23 20:39:21 UTC 2026
      14.5K bytes
      Cache
     
  10. Kernel — scikit-learn 1.8.0 documentation

    length_scale = 1.0 ): ... self . length_scale =...2.0 ) >>> X = np . array ([[ 1 , 2 ], [ 3 , 4 ]]) >>> print (...
    scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.kernels.Kernel.html
    Mon Mar 23 20:39:23 UTC 2026
      14.8K bytes
      Cache
     
Back to Top