Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 51 - 60 of 2,902 for 1 (0.08 sec)

  1. det_curve — scikit-learn 1.6.1 documentation

    y_true is in {-1, 1} or {0, 1}, pos_label is set to 1, otherwise...labels are not either {-1, 1} or {0, 1}, then pos_label should...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.det_curve.html
    Thu May 29 09:16:23 UTC 2025
      112.5K bytes
      Cache
     
  2. KNeighborsRegressor — scikit-learn 1.6.1 docume...

    () array([[1., 0., 1.], [0., 1., 1.], [1., 0., 1.]]) predict...bors=1) >>> print ( neigh . kneighbors ([[ 1. , 1. , 1. ]]))...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.KNeighborsRegressor.html
    Thu May 29 09:16:23 UTC 2025
      152.3K bytes
      Cache
     
  3. NearestCentroid — scikit-learn 1.6.1 documentation

    ([[ - 1 , - 1 ], [ - 2 , - 1 ], [ - 3 , - 2 ], [ 1 , 1 ], [ 2...2 , 1 ], [ 3 , 2 ]]) >>> y = np . array ([ 1 , 1 , 1 , 2 , 2...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.NearestCentroid.html
    Thu May 29 09:16:23 UTC 2025
      136.9K bytes
      Cache
     
  4. NuSVR — scikit-learn 1.6.1 documentation

    Added in version 1.1. n_support_ ndarray of shape (1,), dtype=int32...(0, 1]. By default 0.5 will be taken. C float, default=1.0 Penalty...
    scikit-learn.org/stable/modules/generated/sklearn.svm.NuSVR.html
    Thu May 29 09:16:23 UTC 2025
      144.6K bytes
      Cache
     
  5. Birch — scikit-learn 1.6.1 documentation

    1 ], [ 0.3 , 1 ], [ - 0.3 , 1 ], [ 0 , - 1 ], [ 0.3...predict ( X ) array([0, 0, 0, 1, 1, 1]) fit ( X , y = None ) [source]...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.Birch.html
    Thu May 29 09:16:23 UTC 2025
      138.6K bytes
      Cache
     
  6. ElasticNet — scikit-learn 1.6.1 documentation

    l1_ratio * || w || _1 + 0.5 * alpha * ( 1 - l1_ratio ) * || w...l1_ratio = 1 it is an L1 penalty. For 0 < l1_ratio < 1 , the penalty...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.ElasticNet.html
    Thu May 29 09:16:23 UTC 2025
      168K bytes
      Cache
     
  7. PrecisionRecallDisplay — scikit-learn 1.6.1 doc...

    Added in version 1.3. Attributes : line_ matplotlib...not plotted. Added in version 1.3. ax_ matplotlib Axes Axes with...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.PrecisionRecallDisplay.html
    Thu May 29 09:16:23 UTC 2025
      149.4K bytes
      Cache
     
  8. IncrementalPCA — scikit-learn 1.6.1 documentation

    ([[ - 1 , - 1 ], [ - 2 , - 1 ], [ - 3 , - 2 ], ... [ 1 , 1 ], [...principal components, versus 1 large SVD of complexity O(n_samples...
    scikit-learn.org/stable/modules/generated/sklearn.decomposition.IncrementalPCA.html
    Thu May 29 09:16:23 UTC 2025
      147.1K bytes
      2 views
      Cache
     
  9. fetch_covtype — scikit-learn 1.6.1 documentation

    Added in version 1.5. delay float, default=1.0 Number of seconds...False , n_retries = 3 , delay = 1.0 ) [source] # Load the covertype...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_covtype.html
    Thu May 29 09:16:23 UTC 2025
      115.6K bytes
      Cache
     
  10. make_biclusters — scikit-learn 1.6.1 documentation

    shape[1]) The indicators for cluster membership...for biclustering. References [ 1 ] Dhillon, I. S. (2001, August)....
    scikit-learn.org/stable/modules/generated/sklearn.datasets.make_biclusters.html
    Thu May 29 09:16:23 UTC 2025
      111.2K bytes
      Cache
     
Back to top