Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 851 - 860 of 2,956 for 1 (0.2 sec)

  1. RadiusNeighborsClassifier — scikit-learn 1.6.1 ...

    () 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 Apr 21 17:07:39 UTC 2025
      152.7K bytes
      Cache
     
  2. NuSVC — scikit-learn 1.6.1 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 Apr 21 17:07:40 UTC 2025
      156K bytes
      Cache
     
  3. RadiusNeighborsTransformer — scikit-learn 1.6.1...

    () 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 Apr 21 17:07:39 UTC 2025
      146.1K bytes
      Cache
     
  4. LeaveOneGroupOut — scikit-learn 1.6.1 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
    Mon Apr 21 17:07:39 UTC 2025
      122.7K bytes
      Cache
     
  5. MultiTaskElasticNet — scikit-learn 1.6.1 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
    Mon Apr 21 17:07:40 UTC 2025
      158.5K bytes
      Cache
     
  6. BiclusterMixin — scikit-learn 1.6.1 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
    Mon Apr 21 17:07:40 UTC 2025
      115.6K bytes
      Cache
     
  7. RidgeClassifierCV — scikit-learn 1.6.1 document...

    1, 1.0, 10.0) , * , fit_intercept...shape (n_alphas,), default=(0.1, 1.0, 10.0) Array of alpha values...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.RidgeClassifierCV.html
    Mon Apr 21 17:07:39 UTC 2025
      144K bytes
      Cache
     
  8. MultiTaskElasticNetCV — scikit-learn 1.6.1 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 Apr 21 17:07:39 UTC 2025
      163K bytes
      Cache
     
  9. ExtraTreeClassifier — scikit-learn 1.6.1 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
    Mon Apr 21 17:07:39 UTC 2025
      168K bytes
      Cache
     
  10. LeavePOut — scikit-learn 1.6.1 documentation

    3] Test: index=[0 1] Fold 1: Train: index=[1 3] Test: index=[0...index=[1 2] Fold 4: Train: index=[0 2] Test: index=[1 3] Fold...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.LeavePOut.html
    Mon Apr 21 17:07:40 UTC 2025
      116.8K bytes
      Cache
     
Back to top