Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1 - 10 of 24 for 2 (0.21 sec)

  1. cross_validation.rst.txt

    2, 2, 2, 2] >>> groups = [1, 1, 2, 2, 3, 3, 3] >>>...test)) [2 3] [0 1] [1 3] [0 2] [1 2] [0 3] [0 3] [1 2] [0 2] [1 3]...
    scikit-learn.org/stable/_sources/modules/cross_validation.rst.txt
    Wed Jul 24 18:54:56 UTC 2024
      39.9K bytes
      6 views
     
  2. model_evaluation.rst.txt

    y_true = [2, 0, 2, 2, 0, 1] >>> y_pred = [0, 0, 2, 2, 0, 2] >>> ...y_true = [2, 0, 2, 2, 0, 1] >>> y_pred = [0, 0, 2, 2, 0, 2] >>> ...
    scikit-learn.org/stable/_sources/modules/model_evaluation.rst.txt
    Wed Jul 24 18:54:56 UTC 2024
      121.5K bytes
      2 views
     
  3. feature_selection.rst.txt

    k=2).fit_transform(X, y) >>> X_new.shape (150, 2) These...estimation. Note that the :math:`\chi^2`-test should only be applied to...
    scikit-learn.org/stable/_sources/modules/feature_selection.rst.txt
    Thu Jul 25 19:41:20 UTC 2024
      14.2K bytes
      1 views
     
  4. linear_model.rst.txt

    x_1 + w_2 x_2 + w_3 x_1 x_2 + w_4 x_1^2 + w_5 x_2^2 The (sometimes...:math:`[x_1, x_2]` to :math:`[1, x_1, x_2, x_1^2, x_1 x_2, x_2^2]`, and...
    scikit-learn.org/stable/_sources/modules/linear_model.rst.txt
    Thu Jul 25 19:41:20 UTC 2024
      78.3K bytes
      8 views
     
  5. about.rst.txt

    grid:: 2 2 4 4 :class-row: image-subgrid...
    scikit-learn.org/stable/_sources/about.rst.txt
    Sat Jul 20 21:29:31 UTC 2024
      15.9K bytes
      3 views
     
  6. feature_extraction.rst.txt

    2.0986]}{\sqrt{\big(3^2 + 0^2 + 2.0986^2\big)}} = [...\frac{v}{||v||_2} = \frac{v}{\sqrt{v{_1}^2 + v{_2}^2 + \dots + v{_n}^2}}`....
    scikit-learn.org/stable/_sources/modules/feature_extraction.rst.txt
    Fri Jul 26 08:35:06 UTC 2024
      43.6K bytes
     
  7. contributing.rst.txt

    2. Fork the `project repository...scikit-learn 4. Follow steps 2-6 in :ref:`install_bleeding_edge`...
    scikit-learn.org/dev/_sources/developers/contributing.rst.txt
    Fri Jul 12 15:12:47 UTC 2024
      61.3K bytes
      1 views
     
  8. supervised_learning.rst.txt

    toctree:: :maxdepth: 2 modules/linear_model modules/lda_qda.rst...
    scikit-learn.org/stable/_sources/supervised_learning.rst.txt
    Wed Jul 24 18:54:56 UTC 2024
      538 bytes
     
  9. grid_search.rst.txt

    +--------- | 3 * 2 = 6 | 70 // 2 = 35 | +--------- | 6 * 2 = 12 | 35...35 // 2 = 17 | +--------- | 12 * 2 = 24 | 17 // 2 = 8 | +---------...
    scikit-learn.org/stable/_sources/modules/grid_search.rst.txt
    Wed Jul 24 18:54:56 UTC 2024
      32.8K bytes
      2 views
     
  10. preprocessing.rst.txt

    2. , 1. , 0.1], [4.4, 2.2, 1.1, 0.1], [4.4, 2.2, 1.2, 0.1],...:math:`(X_1, X_2)` to :math:`(1, X_1, X_2, X_1^2, X_1X_2, X_2^2)`. In...
    scikit-learn.org/stable/_sources/modules/preprocessing.rst.txt
    Fri Jul 26 08:35:04 UTC 2024
      53K bytes
     
Back to top