Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 81 - 90 of 1,798 for 1 (0.06 sec)

  1. 1.6. Nearest Neighbors — scikit-learn 1.5.0 doc...

    ([[ - 1 , - 1 ], [ - 2 , - 1 ], [ - 3 , - 2 ], [ 1 , 1 ], [ 2...([[ - 1 , - 1 ], [ - 2 , - 1 ], [ - 3 , - 2 ], [ 1 , 1 ], [ 2...
    scikit-learn.org/stable/modules/neighbors.html
    Fri May 31 14:06:07 UTC 2024
      128.4K bytes
      Cache
     
  2. resample — scikit-learn 1.5.0 documentation

    1 , 1 , 1 , 1 , 1 ] >>> resample ( y , n_samples = 5 , replace...array([[1., 0.], [2., 1.], [1., 0.]]) >>> y array([0, 1, 0]) >>>...
    scikit-learn.org/stable/modules/generated/sklearn.utils.resample.html
    Thu May 30 15:22:05 UTC 2024
      118K bytes
      Cache
     
  3. PredefinedSplit — scikit-learn 1.5.0 documentation

    1 , 1 ]) >>> test_fold = [ 0 , 1 , - 1 , 1 ] >>> ps...PredefinedSplit(test_fold=array([ 0, 1, -1, 1])) >>> for i , ( train_index...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.PredefinedSplit.html
    Fri May 31 14:06:06 UTC 2024
      121.8K bytes
      Cache
     
  4. KDTree — scikit-learn 1.5.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
    Fri May 31 14:06:07 UTC 2024
      141.7K bytes
      Cache
      Similar Results (1)
     
  5. MultiTaskLassoCV — scikit-learn 1.5.0 documenta...

    means 1 unless in a joblib.parallel_backend context. -1 means...alpha * || w || _1 For multi-output tasks it is: ( 1 / ( 2 * n_samples...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.MultiTaskLassoCV.html
    Fri May 31 14:06:07 UTC 2024
      167.8K bytes
      Cache
     
  6. LeavePGroupsOut — scikit-learn 1.5.0 documentation

    Test: index=[0 1], group=[1 2] Fold 1: Train: index=[1], group=[2]...array ([ 1 , 2 , 1 ]) >>> groups = np . array ([ 1 , 2 , 3 ])...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.LeavePGroupsOut.html
    Fri May 31 14:06:06 UTC 2024
      128.9K bytes
      Cache
     
  7. OutlierMixin — scikit-learn 1.5.0 documentation

    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
    Fri May 31 14:06:07 UTC 2024
      115.6K bytes
      Cache
     
  8. normalize — scikit-learn 1.5.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
    Fri May 31 14:06:04 UTC 2024
      115.7K bytes
      Cache
     
  9. LarsCV — scikit-learn 1.5.0 documentation

    means 1 unless in a joblib.parallel_backend context. -1 means...all strings. Added in version 1.0. See also lars_path Compute...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.LarsCV.html
    Fri May 31 14:06:07 UTC 2024
      148.1K bytes
      Cache
     
  10. LeaveOneOut — scikit-learn 1.5.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
    Fri May 31 14:06:07 UTC 2024
      122.4K bytes
      Cache
     
Back to top