Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 121 - 130 of 3,144 for 1 (0.08 sec)

  1. RepeatedStratifiedKFold — scikit-learn 1.7.2 do...

    array ([[ 1 , 2 ], [ 3 , 4 ], [ 1 , 2 ], [ 3 , 4 ]])...>>> y = np . array ([ 0 , 0 , 1 , 1 ]) >>> rskf = RepeatedStratifiedKF...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.RepeatedStratifiedKFold.html
    Mon Oct 20 15:12:26 UTC 2025
      121.6K bytes
      Cache
     
  2. GroupKFold — scikit-learn 1.7.2 documentation

    index=[0 1 4 5], group=[0 0 3 3] Fold 1: Train: index=[0 1 4 5],...scikit-learn 1.4 Release Highlights for scikit-learn 1.4 On this...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.GroupKFold.html
    Mon Oct 20 15:12:26 UTC 2025
      127.1K bytes
      Cache
     
  3. FeatureHasher — scikit-learn 1.7.2 documentation

    -1., 0., -1., 0., 1.], [ 0., 0., 0., -1., 0., -1., 0., 0.],...0.], [ 0., -1., 0., 0., 0., 0., 0., 1.]]) fit ( X = None , y...
    scikit-learn.org/stable/modules/generated/sklearn.feature_extraction.FeatureHasher.html
    Mon Oct 20 15:12:26 UTC 2025
      128.8K bytes
      Cache
     
  4. dbscan — scikit-learn 1.7.2 documentation

    1, 2, 3, 4]) >>> labels array([ 0, 0, 0, 1, 1, -1]) On this...means 1 unless in a joblib.parallel_backend context. -1 means...
    scikit-learn.org/stable/modules/generated/dbscan-function.html
    Mon Oct 20 15:12:26 UTC 2025
      115.6K bytes
      Cache
     
  5. AgglomerativeClustering — scikit-learn 1.7.2 do...

    array ([[ 1 , 2 ], [ 1 , 4 ], [ 1 , 0 ], ... [ 4 , 2...clustering . labels_ array([1, 1, 1, 0, 0, 0]) For a comparison...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.AgglomerativeClustering.html
    Mon Oct 20 15:12:26 UTC 2025
      135.9K bytes
      Cache
     
  6. VotingRegressor — scikit-learn 1.7.2 documentation

    means 1 unless in a joblib.parallel_backend context. -1 means...KNeighborsRegressor () >>> X = np . array ([[ 1 , 1 ], [ 2 , 4 ], [ 3 , 9 ], [ 4...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.VotingRegressor.html
    Mon Oct 20 15:12:26 UTC 2025
      146.4K bytes
      Cache
     
  7. TransformedTargetRegressor — scikit-learn 1.7.2...

    reshape ( - 1 , 1 ) >>> y = np . exp ( 2 * X )...all strings. Added in version 1.0. See also sklearn.preproces...
    scikit-learn.org/stable/modules/generated/sklearn.compose.TransformedTargetRegressor.html
    Mon Oct 20 15:12:26 UTC 2025
      143.1K bytes
      Cache
     
  8. LabelSpreading — scikit-learn 1.7.2 documentation

    means 1 unless in a joblib.parallel_backend context. -1 means...Clamping factor. A value in (0, 1) that specifies the relative amount...
    scikit-learn.org/stable/modules/generated/sklearn.semi_supervised.LabelSpreading.html
    Mon Oct 20 15:12:26 UTC 2025
      136K bytes
      Cache
     
  9. KernelDensity — scikit-learn 1.7.2 documentation

    log_density array([-1.52955942, -1.51462041, -1.60244657]) fit (...KernelDensity ( * , bandwidth = 1.0 , algorithm = 'auto' , kernel...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.KernelDensity.html
    Mon Oct 20 15:12:26 UTC 2025
      136.3K bytes
      Cache
     
  10. TargetEncoder — scikit-learn 1.7.2 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 Oct 20 15:12:26 UTC 2025
      145.2K bytes
      Cache
     
Back to top