Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 41 - 50 of 2,906 for 1 (0.09 sec)

  1. VotingClassifier — scikit-learn 1.6.1 documenta...

    ([[ - 1 , - 1 ], [ - 2 , - 1 ], [ - 3 , - 2 ], [ 1 , 1 ], [ 2...2 , 1 ], [ 3 , 2 ]]) >>> y = np . array ([ 1 , 1 , 1 , 2 , 2...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.VotingClassifier.html
    Sun Jun 01 04:47:39 UTC 2025
      160.6K bytes
      Cache
     
  2. StratifiedShuffleSplit — scikit-learn 1.6.1 doc...

    array ([[ 1 , 2 ], [ 3 , 4 ], [ 1 , 2 ], [ 3 , 4 ], [ 1 , 2 ], [...np . array ([ 0 , 0 , 0 , 1 , 1 , 1 ]) >>> sss = StratifiedShuffleSpl...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.StratifiedShuffleSplit.html
    Sun Jun 01 04:47:41 UTC 2025
      122.4K bytes
      Cache
     
  3. PowerTransformer — scikit-learn 1.6.1 documenta...

    [[-1.316... -0.707...] [ 0.209... -0.707...] [ 1.106... 1.414...]]...X_trans * lambda_ + 1 ) ** ( 1 / lambda_ ) - 1 elif X < 0 and lambda_...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.PowerTransformer.html
    Sun Jun 01 04:47:38 UTC 2025
      136.6K bytes
      1 views
      Cache
     
  4. OrdinalEncoder — scikit-learn 1.6.1 documentation

    inverse_transform ([[ 1 , 0 ], [ 0 , 1 ]]) array([['Male', 1], ['Female',... =- 1 ) . fit_transform ( X ) array([[ 1., 0.], [ 0., 1.], [...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.OrdinalEncoder.html
    Sun Jun 01 04:47:38 UTC 2025
      150.7K bytes
      Cache
     
  5. ClassifierMixin — scikit-learn 1.6.1 documentation

    predict ( X ) array([1, 1, 1]) >>> estimator . score ( X...MyEstimator ( param = 1 ) >>> X = np . array ([[ 1 , 2 ], [ 2 , 3 ],...
    scikit-learn.org/stable/modules/generated/sklearn.base.ClassifierMixin.html
    Sun Jun 01 04:47:38 UTC 2025
      114.3K bytes
      Cache
     
  6. RepeatedStratifiedKFold — scikit-learn 1.6.1 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
    Sun Jun 01 04:47:39 UTC 2025
      121.6K bytes
      Cache
     
  7. GroupShuffleSplit — scikit-learn 1.6.1 document...

    index=[0 1], group=[1 1] Fold 1: Train: index=[0 1 5 6 7], group=[1...shape = ( 8 , 1 )) >>> groups = np . array ([ 1 , 1 , 2 , 2 , 2...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.GroupShuffleSplit.html
    Sun Jun 01 04:47:38 UTC 2025
      128.8K bytes
      Cache
     
  8. FeatureHasher — scikit-learn 1.6.1 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
    Sun Jun 01 04:47:39 UTC 2025
      129.3K bytes
      Cache
     
  9. ElasticNetCV — scikit-learn 1.6.1 documentation

    l1_ratio = 1 it is an L1 penalty. For 0 < l1_ratio < 1 , the penalty...(i.e. Ridge), as in [.1, .5, .7, .9, .95, .99, 1] . eps float, default=1e-3...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.ElasticNetCV.html
    Sun Jun 01 04:47:39 UTC 2025
      165.9K bytes
      Cache
     
  10. NMF — scikit-learn 1.6.1 documentation

    array ([[ 1 , 1 ], [ 2 , 1 ], [ 3 , 1.2 ], [ 4 , 1 ], [ 5 , 0.8...version 1.5: Xt was deprecated in 1.5 and will be removed in 1.7....
    scikit-learn.org/stable/modules/generated/sklearn.decomposition.NMF.html
    Sun Jun 01 04:47:41 UTC 2025
      146.3K bytes
      Cache
     
Back to top