Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 451 - 460 of 2,934 for 1 (0.08 sec)

  1. DistanceMetric — scikit-learn 1.7.2 documentation

    get_metric ( 'euclidean' ) >>> X = [[ 1 , 2 ], [ 3 , 4 ], [ 5 , 6 ]] >>>...10.63...] [5.65..., 8.48...] [1.41..., 4.24...]]) Available Metrics...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.DistanceMetric.html
    Mon Nov 03 14:20:04 UTC 2025
      116.2K bytes
      Cache
     
  2. LeavePGroupsOut — scikit-learn 1.7.2 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
    Mon Nov 03 14:20:04 UTC 2025
      122.6K bytes
      Cache
     
  3. OutlierMixin — scikit-learn 1.7.2 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
    Mon Nov 03 14:20:05 UTC 2025
      109.6K bytes
      Cache
     
  4. 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
    Mon Nov 03 14:20:05 UTC 2025
      109.5K bytes
      Cache
     
  5. RadiusNeighborsClassifier — scikit-learn 1.7.2 ...

    () array([[1., 0., 1.], [0., 1., 0.], [1., 0., 1.]]) score (...[[ 0 ], [ 1 ], [ 2 ], [ 3 ]] >>> y = [ 0 , 0 , 1 , 1 ] >>> from...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.RadiusNeighborsClassifier.html
    Mon Nov 03 14:20:05 UTC 2025
      152.2K bytes
      Cache
     
  6. RadiusNeighborsTransformer — scikit-learn 1.7.2...

    () array([[1., 0., 1.], [0., 1., 0.], [1., 0., 1.]]) set_output...who’s the closest point to [1, 1, 1]: >>> import numpy as np >>>...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.RadiusNeighborsTransformer.html
    Mon Nov 03 14:20:03 UTC 2025
      146K bytes
      Cache
     
  7. NuSVC — scikit-learn 1.7.2 documentation

    array ([[ - 1 , - 1 ], [ - 2 , - 1 ], [ 1 , 1 ], [ 2 , 1 ]]) >>>...default=-1 Hard limit on iterations within solver, or -1 for no...
    scikit-learn.org/stable/modules/generated/sklearn.svm.NuSVC.html
    Sat Nov 01 09:15:33 UTC 2025
      151.8K bytes
      Cache
     
  8. SelectorMixin — scikit-learn 1.7.2 documentation

    shape [ 1 ] ... return self ... def _get_support_mask..."x1", ..., "x(n_features_in_ - 1)"] . If input_features is an array-like,...
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.SelectorMixin.html
    Mon Nov 03 14:20:03 UTC 2025
      121.7K bytes
      Cache
     
  9. MultiTaskElasticNetCV — scikit-learn 1.7.2 docu...

    [ 1 , 1 ], [ 2 , 2 ]], ... [[ 0 , 0 ], [ 1 , 1 ], [ 2 ,...with 0 < l1_ratio <= 1. For l1_ratio = 1 the penalty is an L1/L2...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.MultiTaskElasticNetCV.html
    Mon Nov 03 14:20:05 UTC 2025
      163.5K bytes
      Cache
     
  10. SVR — scikit-learn 1.7.2 documentation

    Added in version 1.1. n_support_ ndarray of shape (1,), dtype=int32..., tol = 0.001 , C = 1.0 , epsilon = 0.1 , shrinking = True ,...
    scikit-learn.org/stable/modules/generated/sklearn.svm.SVR.html
    Sat Nov 01 09:15:34 UTC 2025
      145.1K bytes
      Cache
     
Back to top