Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 91 - 100 of over 10,000 for 1 (0.09 seconds)

  1. LeavePGroupsOut — scikit-learn 1.8.0 docu...

    Test: index=[0 1], group=[1 2] Fold 1: Train: index=[1], group=[2]...array ([ 1 , 2 , 1 ]) >>> groups = np . array ([ 1 , 2 ,...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.LeavePGroupsOut.html
    Mon Feb 09 10:22:28 GMT 2026
      122.9K bytes
      Cache
     
  2. KDTree — scikit-learn 1.8.0 documentation

    query ( X [: 1 ], k = 3 ) >>> print...indices of 3 closest neighbors [0 3 1] >>> print ( dist ) #...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.KDTree.html
    Mon Feb 09 10:22:30 GMT 2026
      136.4K bytes
      Cache
      Similar Results (1)
     
  3. KBinsDiscretizer — scikit-learn 1.8.0 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
    Mon Feb 09 10:22:30 GMT 2026
      153.7K bytes
      Cache
     
  4. normalize — scikit-learn 1.8.0 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
    Mon Feb 02 09:23:44 GMT 2026
      110K bytes
      Cache
     
  5. NuSVR — scikit-learn 1.8.0 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
    Mon Feb 09 10:22:28 GMT 2026
      143K bytes
      Cache
     
  6. NearestCentroid — scikit-learn 1.8.0 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
    Mon Feb 09 10:22:30 GMT 2026
      136.9K bytes
      Cache
     
  7. ward_tree — scikit-learn 1.8.0 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
    Mon Feb 09 10:22:30 GMT 2026
      113.1K bytes
      Cache
     
  8. pairwise_kernels — scikit-learn 1.8.0 doc...

    [ 1 , 1 , 1 ]] >>> Y = [[ 1 , 0 , 0 ], [ 1 , 1 , 0...means 1 unless in a joblib.parallel_backend context. -1 means...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise.pairwise_kernels.html
    Mon Feb 09 10:22:28 GMT 2026
      113K bytes
      Cache
     
  9. estimate_bandwidth — scikit-learn 1.8.0 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
    Mon Feb 09 10:22:28 GMT 2026
      111.4K bytes
      Cache
     
  10. 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...
    Mon Feb 09 10:22:28 GMT 2026
      111.4K bytes
      Cache
     
Back to Top