Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 311 - 320 of 3,451 for 1 (0.08 sec)

  1. RandomTreesEmbedding — scikit-learn 1.5.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 31 11:00:34 UTC 2024
      156.1K bytes
      Cache
     
  2. StratifiedGroupKFold — scikit-learn 1.5.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 31 11:00:34 UTC 2024
      128.4K bytes
      Cache
     
  3. 2.3. Clustering — scikit-learn 1.5.2 documentation

    1 , 1 , 1 ] >>> labels_pred = [ 0 , 0 , 1 , 1 , 2 , 2...0 , 0 , 1 , 1 , 1 ] >>> labels_pred = [ 0 , 0 , 1 , 1 , 2 , 2...
    scikit-learn.org/stable/modules/clustering.html
    Thu Oct 31 11:00:34 UTC 2024
      236.8K bytes
      Cache
      Similar Results (1)
     
  4. f_classif — scikit-learn 1.5.2 documentation

    1...e-27, 4.0...e-01, 1.9...e-01, 3.3...e-01,...= 2 , n_clusters_per_class = 1 , ... shuffle = False , random_state...
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.f_classif.html
    Thu Oct 31 11:00:34 UTC 2024
      109.7K bytes
      Cache
     
  5. OneHotEncoder — scikit-learn 1.5.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 31 11:00:34 UTC 2024
      167.5K bytes
      Cache
     
  6. brier_score_loss — scikit-learn 1.5.2 documenta...

    y_true in {-1, 1} or {0, 1}, pos_label defaults to 1; else if y_true...0 or all -1, in which case pos_label defaults to 1. Read more...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.brier_score_loss.html
    Thu Oct 31 11:00:34 UTC 2024
      113.6K bytes
      Cache
     
  7. shuffle — scikit-learn 1.5.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
    Wed Oct 30 20:01:21 UTC 2024
      114.2K bytes
      Cache
     
  8. ExtraTreesClassifier — scikit-learn 1.5.2 docum...

    [{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
    Thu Oct 31 11:00:32 UTC 2024
      168.1K bytes
      Cache
     
  9. RandomForestClassifier — scikit-learn 1.5.2 doc...

    [{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
    Thu Oct 31 11:00:34 UTC 2024
      184.6K bytes
      Cache
     
  10. average_precision_score — scikit-learn 1.5.2 do...

    1 , 1 ]) >>> y_scores = np . array ([ 0.1 , 0.4 , 0.35..., 0.1 ], ... [ 0.4 , 0.3 , 0.3 ], ... [ 0.1 , 0.8 , 0.1 ], ......
    scikit-learn.org/stable/modules/generated/sklearn.metrics.average_precision_score.html
    Thu Oct 31 11:00:32 UTC 2024
      114K bytes
      Cache
     
Back to top