Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 681 - 690 of 3,455 for 1 (0.09 sec)

  1. RadiusNeighborsTransformer — scikit-learn 1.6.0...

    () 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 Dec 23 08:41:44 UTC 2024
      145.9K bytes
      Cache
      Similar Results (1)
     
  2. RBFSampler — scikit-learn 1.6.0 documentation

    [ 1 , 1 ], [ 1 , 0 ], [ 0 , 1 ]] >>> y = [ 0 , 0 , 1 , 1 ] >>>...in version 1.2: The option "scale" was added in 1.2. n_components...
    scikit-learn.org/stable/modules/generated/sklearn.kernel_approximation.RBFSampler.html
    Fri Dec 20 11:14:14 UTC 2024
      131.1K bytes
      Cache
     
  3. OutlierMixin — scikit-learn 1.7.dev0 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/dev/modules/generated/sklearn.base.OutlierMixin.html
    Mon Dec 09 18:03:46 UTC 2024
      109.7K bytes
      Cache
      Similar Results (1)
     
  4. SVR — scikit-learn 1.6.0 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
    Thu Dec 12 16:37:36 UTC 2024
      147.2K bytes
      Cache
     
  5. LeaveOneGroupOut — scikit-learn 1.6.0 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 Dec 23 08:41:44 UTC 2024
      122.5K bytes
      Cache
     
  6. MultiTaskElasticNet — scikit-learn 1.6.0 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 Dec 23 08:41:44 UTC 2024
      158.3K bytes
      Cache
     
  7. BiclusterMixin — scikit-learn 1.6.0 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 Dec 23 08:41:44 UTC 2024
      115.4K bytes
      Cache
     
  8. MultiTaskElasticNetCV — scikit-learn 1.6.0 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 Dec 23 08:41:44 UTC 2024
      162.8K bytes
      Cache
     
  9. RidgeClassifierCV — scikit-learn 1.6.0 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 Dec 23 08:41:44 UTC 2024
      143.8K bytes
      Cache
      Similar Results (1)
     
  10. ExtraTreeClassifier — scikit-learn 1.7.dev0 doc...

    [{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/dev/modules/generated/sklearn.tree.ExtraTreeClassifier.html
    Mon Dec 09 18:03:47 UTC 2024
      167.7K bytes
      Cache
      Similar Results (1)
     
Back to top