Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1 - 10 of 23 for 1 (0.04 sec)

  1. 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
    Sat May 04 16:42:14 UTC 2024
      39.9K bytes
      6 views
     
  2. 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
    Mon May 06 15:51:01 UTC 2024
      14.3K bytes
      1 views
     
  3. plot_release_highlights_1_4_0.rst.txt

    1, 6, np.nan]).reshape(-1, 1) y = [0, 0, 1, 1] forest...<td>1.0</td><td>0.0</td></tr><tr><td>-1.293993</td><td>1.0</...
    scikit-learn.org/stable/_sources/auto_examples/release_highlights/plot_release_highlights_1_4_0.r...
    Sat May 04 16:42:14 UTC 2024
      40.9K bytes
     
  4. linear_model.rst.txt

    array([[1, 0, 0, 0], [1, 0, 1, 0], [1, 1, 0, 0], [1, 1, 1, 1]]) >>>...1.e-05, 1.e-04, 1.e-03, 1.e-02, 1.e-01, 1.e+00, 1.e+01, 1.e+02, 1.e+03,...
    scikit-learn.org/stable/_sources/modules/linear_model.rst.txt
    Mon May 06 15:50:59 UTC 2024
      77.9K bytes
      7 views
     
  5. 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
    Mon May 06 15:51:00 UTC 2024
      10K bytes
     
  6. about.rst.txt

    btn-warning btn-big sk-donate-btn mb-1" href="https://numfocus.org/d...
    scikit-learn.org/stable/_sources/about.rst.txt
    Mon May 06 15:51:01 UTC 2024
      16.5K bytes
      3 views
     
  7. 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
    Mon May 06 15:51:00 UTC 2024
      52.7K bytes
     
  8. clustering.rst.txt

    1, 1, 1] >>> labels_pred = [0, 0, 1, 1, 2, 2] >>>...= [0, 0, 0, 1, 1, 1] >>> labels_pred = [0, 0, 1, 1, 2, 2] >>>...
    scikit-learn.org/stable/_sources/modules/clustering.rst.txt
    Sat May 04 16:42:14 UTC 2024
      91.9K bytes
     
  9. 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
    Mon May 06 15:51:01 UTC 2024
      10K bytes
     
  10. 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
    Mon May 06 15:51:00 UTC 2024
      45.8K bytes
     
Back to top