Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 581 - 590 of 2,952 for 1 (0.09 sec)

  1. LogisticRegressionCV — scikit-learn 1.6.1 docum...

    means 1 unless in a joblib.parallel_backend context. -1 means...version 1.5: multi_class was deprecated in version 1.5 and will...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.LogisticRegressionCV.html
    Sat Apr 19 00:31:22 UTC 2025
      167.4K bytes
      Cache
     
  2. NearestCentroid — scikit-learn 1.6.1 documentation

    ([[ - 1 , - 1 ], [ - 2 , - 1 ], [ - 3 , - 2 ], [ 1 , 1 ], [ 2...2 , 1 ], [ 3 , 2 ]]) >>> y = np . array ([ 1 , 1 , 1 , 2 , 2...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.NearestCentroid.html
    Sat Apr 19 00:31:21 UTC 2025
      136.9K bytes
      Cache
     
  3. ExtraTreesRegressor — scikit-learn 1.6.1 docume...

    min_samples_leaf = 1 , min_weight_fraction_leaf = 0.0 , max_features = 1.0 ,...e.g. 0.3. Changed in version 1.1: The default of max_features...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.ExtraTreesRegressor.html
    Sat Apr 19 00:31:22 UTC 2025
      165.2K bytes
      Cache
     
  4. ElasticNet — scikit-learn 1.6.1 documentation

    l1_ratio * || w || _1 + 0.5 * alpha * ( 1 - l1_ratio ) * || w...l1_ratio = 1 it is an L1 penalty. For 0 < l1_ratio < 1 , the penalty...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.ElasticNet.html
    Sat Apr 19 00:31:22 UTC 2025
      168K bytes
      Cache
     
  5. AdaBoostClassifier — scikit-learn 1.6.1 documen...

    initialized with max_depth=1 . Added in version 1.2: base_estimator was...the range [1, inf) . learning_rate float, default=1.0 Weight applied...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.AdaBoostClassifier.html
    Sat Apr 19 00:31:21 UTC 2025
      160.9K bytes
      Cache
     
  6. MultiTaskLassoCV — scikit-learn 1.6.1 documenta...

    means 1 unless in a joblib.parallel_backend context. -1 means...alpha * || w || _1 For multi-output tasks it is: ( 1 / ( 2 * n_samples...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.MultiTaskLassoCV.html
    Sat Apr 19 00:31:22 UTC 2025
      162.2K bytes
      Cache
     
  7. LassoCV — scikit-learn 1.6.1 documentation

    means 1 unless in a joblib.parallel_backend context. -1 means...alpha * || w || _1 For multi-output tasks it is: ( 1 / ( 2 * n_samples...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.LassoCV.html
    Sat Apr 19 00:31:22 UTC 2025
      168.2K bytes
      Cache
     
  8. StratifiedGroupKFold — scikit-learn 1.6.1 docum...

    1 , 1 , 1 , 1 , 1 , 1 , 0 , 0 , 0 , 0 , 0...Train: index=[ 0 1 2 3 7 8 9 10 11 15 16] group=[1 1 2 2 4 5 5 5 5...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.StratifiedGroupKFold.html
    Sat Apr 19 00:31:22 UTC 2025
      129.8K bytes
      Cache
     
  9. PolynomialCountSketch — scikit-learn 1.6.1 docu...

    [ 1 , 1 ], [ 1 , 0 ], [ 0 , 1 ]] >>> y = [ 0 , 0 , 1 , 1 ] >>>...Array with random entries in {+1, -1}, used to represent the 2-wise...
    scikit-learn.org/stable/modules/generated/sklearn.kernel_approximation.PolynomialCountSketch.html
    Sat Apr 19 00:31:22 UTC 2025
      134.1K bytes
      1 views
      Cache
     
  10. smacof — scikit-learn 1.6.1 documentation

    -1.07... ], [ 1.74..., -0.75...], [-1.79..., 1.83...]])...means 1 unless in a joblib.parallel_backend context. -1 means...
    scikit-learn.org/stable/modules/generated/sklearn.manifold.smacof.html
    Sat Apr 19 00:31:22 UTC 2025
      116.6K bytes
      Cache
     
Back to top