Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 101 - 110 of over 10,000 for 1 (0.1 seconds)

Filter
  1. hamming_loss — scikit-learn 1.8.0 documentation

    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
    Mon Mar 23 20:39:21 UTC 2026
      14.3K bytes
      Cache
     
  2. KDTree — scikit-learn 1.8.0 documentation

    query ( X [: 1 ], k = 3 ) >>> print ( ind ) #...indices of 3 closest neighbors [0 3 1] >>> print ( dist ) # distances...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.KDTree.html
    Mon Mar 23 20:39:21 UTC 2026
      16.6K bytes
      Cache
      Similar Results (1)
     
  3. LogisticRegressionCV — scikit-learn 1.8.0 docum...

    l1_ratio = 1 it is an L1 penalty. For 0 < l1_ratio < 1 , the penalty...since version 1.8: l1_ratios=None is deprecated in 1.8 and will...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.LogisticRegressionCV.html
    Mon Mar 23 20:39:23 UTC 2026
      22.3K bytes
      Cache
     
  4. NearestCentroid — scikit-learn 1.8.0 documentation

    ([[ - 1 , - 1 ], [ - 2 , - 1 ], [ - 3 , - 2 ], [ 1 , 1 ], [ 2...2 , 1 ], [ 3 , 2 ]]) >>> y = np . array ([ 1 , 1 , 1 , 2 , 2...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.NearestCentroid.html
    Mon Mar 23 20:39:21 UTC 2026
      17.2K bytes
      Cache
     
  5. DecisionTreeClassifier — scikit-learn 1.8.0 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.tree.DecisionTreeClassifier.html
    Mon Mar 23 20:39:20 UTC 2026
      22.3K bytes
      Cache
     
  6. column_or_1d — scikit-learn 1.8.0 documentation

    >>> column_or_1d ([ 1 , 1 ]) array([1, 1]) On this page This...type for y . Added in version 1.2. input_name str, default=”y”...
    scikit-learn.org/stable/modules/generated/sklearn.utils.validation.column_or_1d.html
    Mon Mar 23 20:39:23 UTC 2026
      13.1K bytes
      Cache
     
  7. KBinsDiscretizer — scikit-learn 1.8.0 documenta...

    [ 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 Mar 23 20:39:20 UTC 2026
      20.2K bytes
      Cache
     
  8. 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 Mar 23 20:39:21 UTC 2026
      18.5K bytes
      Cache
     
  9. LeaveOneOut — scikit-learn 1.8.0 documentation

    array ([[ 1 , 2 ], [ 3 , 4 ]]) >>> y = np . array ([ 1 , 2 ]) >>>...0: Train: index=[1] Test: index=[0] Fold 1: Train: index=[0]...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.LeaveOneOut.html
    Mon Mar 23 20:39:23 UTC 2026
      14.1K bytes
      Cache
     
  10. SpectralBiclustering — scikit-learn 1.8.0 docum...

    array ([[ 1 , 1 ], [ 2 , 1 ], [ 1 , 0 ], ... [ 4 , 7...clustering . row_labels_ array([1, 1, 1, 0, 0, 0], dtype=int32) >>>...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.SpectralBiclustering.html
    Mon Mar 23 20:39:23 UTC 2026
      16.6K bytes
      Cache
     
Back to Top