Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1 - 10 of 18 for 1 (0.03 sec)

  1. governance.rst.txt

    “about” page: Requires +1 by a maintainer, no -1 by a maintainer (lazy...changes** require +1 by two maintainers, no -1 by a maintainer (lazy...
    scikit-learn.org/stable/_sources/governance.rst.txt
    Fri May 24 12:15:01 UTC 2024
      10K bytes
     
  2. cross_validation.rst.txt

    [1., 1.], [-1., -1.], [2., 2.]]) >>> y = np.array([0, 1, 0,...3] [0 1] [1 3] [0 2] [1 2] [0 3] [0 3] [1 2] [0 2] [1 3] [0 1]...
    scikit-learn.org/stable/_sources/modules/cross_validation.rst.txt
    Fri May 24 12:15:00 UTC 2024
      39.9K bytes
      6 views
     
  3. about.rst.txt

    :class-row: image-subgrid :gutter: 1 .. grid-item:: :class: sd-text-center...<a class="btn sk-btn-orange mb-1" href="https://numfocus.org/d...
    scikit-learn.org/stable/_sources/about.rst.txt
    Fri May 24 12:15:01 UTC 2024
      15.9K bytes
      3 views
     
  4. feature_selection.rst.txt

    1], [0, 1, 0], [1, 0, 0], [0, 1, 1], [0, 1, 0], [0, 1, 1]]...0], [0, 0], [1, 1], [1, 0], [1, 1]]) As expected, ``VarianceThreshold``...
    scikit-learn.org/stable/_sources/modules/feature_selection.rst.txt
    Fri May 24 12:15:00 UTC 2024
      14.2K bytes
      1 views
     
  5. feature_extraction.rst.txt

    array([[1, 1, 1, 0, 1, 1, 1, 0], [1, 1, 0, 1, 1, 1, 0, 1]]) In...array([[0, 1, 1, 1, 0, 0, 1, 0, 1], [0, 1, 0, 1, 0, 2, 1, 0, 1], [1,...
    scikit-learn.org/stable/_sources/modules/feature_extraction.rst.txt
    Fri May 24 12:15:01 UTC 2024
      43.6K bytes
     
  6. preprocessing.rst.txt

    1. , 0.1], [4.4, 2.2, 1.1, 0.1], [4.4, 2.2, 1.2, 0.1], ...,...array([[1., 0., 0., 1., 0., 1.], [0., 1., 1., 0., 0., 1.]]) By...
    scikit-learn.org/stable/_sources/modules/preprocessing.rst.txt
    Fri May 24 12:15:01 UTC 2024
      53K bytes
     
  7. getting_started.rst.txt

    dataset is easy array([1., 1., 1., 1., 1.]) Automatic parameter...ransform(X) array([[-1., 1.], [ 1., -1.]]) Sometimes, you want...
    scikit-learn.org/stable/_sources/getting_started.rst.txt
    Fri May 24 12:15:01 UTC 2024
      10K bytes
     
  8. decomposition.rst.txt

    array([[1, 1], [2, 1], [3, 1.2], [4, 1], [5, 0.8], [6, 1]]) >>>...np.array([[1, 0], [1, 6.1], [1, 0], [1, 4], [3.2, 1], [0, 4]])...
    scikit-learn.org/stable/_sources/modules/decomposition.rst.txt
    Fri May 24 12:15:00 UTC 2024
      45.8K bytes
      1 views
     
  9. ensemble.rst.txt

    1, 2, np.nan]).reshape(-1, 1) >>> y = [0, 0, 1, 1] >>> gbdt...np.nan, 1, 2, np.nan]).reshape(-1, 1) >>> y = [0, 1, 0, 0, 1] >>>...
    scikit-learn.org/stable/_sources/modules/ensemble.rst.txt
    Fri May 24 12:15:00 UTC 2024
      72.8K bytes
     
  10. glossary.rst.txt

    ``[{0: 1, 1: 1}, {0: 1, 1: 5}, {0: 1, 1: 1}, {0: 1, 1: 1}]`` instead...instead of ``[{1:1}, {2:5}, {3:1}, {4:1}]``. The ``class_weight``...
    scikit-learn.org/stable/_sources/glossary.rst.txt
    Fri May 24 12:15:01 UTC 2024
      89.4K bytes
      1 views
     
Back to top