Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 161 - 170 of 2,909 for 1 (0.07 sec)

  1. GraphicalLassoCV — scikit-learn 1.7.0 documenta...

    means 1 unless in a joblib.parallel_backend context. -1 means...0.2 , 0.0 , 0.3 , 0.1 ], ... [ 0.0 , 0.0 , 0.1 , 0.7 ]]) >>> np...
    scikit-learn.org/stable/modules/generated/sklearn.covariance.GraphicalLassoCV.html
    Thu Jun 05 22:21:58 UTC 2025
      139.9K bytes
      Cache
     
  2. MultiOutputRegressor — scikit-learn 1.7.0 docum...

    means 1 unless in a joblib.parallel_backend context. -1 means...X [[ 0 ]]) array([[176, 35.1, 57.1]]) fit ( X , y , sample_weight...
    scikit-learn.org/stable/modules/generated/sklearn.multioutput.MultiOutputRegressor.html
    Thu Jun 05 22:21:58 UTC 2025
      146.6K bytes
      Cache
     
  3. OneVsRestClassifier — scikit-learn 1.7.0 docume...

    as a 2D binary (0/1) matrix, where [i, j] == 1 indicates the presence...means 1 unless in a joblib.parallel_backend context. -1 means...
    scikit-learn.org/stable/modules/generated/sklearn.multiclass.OneVsRestClassifier.html
    Thu Jun 05 22:21:57 UTC 2025
      150.9K bytes
      Cache
     
  4. PoissonRegressor — scikit-learn 1.7.0 documenta...

    predict ([[ 1 , 1 ], [ 3 , 4 ]]) array([10.676,...PoissonRegressor ( * , alpha = 1.0 , fit_intercept = True , solver...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.PoissonRegressor.html
    Thu Jun 05 22:21:57 UTC 2025
      139.8K bytes
      Cache
     
  5. ClassifierTags — scikit-learn 1.6.1 documentation

    Skip to main content Back to top Ctrl + K GitHub Choose version ClassifierTags # class sklearn.utils. ClassifierTags ...
    scikit-learn.org/stable/modules/generated/sklearn.utils.ClassifierTags.html
    Thu Jun 05 01:26:45 UTC 2025
      107.3K bytes
      Cache
     
  6. ARDRegression — scikit-learn 1.7.0 documentation

    [ 1 , 1 ], [ 2 , 2 ]], [ 0 , 1 , 2 ]) ARDRegression()...>>> clf . predict ([[ 1 , 1 ]]) array([1.]) fit ( X , y ) [source]...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.ARDRegression.html
    Thu Jun 05 22:21:58 UTC 2025
      141.2K bytes
      Cache
     
  7. SpectralCoclustering — scikit-learn 1.7.0 docum...

    array ([[ 1 , 1 ], [ 2 , 1 ], [ 1 , 0 ], ... [ 4 , 7...clustering . row_labels_ array([0, 1, 1, 0, 0, 0], dtype=int32) >>>...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.SpectralCoclustering.html
    Thu Jun 05 22:21:57 UTC 2025
      129.7K bytes
      Cache
     
  8. OrthogonalMatchingPursuit — scikit-learn 1.7.0 ...

    either set to 10% of n_features or 1, whichever is greater. tol float,...either set to 10% of n_features or 1, whichever is greater. n_features_in_...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.OrthogonalMatchingPursuit.html
    Thu Jun 05 22:21:57 UTC 2025
      134.2K bytes
      2 views
      Cache
     
  9. MultinomialNB — scikit-learn 1.7.0 documentation

    Added in version 1.2. Changed in version 1.4: The default value... MultinomialNB ( * , alpha = 1.0 , force_alpha = True , fit_prior...
    scikit-learn.org/stable/modules/generated/sklearn.naive_bayes.MultinomialNB.html
    Thu Jun 05 22:21:58 UTC 2025
      152.3K bytes
      Cache
     
  10. SGDRegressor — scikit-learn 1.7.0 documentation

    l1_ratio <= 1. l1_ratio=0 corresponds to L2 penalty, l1_ratio=1 to L1....True , verbose = 0 , epsilon = 0.1 , random_state = None , learning_rate...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.SGDRegressor.html
    Thu Jun 05 22:21:57 UTC 2025
      168.8K bytes
      Cache
     
Back to top