Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 181 - 190 of 2,950 for 1 (0.18 sec)

  1. BisectingKMeans — scikit-learn 1.6.1 documentation

    array ([[ 1 , 1 ], [ 10 , 1 ], [ 3 , 1 ], ... [ 10 , 0...scikit-learn 1.1 Release Highlights for scikit-learn 1.1 Bisecting...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.BisectingKMeans.html
    Sat Apr 19 00:31:22 UTC 2025
      152.2K bytes
      Cache
     
  2. 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
     
  3. 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
     
  4. GammaRegressor — scikit-learn 1.6.1 documentation

    alpha = 1.0 , fit_intercept = True , solver...Parameters : alpha float, default=1 Constant that multiplies the L2...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.GammaRegressor.html
    Sat Apr 19 00:31:21 UTC 2025
      139.7K bytes
      Cache
     
  5. 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
     
  6. 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
     
  7. 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
     
  8. 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
     
  9. MiniBatchKMeans — scikit-learn 1.6.1 documentation

    array ([[ 1 , 2 ], [ 1 , 4 ], [ 1 , 0 ], ... [ 4 , 2...0 , 1 ], [ 2 , 2 ], ... [ 3 , 2 ], [ 5 , 5 ], [ 1 , - 1 ]]) >>>...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.MiniBatchKMeans.html
    Sat Apr 19 00:31:22 UTC 2025
      172.9K bytes
      Cache
     
  10. LinearSVC — scikit-learn 1.6.1 documentation

    intercept term: [x_1, ..., x_n, 1] , where 1 corresponds to the...version 1.3: The "auto" option is added in version 1.3 and will...
    scikit-learn.org/stable/modules/generated/sklearn.svm.LinearSVC.html
    Sat Apr 19 00:31:21 UTC 2025
      163.7K bytes
      Cache
     
Back to top