Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 151 - 160 of 2,950 for 1 (0.07 sec)

  1. BayesianRidge — scikit-learn 1.6.1 documentation

    [ 1 , 1 ], [ 2 , 2 ]], [ 0 , 1 , 2 ]) BayesianRidge()...>>> clf . predict ([[ 1 , 1 ]]) array([1.]) fit ( X , y , sample_weight...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.BayesianRidge.html
    Sat Apr 19 00:31:22 UTC 2025
      149.9K bytes
      Cache
     
  2. DBSCAN — scikit-learn 1.6.1 documentation

    1, 1, -1]) >>> clustering DBSCAN(eps=3,...means 1 unless in a joblib.parallel_backend context. -1 means...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.DBSCAN.html
    Sat Apr 19 00:31:21 UTC 2025
      136K bytes
      Cache
     
  3. ValidationCurveDisplay — scikit-learn 1.6.1 doc...

    means 1 unless in a joblib.parallel_backend context. -1 means...scikit-learn 1.3 Release Highlights for scikit-learn 1.3 Effect of...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.ValidationCurveDisplay.html
    Sat Apr 19 00:31:20 UTC 2025
      144.5K bytes
      Cache
     
  4. OneVsRestClassifier — scikit-learn 1.6.1 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 Apr 17 23:17:16 UTC 2025
      153.6K bytes
      Cache
     
  5. Ridge — scikit-learn 1.6.1 documentation

    Ridge ( alpha = 1.0 , * , fit_intercept = True ,...shape (n_targets,)}, default=1.0 Constant that multiplies the...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.Ridge.html
    Sat Apr 19 00:31:21 UTC 2025
      155.3K bytes
      Cache
     
  6. PoissonRegressor — scikit-learn 1.6.1 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
    Sat Apr 19 00:31:21 UTC 2025
      140.3K bytes
      Cache
     
  7. DecisionBoundaryDisplay — scikit-learn 1.6.1 do...

    Added in version 1.1. Parameters : xx0 ndarray of...iris . data [:, 1 ] . min (), iris . data [:, 1 ] . max ()) ......
    scikit-learn.org/stable/modules/generated/sklearn.inspection.DecisionBoundaryDisplay.html
    Sat Apr 19 00:31:22 UTC 2025
      151.7K bytes
      Cache
     
  8. ARDRegression — scikit-learn 1.6.1 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
    Sat Apr 19 00:31:20 UTC 2025
      141.6K bytes
      Cache
     
  9. SpectralCoclustering — scikit-learn 1.6.1 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
    Sat Apr 19 00:31:22 UTC 2025
      130.8K bytes
      Cache
     
  10. silhouette_samples — scikit-learn 1.6.1 documen...

    The best value is 1 and the worst value is -1. Values near 0 indicate...2 <= n_labels <= n_samples - 1 . This function returns the Silhouette...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.silhouette_samples.html
    Sat Apr 19 00:31:20 UTC 2025
      112.7K bytes
      Cache
     
Back to top