Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 231 - 240 of 3,208 for 2 (0.18 sec)

  1. completeness_score — scikit-learn 1.7.2 documen...

    2 , 3 ], [ 0 , 0 , 1 , 1 ])) 0.999...([ 0 , 0 , 0 , 0 ], [ 0 , 1 , 2 , 3 ])) 0.0 Gallery examples #...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.completeness_score.html
    Wed Sep 17 19:58:00 UTC 2025
      114.8K bytes
      Cache
     
  2. 1.10. Decision Trees — scikit-learn 1.7.2 docum...

    [ 2 , 2 ]] >>> y = [ 0.5 , 2.5 ] >>> clf = tree...samples: >>> clf . predict ([[ 2. , 2. ]]) array([1]) In case that...
    scikit-learn.org/stable/modules/tree.html
    Wed Sep 17 19:58:00 UTC 2025
      94.5K bytes
      Cache
     
  3. minmax_scale — scikit-learn 1.7.2 documentation

    minmax_scale >>> X = [[ - 2 , 1 , 2 ], [ - 1 , 0 , 1 ]] >>> minmax_scale...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.minmax_scale.html
    Wed Sep 17 19:57:59 UTC 2025
      115.6K bytes
      Cache
     
  4. load_breast_cancer — scikit-learn 1.7.2 documen...

    Classes 2 Samples per class 212(M),357(B)...target_names ndarray of shape (2,) The names of target classes....
    scikit-learn.org/stable/modules/generated/sklearn.datasets.load_breast_cancer.html
    Wed Sep 17 19:58:00 UTC 2025
      115.1K bytes
      Cache
     
  5. silhouette_samples — scikit-learn 1.7.2 documen...

    defined if number of labels is 2 <= n_labels <= n_samples - 1 ....Applied Mathematics 20: 53-65. [ 2 ] Wikipedia entry on the Silhouette...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.silhouette_samples.html
    Wed Sep 17 19:57:58 UTC 2025
      112.3K bytes
      Cache
     
  6. MiniBatchSparsePCA — scikit-learn 1.7.2 documen...

    2. callback callable, default=None...differences in the dictionary between 2 steps. To disable early stopping...
    scikit-learn.org/stable/modules/generated/sklearn.decomposition.MiniBatchSparsePCA.html
    Wed Sep 17 19:57:58 UTC 2025
      137.8K bytes
      Cache
     
  7. train_test_split — scikit-learn 1.7.2 documenta...

    2 1 4.9 3.0 1.4 0.2 2 4.7 3.2 1.3 0.2 3 4.6 3.1 1.5...1.4 0.2 122 7.7 2.8 6.7 2.0 >>> y_train . head () 96 1 105 2 66...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.train_test_split.html
    Wed Sep 17 19:57:59 UTC 2025
      169.7K bytes
      Cache
     
  8. StandardScaler — scikit-learn 1.7.2 documentation

    transform ([[ 2 , 2 ]])) [[3. 3.]] fit ( X , y =...scikit-learn 1.2 Release Highlights for scikit-learn 1.2 Release Highlights...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.StandardScaler.html
    Wed Sep 17 19:58:00 UTC 2025
      195.6K bytes
      Cache
     
  9. PassiveAggressiveClassifier — scikit-learn 1.7....

    n_features) if n_classes == 2 else (n_classes, n_features) Weights...of shape (1,) if n_classes == 2 else (n_classes,) Constants in...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.PassiveAggressiveClassifier.html
    Wed Sep 17 19:57:59 UTC 2025
      158.2K bytes
      Cache
     
  10. affinity_propagation — scikit-learn 1.7.2 docum...

    2 ], [ 1 , 4 ], [ 1 , 0 ], ... [ 4 , 2 ], [ 4 , 4...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.affinity_propagation.html
    Wed Sep 17 19:57:59 UTC 2025
      114K bytes
      Cache
     
Back to top