Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 21 - 30 of 1,798 for 1 (0.06 sec)

  1. DecisionTreeClassifier — scikit-learn 1.5.0 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/stable/modules/generated/sklearn.tree.DecisionTreeClassifier.html
    Fri May 31 14:06:06 UTC 2024
      191.9K bytes
      Cache
     
  2. NuSVR — scikit-learn 1.5.0 documentation

    Added in version 1.1. n_support_ ndarray of shape (1,), dtype=int32...(0, 1]. By default 0.5 will be taken. C float, default=1.0 Penalty...
    scikit-learn.org/stable/modules/generated/sklearn.svm.NuSVR.html
    Thu May 30 15:22:05 UTC 2024
      150.1K bytes
      Cache
     
  3. AffinityPropagation — scikit-learn 1.5.0 docume...

    array ([[ 1 , 2 ], [ 1 , 4 ], [ 1 , 0 ], ... [ 4 , 2.... labels_ array([0, 0, 0, 1, 1, 1]) >>> clustering . predict...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.AffinityPropagation.html
    Fri May 31 14:06:07 UTC 2024
      136.2K bytes
      1 views
      Cache
     
  4. PolynomialCountSketch — scikit-learn 1.5.0 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
    Fri May 31 14:06:04 UTC 2024
      139.5K bytes
      1 views
      Cache
     
  5. LogisticRegressionCV — scikit-learn 1.5.0 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
    Fri May 31 14:06:04 UTC 2024
      172.2K bytes
      Cache
     
  6. Version 1.0 — scikit-learn 1.6.dev0 documentation

    Version 1.0.1 # October 2021 Fixed models...Version 1.0.0 of scikit-learn requires python 3.7+, numpy 1.14.6+...
    scikit-learn.org/dev/whats_new/v1.0.html
    Fri May 31 14:06:06 UTC 2024
      252.3K bytes
      1 views
      Cache
      Similar Results (1)
     
  7. ElasticNet — scikit-learn 1.5.0 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
    Fri May 31 14:06:04 UTC 2024
      174.5K bytes
      Cache
     
  8. LogisticRegression — scikit-learn 1.5.0 documen...

    scikit-learn 1.1 Release Highlights for scikit-learn 1.1 Release Highlights..., C = 1.0 , fit_intercept = True , intercept_scaling = 1 , class_weight...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.LogisticRegression.html
    Fri May 31 14:06:06 UTC 2024
      190K bytes
      Cache
     
  9. LassoCV — scikit-learn 1.5.0 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
    Fri May 31 14:06:07 UTC 2024
      173.8K bytes
      Cache
     
  10. Birch — scikit-learn 1.5.0 documentation

    1 ], [ 0.3 , 1 ], [ - 0.3 , 1 ], [ 0 , - 1 ], [ 0.3...predict ( X ) array([0, 0, 0, 1, 1, 1]) fit ( X , y = None ) [source]...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.Birch.html
    Fri May 31 14:06:04 UTC 2024
      143.2K bytes
      Cache
     
Back to top