Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 181 - 190 of 2,898 for 1 (0.07 sec)

  1. inplace_row_scale — scikit-learn 1.6.1 document...

    1 , 2 , 3 , 3 ]) >>> data = np . array ([ 8 , 1 , 2 , 5...csr . todense () matrix([[8, 1, 0, 0], [0, 0, 2, 0], [0, 0, 0,...
    scikit-learn.org/stable/modules/generated/sklearn.utils.sparsefuncs.inplace_row_scale.html
    Sun Jun 01 04:47:41 UTC 2025
      109K bytes
      Cache
     
  2. 1.9. Naive Bayes — scikit-learn 1.7.0 documenta...

    = P(x_i = 1 \mid y) x_i + (1 - P(x_i = 1 \mid y)) (1 - x_i)\]...that \[P(x_i | y, x_1, \dots, x_{i-1}, x_{i+1}, \dots, x_n) = P(x_i...
    scikit-learn.org/stable/modules/naive_bayes.html
    Fri Jun 06 09:13:46 UTC 2025
      56.6K bytes
      Cache
     
  3. 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
     
  4. 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
     
  5. ClassifierChain — scikit-learn 1.7.0 documentation

    X_test ) array([[1., 1., 0.], [1., 0., 0.], [0., 1., 0.]]) >>> chain...order = [ 0 , 1 , 2 , ... , Y . shape [ 1 ] - 1 ] The order of...
    scikit-learn.org/stable/modules/generated/sklearn.multioutput.ClassifierChain.html
    Fri Jun 06 09:13:46 UTC 2025
      141K bytes
      Cache
     
  6. RegressorMixin — scikit-learn 1.7.0 documentation

    array ([ - 1 , 0 , 1 ]) >>> estimator . fit ( X...__init__ ( self , * , param = 1 ): ... self . param = param ......
    scikit-learn.org/stable/modules/generated/sklearn.base.RegressorMixin.html
    Fri Jun 06 09:13:46 UTC 2025
      115.7K bytes
      Cache
     
  7. DetCurveDisplay — scikit-learn 1.7.0 documentation

    y_true is in {-1, 1} or {0, 1}, pos_label is set to 1, otherwise...y_true is in {-1, 1} or {0, 1}, pos_label is set to 1, otherwise...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.DetCurveDisplay.html
    Fri Jun 06 09:13:47 UTC 2025
      137.8K bytes
      Cache
     
  8. MultiTaskLasso — scikit-learn 1.7.0 documentation

    1 ) >>> clf . fit ([[ 0 , 1 ], [ 1 , 2 ], [ 2 ,...0 ], [ 1 , 1 ], [ 2 , 3 ]]) MultiTaskLasso(alpha=0.1) >>> print...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.MultiTaskLasso.html
    Fri Jun 06 09:13:46 UTC 2025
      157.2K bytes
      Cache
     
  9. 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
     
  10. 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
     
Back to top