Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 11 - 20 of 1,004 for 1 (0.06 sec)

  1. Version 1.3 — scikit-learn 1.4.2 documentation

    Version 1.3 Version 1.3.2 Changelog sklearn.datasets...sklearn.metrics sklearn.tree Version 1.3.1 Changed models Changes impacting...
    scikit-learn.org/stable/whats_new/v1.3.html
    Mon Apr 29 15:57:10 UTC 2024
      194.3K bytes
      Cache
     
  2. sklearn.tree.DecisionTreeClassifier — scikit-le...

    [{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.tree.DecisionTreeClassifier.html
    Mon Apr 29 15:57:10 UTC 2024
      102K bytes
      Cache
     
  3. Older Versions — scikit-learn 1.4.2 documentation

    1 Meng Xinfan 1 Rob Zinkov 1 Shiqiao 1 Udi Weinsberg 1 Virgile...Cournapeau 1 Keith Goodman 1 Ludwig Schwardt 1 Olivier Hervieu 1 Sergio...
    scikit-learn.org/stable/whats_new/older_versions.html
    Mon Apr 29 15:57:10 UTC 2024
      132.1K bytes
      Cache
     
  4. Contributing — scikit-learn 1.4.2 documentation

    Menu Prev Up Next scikit-learn 1.4.2 Other versions Please cite...ikit-learn.git # add --depth 1 if your connection is slow cd...
    scikit-learn.org/stable/developers/contributing.html
    Mon Apr 29 15:57:10 UTC 2024
      119.9K bytes
      Cache
     
  5. 6.3. Preprocessing data — scikit-learn 1.4.2 do...

    1. , 0.1], [4.4, 2.2, 1.1, 0.1], [4.4, 2.2, 1.2, 0.1], ...,...array([[1., 0., 0., 1., 0., 1.], [0., 1., 1., 0., 0., 1.]]) By...
    scikit-learn.org/stable/modules/preprocessing.html
    Mon Apr 29 15:57:10 UTC 2024
      170.5K bytes
      Cache
     
  6. 6.2. Feature extraction — scikit-learn 1.4.2 do...

    array([[1, 1, 1, 0, 1, 1, 1, 0], [1, 1, 0, 1, 1, 1, 0, 1]]) In...array([[0, 1, 1, 1, 0, 0, 1, 0, 1], [0, 1, 0, 1, 0, 2, 1, 0, 1], [1,...
    scikit-learn.org/stable/modules/feature_extraction.html
    Mon Apr 29 15:57:09 UTC 2024
      122.2K bytes
      1 views
      Cache
     
  7. sklearn.linear_model.SGDClassifier — scikit-lea...

    array ([[ - 1 , - 1 ], [ - 2 , - 1 ], [ 1 , 1 ], [ 2 , 1 ]]) >>>...(clip(decision_function(X), -1, 1) + 1) / 2. For other loss functions...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.SGDClassifier.html
    Mon Apr 29 15:57:09 UTC 2024
      99.7K bytes
      Cache
     
  8. 3.1. Cross-validation: evaluating estimator per...

    1.1. Computing cross-validated metrics 3.1.1.1. The cross_validate...3.1.2.1.1. K-fold 3.1.2.1.2. Repeated K-Fold 3.1.2.1.3. Leave One Out...
    scikit-learn.org/stable/modules/cross_validation.html
    Mon Apr 29 15:57:10 UTC 2024
      137.1K bytes
      Cache
     
  9. Examples — scikit-learn 1.4.2 documentation

    scikit-learn 1.1 Release Highlights for scikit-learn 1.1 Release Highlights...scikit-learn 1.4 Release Highlights for scikit-learn 1.4 Release...
    scikit-learn.org/stable/auto_examples/index.html
    Mon Apr 29 15:57:10 UTC 2024
      184.6K bytes
      Cache
     
  10. sklearn.preprocessing.StandardScaler — scikit-l...

    ( data )) [[-1. -1.] [-1. -1.] [ 1. 1.] [ 1. 1.]] >>> print (...0 , 0 ], [ 0 , 0 ], [ 1 , 1 ], [ 1 , 1 ]] >>> scaler = StandardScaler...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.StandardScaler.html
    Mon Apr 29 15:57:09 UTC 2024
      100.2K bytes
      Cache
     
Back to top