Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 271 - 280 of 3,051 for 1 (0.09 sec)

  1. IsolationForest — scikit-learn 1.7.2 documentation

    1 ], [ 0 ], [ 90 ]]) array([ 1, 1, -1]) For an example...from 0.1 to 'auto' . max_features int or float, default=1.0 The...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.IsolationForest.html
    Mon Oct 20 15:12:26 UTC 2025
      147.4K bytes
      Cache
     
  2. RBFSampler — scikit-learn 1.7.2 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
    Mon Oct 20 15:12:26 UTC 2025
      130.9K bytes
      1 views
      Cache
     
  3. GradientBoostingRegressor — scikit-learn 1.7.2 ...

    1 , n_estimators = 100 , subsample = 1.0 , criterion...in the range [1, inf) . subsample float, default=1.0 The fraction...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.GradientBoostingRegressor.html
    Mon Oct 20 15:12:25 UTC 2025
      171.8K bytes
      Cache
     
  4. 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 Oct 20 15:12:26 UTC 2025
      163.5K bytes
      Cache
     
  5. 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
    Mon Oct 20 15:12:26 UTC 2025
      145.1K bytes
      Cache
     
  6. PolynomialFeatures — scikit-learn 1.7.2 documen...

    fit_transform ( X ) array([[ 1., 0., 1., 0., 0., 1.], [ 1., 2., 3., 4., 6.,...) array([[ 1., 0., 1., 0.], [ 1., 2., 3., 6.], [ 1., 4., 5., 20.]])...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.PolynomialFeatures.html
    Mon Oct 20 15:12:25 UTC 2025
      139.9K bytes
      Cache
     
  7. 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
    Mon Oct 20 15:12:26 UTC 2025
      122.1K bytes
      Cache
     
  8. 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
    Mon Oct 20 15:12:26 UTC 2025
      156.9K bytes
      Cache
     
  9. SelectFromModel — scikit-learn 1.7.2 documentation

    [ - 1.34 , - 0.48 , - 2.55 ], ... [ 1.92 , 1.48 , 0.65...version 0.20. Changed in version 1.1: max_features accepts a callable....
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.SelectFromModel.html
    Mon Oct 20 15:12:26 UTC 2025
      147.5K bytes
      Cache
     
  10. 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
    Mon Oct 20 15:12:26 UTC 2025
      165.6K bytes
      Cache
     
Back to top