Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 401 - 410 of 2,911 for 1 (0.08 sec)

  1. DummyClassifier — scikit-learn 1.7.0 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 Jun 06 09:13:47 UTC 2025
      143K bytes
      Cache
     
  2. SparseRandomProjection — scikit-learn 1.7.0 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
    Thu Jun 05 22:21:58 UTC 2025
      135.8K bytes
      Cache
     
  3. BisectingKMeans — scikit-learn 1.7.0 documentation

    array ([[ 1 , 1 ], [ 10 , 1 ], [ 3 , 1 ], ... [ 10 , 0...scikit-learn 1.1 Release Highlights for scikit-learn 1.1 On this page...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.BisectingKMeans.html
    Fri Jun 06 09:13:47 UTC 2025
      151.8K bytes
      Cache
     
  4. DBSCAN — scikit-learn 1.7.0 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 Jun 06 09:13:46 UTC 2025
      135.9K bytes
      Cache
     
  5. BayesianRidge — scikit-learn 1.7.0 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 Jun 06 09:13:46 UTC 2025
      149.5K bytes
      Cache
     
  6. load_breast_cancer — scikit-learn 1.7.0 documen...

    1, 0]) >>> list ( data . target_names...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.load_breast_cancer.html
    Fri Jun 06 09:13:46 UTC 2025
      115.1K bytes
      Cache
     
  7. make_regression — scikit-learn 1.7.0 documentation

    1.523], [-0.2341, -0.2341], [-0.4694, 0.5425], [ 1.579,...scikit-learn 1.4 Release Highlights for scikit-learn 1.4 On this...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.make_regression.html
    Fri Jun 06 09:13:47 UTC 2025
      119.8K bytes
      Cache
     
  8. 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
    Fri Jun 06 09:13:47 UTC 2025
      150.9K bytes
      Cache
     
  9. 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
    Fri Jun 06 09:13:47 UTC 2025
      139.8K bytes
      Cache
     
  10. make_low_rank_matrix — scikit-learn 1.7.0 docum...

    profile is: ( 1 - tail_strength ) * exp ( - 1.0 * ( i / effective_rank...scikit-learn 1.3 Release Highlights for scikit-learn 1.3 Release...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.make_low_rank_matrix.html
    Fri Jun 06 09:13:46 UTC 2025
      112.1K bytes
      Cache
     
Back to top