Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

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

  1. OutlierMixin — scikit-learn 1.8.0 documen...

    fit_predict ( X ) array([1., 1., 1.]) fit_predict ( X , y = None...labels for X. Returns -1 for outliers and 1 for inliers. Parameters...
    scikit-learn.org/stable/modules/generated/sklearn.base.OutlierMixin.html
    Mon Jan 26 11:09:12 GMT 2026
      110.1K bytes
      Cache
     
  2. LogisticRegressionCV — scikit-learn 1.8.0...

    l1_ratio = 1 it is an L1 penalty. For 0 < l1_ratio < 1 , the...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 Jan 26 11:09:17 GMT 2026
      172K bytes
      Cache
     
  3. pairwise_distances_argmin — scikit-learn ...

    [ 1 , 1 , 1 ]] >>> Y = [[ 1 , 0 , 0 ], [ 1 , 1 , 0...deprecated from SciPy 1.9 and will be removed in SciPy 1.11. Note 'matching'...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise_distances_argmin.html
    Mon Jan 26 14:16:30 GMT 2026
      113.4K bytes
      Cache
     
  4. 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 Jan 26 14:16:30 GMT 2026
      122.9K bytes
      Cache
     
  5. 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 Jan 26 14:16:29 GMT 2026
      136.4K bytes
      Cache
      Similar Results (1)
     
  6. sort_graph_by_row_values — scikit-learn 1...

    1. ], ... [ 3. , 0. , 2. ], ... [ 1. , 2. , 0. ]])...>>> X . data array([3., 1., 3., 2., 1., 2.]) >>> X_ =...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.sort_graph_by_row_values.html
    Mon Jan 26 14:16:33 GMT 2026
      108.6K bytes
      Cache
     
  7. 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 Jan 26 11:09:17 GMT 2026
      153.7K 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 Jan 26 14:16:30 GMT 2026
      143K bytes
      Cache
     
  9. 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 Jan 26 14:16:29 GMT 2026
      136.9K bytes
      Cache
     
  10. 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 Jan 26 14:16:29 GMT 2026
      110K bytes
      Cache
     
Back to Top