Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 71 - 80 of over 10,000 for 1 (0.24 seconds)

  1. normalize — scikit-learn 1.7.2 documentation

    1 , 2 ], [ - 1 , 0 , 1 ]] >>> normalize...if axis is 0). axis {0, 1}, default=1 Define axis used to normalize...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.normalize.html
    Wed Nov 26 04:38:21 GMT 2025
      109.5K bytes
      Cache
     
  2. KBinsDiscretizer — scikit-learn 1.7.2 doc...

    [ 1., 1., 1., 0.], [ 2., 2., 2., 1.], [ 2., 2., 2.,...>>> X = [[ - 2 , 1 , - 4 , - 1 ], ... [ - 1 , 2 , - 3 , - 0.5...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.KBinsDiscretizer.html
    Wed Nov 26 04:38:21 GMT 2025
      152.6K bytes
      Cache
     
  3. NearestCentroid — scikit-learn 1.7.2 docu...

    ([[ - 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.neighbors.NearestCentroid.html
    Wed Nov 26 04:38:21 GMT 2025
      136.4K bytes
      Cache
     
  4. ward_tree — scikit-learn 1.7.2 documentation

    array ([[ 1 , 2 ], [ 1 , 4 ], [ 1 , 0 ], ... [ 4 , 2...children ndarray of shape (n_nodes-1, 2) The children of each non-leaf...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.ward_tree.html
    Wed Nov 26 04:38:21 GMT 2025
      112.5K bytes
      Cache
     
  5. NuSVR — scikit-learn 1.7.2 documentation

    Added in version 1.1. n_support_ ndarray of shape (1,), dtype=int32...(0, 1]. By default 0.5 will be taken. C float, default=1.0 Penalty...
    scikit-learn.org/stable/modules/generated/sklearn.svm.NuSVR.html
    Fri Nov 21 09:29:39 GMT 2025
      142.4K bytes
      Cache
     
  6. estimate_bandwidth — scikit-learn 1.7.2 d...

    array ([[ 1 , 1 ], [ 2 , 1 ], [ 1 , 0 ], ... [ 4 , 7...means 1 unless in a joblib.parallel_backend context. -1 means...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.estimate_bandwidth.html
    Wed Nov 26 04:38:21 GMT 2025
      110.9K bytes
      Cache
     
  7. johnson_lindenstrauss_min_dim — scikit-le...

    by: (1 - eps) ||u - v||^2 < ||p(u) - p(v)||^2 < (1 + eps)...]0, 1[ and p is a projection by a random Gaussian N(0, 1) matrix...
    scikit-learn.org/stable/modules/generated/sklearn.random_projection.johnson_lindenstrauss_min_dim...
    Fri Nov 21 09:29:39 GMT 2025
      110.9K bytes
      Cache
     
  8. hamming_loss — scikit-learn 1.7.2 documen...

    1 ], [ 1 , 1 ]]), np . zeros (( 2 , 2...between 0 and 1, lower being better. References [ 1 ] Grigorios...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.hamming_loss.html
    Wed Nov 26 04:38:21 GMT 2025
      111.9K bytes
      Cache
     
  9. davies_bouldin_score — scikit-learn 1.7.2...

    1 ], [ 1 , 1 ], [ 3 , 4 ]] >>>...Davies-Bouldin score. References [ 1 ] Davies, David L.; Bouldin, Donald...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.davies_bouldin_score.html
    Wed Nov 26 04:38:19 GMT 2025
      107.3K bytes
      Cache
     
  10. train_test_split — scikit-learn 1.7.2 doc...

    1 3.5 1.4 0.2 1 4.9 3.0 1.4 0.2 2 4.7 3.2 1.3 0.2 3 4.6...4.2 1.3 105 7.6 3.0 6.6 2.1 66 5.6 3.0 4.5 1.5 0 5.1 3.5 1.4 0.2...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.train_test_split.html
    Wed Nov 26 04:38:21 GMT 2025
      169.7K bytes
      1 views
      Cache
     
Back to Top