Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 861 - 870 of 3,757 for 1 (0.09 sec)

  1. 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
    Mon Sep 15 09:31:45 UTC 2025
      151.8K bytes
      Cache
     
  2. 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
    Wed Sep 17 19:57:58 UTC 2025
      146K bytes
      Cache
     
  3. 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
    Wed Sep 17 19:58:00 UTC 2025
      163.5K bytes
      Cache
     
  4. randomized_range_finder — scikit-learn 1.7.2 do...

    array ([[ 1 , 2 , 3 ], [ 4 , 5 , 6 ], [ 7...
    scikit-learn.org/stable/modules/generated/sklearn.utils.extmath.randomized_range_finder.html
    Wed Sep 17 19:57:58 UTC 2025
      109.1K bytes
      Cache
     
  5. LeaveOneGroupOut — scikit-learn 1.7.2 documenta...

    index=[0 1], group=[1 1] Fold 1: Train: index=[0 1], group=[1 1] Test:...array ([ 1 , 2 , 1 , 2 ]) >>> groups = np . array ([ 1 , 1 , 2 ,...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.LeaveOneGroupOut.html
    Wed Sep 17 19:58:00 UTC 2025
      122.1K bytes
      Cache
     
  6. MultiTaskElasticNet — scikit-learn 1.7.2 docume...

    1 ) >>> clf . fit ([[ 0 , 0 ], [ 1 , 1 ], [ 2 , 2...], [ 1 , 1 ], [ 2 , 2 ]]) MultiTaskElasticNet(alpha=0.1) >>>...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.MultiTaskElasticNet.html
    Wed Sep 17 19:57:59 UTC 2025
      156.9K bytes
      Cache
     
  7. ExtraTreeClassifier — scikit-learn 1.7.2 docume...

    [{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.ExtraTreeClassifier.html
    Wed Sep 17 19:58:00 UTC 2025
      165.6K bytes
      Cache
     
  8. BiclusterMixin — scikit-learn 1.7.2 documentation

    array ([[ 1 , 1 ], [ 2 , 1 ], [ 1 , 0 ], ... [ 4 , 7...np . ones ( shape = ( 1 , X . shape [ 1 ]), dtype = bool ) ......
    scikit-learn.org/stable/modules/generated/sklearn.base.BiclusterMixin.html
    Wed Sep 17 19:58:00 UTC 2025
      114.4K bytes
      Cache
     
  9. LinearSVR — scikit-learn 1.7.2 documentation

    intercept term: [x_1, ..., x_n, 1] , where 1 corresponds to the...version 1.3: The "auto" option is added in version 1.3 and will...
    scikit-learn.org/stable/modules/generated/sklearn.svm.LinearSVR.html
    Mon Sep 15 09:31:45 UTC 2025
      143.3K bytes
      Cache
     
  10. MultiOutputClassifier — scikit-learn 1.7.2 docu...

    ( X [ - 2 :]) array([[1, 1, 1], [1, 0, 1]]) fit ( X , Y , sample_weight...means 1 unless in a joblib.parallel_backend context. -1 means...
    scikit-learn.org/stable/modules/generated/sklearn.multioutput.MultiOutputClassifier.html
    Wed Sep 17 19:57:59 UTC 2025
      141.7K bytes
      Cache
     
Back to top