Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 51 - 60 of 3,451 for 1 (0.21 sec)

  1. GaussianMixture — scikit-learn 1.5.1 documentation

    array ([[ 1 , 2 ], [ 1 , 4 ], [ 1 , 0 ], [ 10 , 2 ],...GaussianMixture ( n_components = 1 , * , covariance_type = 'full'...
    scikit-learn.org/stable/modules/generated/sklearn.mixture.GaussianMixture.html
    Thu Jul 25 19:41:20 UTC 2024
      149.3K bytes
      Cache
     
  2. OneVsOneClassifier — scikit-learn 1.5.1 documen...

    1, 0, 2, 0, 2, 0, 1, 1, 1]) decision_function...means 1 unless in a joblib.parallel_backend context. -1 means...
    scikit-learn.org/stable/modules/generated/sklearn.multiclass.OneVsOneClassifier.html
    Fri Jul 26 08:35:06 UTC 2024
      142.8K bytes
      Cache
     
  3. DummyClassifier — scikit-learn 1.5.1 documentation

    ([ - 1 , 1 , 1 , 1 ]) >>> y = np . array ([ 0 , 1 , 1 , 1 ]) >>>...dummy_clf . predict ( X ) array([1, 1, 1, 1]) >>> dummy_clf . score (...
    scikit-learn.org/stable/modules/generated/sklearn.dummy.DummyClassifier.html
    Fri Jul 26 08:35:04 UTC 2024
      141.4K bytes
      Cache
     
  4. BisectingKMeans — scikit-learn 1.5.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
    Fri Jul 26 08:35:06 UTC 2024
      151.1K bytes
      Cache
     
  5. SparseRandomProjection — scikit-learn 1.5.1 doc...

    with probability 1 / 2s 0 with probability 1 - 1 / s +sqrt(s) /...Added in version 1.1. density_ float in range 0.0 - 1.0 Concrete density...
    scikit-learn.org/stable/modules/generated/sklearn.random_projection.SparseRandomProjection.html
    Fri Jul 26 08:35:06 UTC 2024
      135.3K bytes
      Cache
     
  6. BayesianRidge — scikit-learn 1.5.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
    Fri Jul 26 08:35:04 UTC 2024
      149.1K bytes
      Cache
     
  7. DBSCAN — scikit-learn 1.5.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
    Fri Jul 26 08:35:06 UTC 2024
      134.8K bytes
      Cache
     
  8. OneVsRestClassifier — scikit-learn 1.5.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
    Fri Jul 26 08:35:04 UTC 2024
      152.2K bytes
      Cache
     
  9. SGDRegressor — scikit-learn 1.5.1 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
    Fri Jul 26 08:35:06 UTC 2024
      167.2K bytes
      Cache
     
  10. PoissonRegressor — scikit-learn 1.5.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
    Fri Jul 26 08:35:06 UTC 2024
      139.1K bytes
      Cache
     
Back to top