Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 41 - 50 of over 10,000 for 1 (8.94 seconds)

  1. SGDOneClassSVM — scikit-learn 1.7.2 docum...

    array ([[ - 1 , - 1 ], [ - 2 , - 1 ], [ 1 , 1 ], [ 2 , 1 ]]) >>>...labels for X. Returns -1 for outliers and 1 for inliers. Parameters...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.SGDOneClassSVM.html
    Sat Nov 29 05:08:37 GMT 2025
      154.1K bytes
      Cache
     
  2. ExtraTreesClassifier — scikit-learn 1.7.2...

    [{0: 1, 1: 1}, {0: 1, 1: 5}, {0: 1, 1: 1}, {0: 1, 1: 1}] instead...instead of [{1:1}, {2:5}, {3:1}, {4:1}]. The “balanced” mode uses...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.ExtraTreesClassifier.html
    Fri Nov 28 11:32:55 GMT 2025
      167.5K bytes
      Cache
     
  3. OneHotEncoder — scikit-learn 1.7.2 docume...

    scikit-learn 1.1 Release Highlights for scikit-learn 1.1 Release Highlights...inverse_transform ([[ 0 , 1 , 1 , 0 , 0 ], [ 0 , 0 , 0 , 1 , 0 ]]) array([['Male',...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.OneHotEncoder.html
    Fri Nov 28 11:32:52 GMT 2025
      168.2K bytes
      Cache
     
  4. make_multilabel_classification — scikit-l...

    [array([1, 1, 0, 1, 0]), array([0, 1, 1, 1, 0]), array([0, 1, 0,...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.make_multilabel_classification.html
    Sat Nov 29 05:08:38 GMT 2025
      114.6K bytes
      Cache
     
  5. RandomForestClassifier — scikit-learn 1.7...

    [{0: 1, 1: 1}, {0: 1, 1: 5}, {0: 1, 1: 1}, {0: 1, 1: 1}] instead...instead of [{1:1}, {2:5}, {3:1}, {4:1}]. The “balanced” mode uses...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.RandomForestClassifier.html
    Fri Nov 28 11:32:55 GMT 2025
      181.9K bytes
      Cache
     
  6. LinearDiscriminantAnalysis — scikit-learn...

    ([[ - 1 , - 1 ], [ - 2 , - 1 ], [ - 3 , - 2 ], [ 1 , 1 ], [ 2...2 , 1 ], [ 3 , 2 ]]) >>> y = np . array ([ 1 , 1 , 1...
    scikit-learn.org/stable/modules/generated/sklearn.discriminant_analysis.LinearDiscriminantAnalysi...
    Sat Nov 29 05:08:37 GMT 2025
      154.8K bytes
      Cache
     
  7. RFECV — scikit-learn 1.7.2 documentation

    ranking_ array([1, 1, 1, 1, 1, 6, 4, 3, 2, 5]) For a detailed...estimator , * , step = 1 , min_features_to_select = 1 , cv = None , scoring...
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.RFECV.html
    Sat Nov 29 05:08:37 GMT 2025
      158.4K bytes
      Cache
     
  8. Version 1.0 — scikit-learn 1.7.2 document...

    Version 1.0.1 # October 2021 Fixed models...Version 1.0.0 of scikit-learn requires python 3.7+, numpy 1.14.6+...
    scikit-learn.org/stable/whats_new/v1.0.html
    Sat Nov 29 05:08:38 GMT 2025
      251.3K bytes
      Cache
     
  9. spectral_clustering — scikit-learn 1.7.2 ...

    array ([[ 1 , 1 ], [ 2 , 1 ], [ 1 , 0 ], ... [ 4 , 7...random_state = 0 ... ) array([1, 1, 1, 0, 0, 0]) Gallery examples...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.spectral_clustering.html
    Sat Nov 29 05:08:37 GMT 2025
      121.2K bytes
      Cache
     
  10. Version 1.2 — scikit-learn 1.7.2 document...

    is deprecated in 1.2.1 and will be removed in 1.5. Instead, import...raised in version 1.2 when min_sample_split=1 . #25744 by Jérémie...
    scikit-learn.org/stable/whats_new/v1.2.html
    Sat Nov 29 05:08:38 GMT 2025
      219.7K bytes
      Cache
     
Back to Top