Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 21 - 30 of 1,685 for 1 (0.11 sec)

  1. 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
     
  2. 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
     
  3. 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
     
  4. 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)
     
  5. 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
     
  6. 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
     
  7. 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
     
  8. 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
     
  9. Version 1.4 — scikit-learn 1.5.0 documentation

    Version 1.4.1 # February 2024 Metadata Routing...deprecated in version 1.4 and will be removed in version 1.6. Use the default...
    scikit-learn.org/stable/whats_new/v1.4.html
    Fri May 31 14:06:04 UTC 2024
      213.9K bytes
      Cache
      Similar Results (1)
     
  10. SpectralBiclustering — scikit-learn 1.5.0 docum...

    array ([[ 1 , 1 ], [ 2 , 1 ], [ 1 , 0 ], ... [ 4 , 7...clustering . row_labels_ array([1, 1, 1, 0, 0, 0], dtype=int32) >>>...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.SpectralBiclustering.html
    Thu May 30 15:22:06 UTC 2024
      136.5K bytes
      Cache
     
Back to top