Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 481 - 490 of 2,952 for 1 (0.64 sec)

  1. GradientBoostingRegressor — scikit-learn 1.6.1 ...

    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
    Sat Apr 19 00:31:21 UTC 2025
      174.5K bytes
      Cache
     
  2. inplace_csr_column_scale — scikit-learn 1.6.1 d...

    1 , 2 , 2 ]) >>> data = np . array ([ 8 , 1 , 2 , 5 ])...csr . todense () matrix([[8, 1, 2], [0, 0, 5], [0, 0, 0], [0,...
    scikit-learn.org/stable/modules/generated/sklearn.utils.sparsefuncs.inplace_csr_column_scale.html
    Sat Apr 19 00:31:21 UTC 2025
      108.9K bytes
      Cache
     
  3. 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
    Sat Apr 19 00:31:22 UTC 2025
      122.7K bytes
      Cache
     
  4. PolynomialFeatures — scikit-learn 1.6.1 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
    Sat Apr 19 00:31:21 UTC 2025
      139.8K 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
    Sat Apr 19 00:31:22 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
    Sat Apr 19 00:31:21 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
    Sat Apr 19 00:31:21 UTC 2025
      144K bytes
      Cache
     
  8. SelectFromModel — scikit-learn 1.6.1 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
    Sat Apr 19 00:31:21 UTC 2025
      149.7K bytes
      Cache
     
  9. TfidfVectorizer — scikit-learn 1.6.1 documentation

    ngram_range=(1 , 1) , max_df=1.0 , min_df=1 , max_features=None...ngram_range of (1, 1) means only unigrams, (1, 2) means unigrams...
    scikit-learn.org/stable/modules/generated/sklearn.feature_extraction.text.TfidfVectorizer.html
    Sat Apr 19 00:31:22 UTC 2025
      149.5K bytes
      Cache
     
  10. 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
    Sat Apr 19 00:31:21 UTC 2025
      163K bytes
      Cache
     
Back to top