Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 161 - 170 of 3,732 for 1 (1.14 sec)

  1. TfidfTransformer — scikit-learn 1.7.2 documenta...

    array([[1, 1, 1, 1, 0, 1, 0, 0], [1, 2, 0, 1, 1, 1, 0, 0], [1, 0,...0, 0, 1, 0, 1, 1, 1], [1, 1, 1, 1, 0, 1, 0, 0]]) >>> pipe [ 'tfid'...
    scikit-learn.org/stable/modules/generated/sklearn.feature_extraction.text.TfidfTransformer.html
    Thu Oct 09 16:57:48 UTC 2025
      141.3K bytes
      Cache
     
  2. safe_sqr — scikit-learn 1.7.2 documentation

    safe_sqr >>> safe_sqr ([ 1 , 2 , 3 ]) array([1, 4, 9]) On this page...
    scikit-learn.org/stable/modules/generated/sklearn.utils.safe_sqr.html
    Thu Oct 09 16:57:45 UTC 2025
      105.4K bytes
      Cache
     
  3. murmurhash3_32 — scikit-learn 1.7.2 documentation

    unsigned int from 0 to 2 ** 32 - 1 False: the results is casted to...from -(2 ** 31) to 2 ** 31 - 1 Examples >>> from sklearn.utils...
    scikit-learn.org/stable/modules/generated/sklearn.utils.murmurhash3_32.html
    Thu Oct 09 16:57:48 UTC 2025
      105.7K bytes
      Cache
     
  4. isotonic_regression — scikit-learn 1.7.2 docume...

    weight is set to 1 (equal weights). y_min float,...isotonic_regression ([ 5 , 3 , 1 , 2 , 8 , 10 , 7 , 9 , 6 , 4 ])...
    scikit-learn.org/stable/modules/generated/sklearn.isotonic.isotonic_regression.html
    Thu Oct 09 16:57:49 UTC 2025
      107.7K bytes
      Cache
     
  5. 2.5. Decomposing signals in components (matrix ...

    ([[ 1 , 0 ], [ 1 , 6.1 ], [ 1 , 0 ], [ 1 , 4 ], [ 3.2 , 1 ], [...array ([[ 1 , 1 ], [ 2 , 1 ], [ 3 , 1.2 ], [ 4 , 1 ], [ 5 , 0.8...
    scikit-learn.org/stable/modules/decomposition.html
    Thu Oct 09 16:57:45 UTC 2025
      126.7K bytes
      Cache
     
  6. RandomTreesEmbedding — scikit-learn 1.7.2 docum...

    1.], [1., 0., 1., 0., 1., 0., 1., 0., 1., 0.], [0., 1., 1.,...array([[0., 1., 1., 0., 1., 0., 0., 1., 1., 0.], [0., 1., 1., 0., 1.,...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.RandomTreesEmbedding.html
    Thu Oct 09 16:57:48 UTC 2025
      154K bytes
      Cache
     
  7. StratifiedGroupKFold — scikit-learn 1.7.2 docum...

    1 , 1 , 1 , 1 , 1 , 1 , 0 , 0 , 0 , 0 , 0...Train: index=[ 0 1 2 3 7 8 9 10 11 15 16] group=[1 1 2 2 4 5 5 5 5...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.StratifiedGroupKFold.html
    Thu Oct 09 16:57:48 UTC 2025
      129.7K bytes
      Cache
     
  8. shuffle — scikit-learn 1.7.2 documentation

    1.], [1., 0.]]) >>> y array([2, 1, 0]) >>> shuffle...>>> X = np . array ([[ 1. , 0. ], [ 2. , 1. ], [ 0. , 0. ]]) >>>...
    scikit-learn.org/stable/modules/generated/sklearn.utils.shuffle.html
    Thu Oct 09 16:57:48 UTC 2025
      114.6K bytes
      Cache
     
  9. get_tags — scikit-learn 1.7.2 documentation

    Added in version 1.6. Parameters : estimator estimator...
    scikit-learn.org/stable/modules/generated/sklearn.utils.get_tags.html
    Thu Oct 09 16:57:48 UTC 2025
      105.7K bytes
      Cache
     
  10. OneHotEncoder — scikit-learn 1.7.2 documentation

    scikit-learn 1.1 Release Highlights for scikit-learn 1.1 Release Highlights...'Female' , 1 ], [ 'Male' , 4 ]]) . toarray () array([[1., 0., 1., 0.,...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.OneHotEncoder.html
    Thu Oct 09 16:57:45 UTC 2025
      168.2K bytes
      Cache
     
Back to top