Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 441 - 450 of 2,934 for 1 (0.24 sec)

  1. MultiLabelBinarizer — scikit-learn 1.7.2 docume...

    fit_transform ([( 1 , 2 ), ( 3 ,)]) array([[1, 1, 0], [0, 0, 1]]) >>> mlb...{ 'comedy' }]) array([[0, 1, 1], [1, 0, 0]]) >>> list ( mlb ....
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.MultiLabelBinarizer.html
    Sat Nov 01 09:15:34 UTC 2025
      126.2K bytes
      Cache
     
  2. ParameterGrid — scikit-learn 1.7.2 documentation

    [{ 'a' : 1 , 'b' : True }, { 'a' : 1 , 'b' : False },...( grid )[ 1 ] == { 'kernel' : 'rbf' , 'gamma' : 1 } True On this...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.ParameterGrid.html
    Sat Nov 01 09:15:34 UTC 2025
      110.2K bytes
      Cache
     
  3. CategoricalNB — scikit-learn 1.7.2 documentation

    Added in version 1.2. Changed in version 1.4: The default value... CategoricalNB ( * , alpha = 1.0 , force_alpha = True , fit_prior...
    scikit-learn.org/stable/modules/generated/sklearn.naive_bayes.CategoricalNB.html
    Mon Nov 03 14:20:03 UTC 2025
      151.9K bytes
      Cache
     
  4. DecisionTreeRegressor — scikit-learn 1.7.2 docu...

    1: monotonic increase 0: no constraint -1: monotonic...min_samples_split = 2 , min_samples_leaf = 1 , min_weight_fraction_leaf = 0.0...
    scikit-learn.org/stable/modules/generated/sklearn.tree.DecisionTreeRegressor.html
    Sat Nov 01 09:15:33 UTC 2025
      165.9K bytes
      Cache
     
  5. OneToOneFeatureMixin — scikit-learn 1.7.2 docum...

    This mixin assumes there’s a 1-to-1 correspondence between input...shape [ 1 ] ... return self >>> X = np . array ([[ 1 , 2 ], [...
    scikit-learn.org/stable/modules/generated/sklearn.base.OneToOneFeatureMixin.html
    Mon Nov 03 14:20:04 UTC 2025
      109.6K bytes
      Cache
     
  6. ParameterSampler — scikit-learn 1.7.2 documenta...

    'a' : 1 }, ... { 'b' : 0.923223 , 'a' : 1 }, ... { 'b' : 1.878964...0 ) >>> param_grid = { 'a' :[ 1 , 2 ], 'b' : expon ()} >>> param_list...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.ParameterSampler.html
    Mon Nov 03 14:20:05 UTC 2025
      110.7K bytes
      Cache
     
  7. binarize — scikit-learn 1.7.2 documentation

    1., 0.], [1., 0., 0.]]) On this page...are replaced by 0, above it by 1. Threshold may not be less than...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.binarize.html
    Mon Nov 03 14:20:04 UTC 2025
      107.6K bytes
      Cache
     
  8. resample — scikit-learn 1.7.2 documentation

    1 , 1 , 1 , 1 , 1 ] >>> resample ( y , n_samples = 5 , replace...array([[1., 0.], [2., 1.], [1., 0.]]) >>> y array([0, 1, 0]) >>>...
    scikit-learn.org/stable/modules/generated/sklearn.utils.resample.html
    Sat Nov 01 09:15:33 UTC 2025
      112.7K bytes
      Cache
     
  9. MultiTaskLassoCV — scikit-learn 1.7.2 documenta...

    since version 1.7: n_alphas was deprecated in 1.7 and will be...since version 1.7: alphas=None was deprecated in 1.7 and will be...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.MultiTaskLassoCV.html
    Mon Nov 03 14:20:03 UTC 2025
      162.8K bytes
      Cache
     
  10. PredefinedSplit — scikit-learn 1.7.2 documentation

    1 , 1 ]) >>> test_fold = [ 0 , 1 , - 1 , 1 ] >>> ps...PredefinedSplit(test_fold=array([ 0, 1, -1, 1])) >>> for i , ( train_index...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.PredefinedSplit.html
    Mon Nov 03 14:20:03 UTC 2025
      115.7K bytes
      Cache
     
Back to top