Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

  1. 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
    Sat May 04 16:42:14 UTC 2024
      77.9K bytes
      7 views
     
  2. 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
    Sat May 04 16:42:15 UTC 2024
      10K bytes
     
  3. model_evaluation.rst.txt

    1, 1, 1, 1, 1] >>> y_pred = [0, 1, 0, 1, 0, 1, 0, 1] >>>...0, 0, 1, 1, 1, 1, 1] >>> y_pred = [0, 1, 0, 1, 0, 1, 0, 1] >>>...
    scikit-learn.org/stable/_sources/modules/model_evaluation.rst.txt
    Sat May 04 16:42:15 UTC 2024
      118.5K bytes
      2 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
    Sat May 04 16:42:14 UTC 2024
      14.3K bytes
      1 views
     
  5. index.rst.txt

    the release of scikit-learn 1.1! Many bug fixes and improvements...glr_plot_release_highlights_1_1_0_thumb.png :alt: :ref:`sphx...
    scikit-learn.org/stable/_sources/auto_examples/index.rst.txt
    Sat May 04 16:42:14 UTC 2024
      144.7K bytes
      5 views
     
  6. user_guide.rst.txt

    toctree:: :numbered: :maxdepth: 1 metadata_routing.rst...
    scikit-learn.org/stable/_sources/user_guide.rst.txt
    Sat May 04 16:42:14 UTC 2024
      626 bytes
     
  7. test.mm

    1"> <node TEXT="Lorem ipsum. (&#12525;&#12...
    raw.githubusercontent.com/codelibs/fess-testdata/master/xml/test.mm
    Sun May 05 00:00:29 UTC 2024
      196 bytes
      1 views
     
  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
    Sat May 04 16:42:15 UTC 2024
      10K bytes
     
  10. grid_search.rst.txt

    {'C': [1, 10, 100, 1000], 'kernel': ['linear']}, {'C': [1, 10,...``loguniform(1, 100)`` can be used instead of ``[1, 10, 100]``....
    scikit-learn.org/stable/_sources/modules/grid_search.rst.txt
    Sat May 04 16:42:14 UTC 2024
      33K bytes
      2 views
     
Back to top