Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 251 - 260 of over 10,000 for 1 (2.49 seconds)

Filter
  1. DummyClassifier — scikit-learn 1.8.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
    Tue Mar 17 03:44:36 UTC 2026
      17.9K bytes
      Cache
     
  2. DBSCAN — scikit-learn 1.8.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
    Tue Mar 17 03:44:37 UTC 2026
      18.5K bytes
      Cache
     
  3. GroupKFold — scikit-learn 1.8.0 documentation

    index=[0 1 4 5], group=[0 0 3 3] Fold 1: Train: index=[0 1 4 5],...scikit-learn 1.4 Release Highlights for scikit-learn 1.4 On this...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.GroupKFold.html
    Tue Mar 17 03:44:39 UTC 2026
      16.2K bytes
      Cache
     
  4. HistGradientBoostingClassifier — scikit-learn 1...

    that categorical values of 1.0 and 1 are treated as the same category....version 1.4: Added "from_dtype" option. Changed in version 1.6: The...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.HistGradientBoostingClassifier.html
    Tue Mar 17 03:44:39 UTC 2026
      21.9K bytes
      Cache
     
  5. column_or_1d — scikit-learn 1.8.0 documen...

    >>> column_or_1d ([ 1 , 1 ]) array([1, 1]) On this page This...type for y . Added in version 1.2. input_name str, default=”y”...
    scikit-learn.org/stable/modules/generated/sklearn.utils.validation.column_or_1d.html
    Mon Feb 09 10:22:28 UTC 2026
      107.9K bytes
      Cache
     
  6. NuSVR — scikit-learn 1.8.0 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
    Mon Mar 02 11:09:51 UTC 2026
      143K bytes
      Cache
     
  7. fetch_openml — scikit-learn 1.8.0 documentation

    scikit-learn 1.1 Release Highlights for scikit-learn 1.1 Release Highlights...Added in version 1.2. Changed in version 1.4: The default value...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_openml.html
    Tue Mar 17 03:44:37 UTC 2026
      21.5K bytes
      Cache
     
  8. SkewedChi2Sampler — scikit-learn 1.8.0 document...

    [ 1 , 1 ], [ 1 , 0 ], [ 0 , 1 ]] >>> y = [ 0 , 0 , 1 , 1 ] >>>...SkewedChi2Sampler ( * , skewedness = 1.0 , n_components = 100 , random_state...
    scikit-learn.org/stable/modules/generated/sklearn.kernel_approximation.SkewedChi2Sampler.html
    Tue Mar 17 03:44:36 UTC 2026
      15.9K bytes
      Cache
     
  9. inplace_csr_row_normalize_l1 — scikit-lea...

    1 , 2 , 3 ]) >>> data = np . array ([ 1.0 , 2.0...0. ], [0. , 0. , 1. , 0. ], [0. , 0. , 0. , 1. ]]) On this page...
    scikit-learn.org/stable/modules/generated/sklearn.utils.sparsefuncs_fast.inplace_csr_row_normaliz...
    Mon Jan 26 14:16:29 UTC 2026
      108.3K bytes
      Cache
     
  10. BisectingKMeans — scikit-learn 1.8.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
    Tue Mar 17 03:44:39 UTC 2026
      18.8K bytes
      Cache
     
Back to Top