Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1 - 10 of 22 for s (0.07 sec)

  1. cross_validation.rst.txt

    print("%s %s" % (train, test)) [2 3] [0 1]...in rkf.split(X): ... print("%s %s" % (train, test)) ... [2 3]...
    scikit-learn.org/stable/_sources/modules/cross_validation.rst.txt
    Wed May 15 13:59:41 UTC 2024
      39.9K bytes
      6 views
     
  2. linear_model.rst.txt

    " S. J. Kim, K. Koh, M. Lustig, S. Boyd and D. Gorinevsky,...Least Squares," S. J. Kim, K. Koh, M. Lustig, S. Boyd and D. Gorinevsky,...
    scikit-learn.org/stable/_sources/modules/linear_model.rst.txt
    Mon May 13 16:58:55 UTC 2024
      77.9K bytes
      7 views
     
  3. about.rst.txt

    contributors to scikit-learn's development and maintenance: .....issues. Instead, please see `What's the best way to ask questions...
    scikit-learn.org/stable/_sources/about.rst.txt
    Tue May 14 20:49:03 UTC 2024
      16.5K bytes
      3 views
     
  4. governance.rst.txt

    that takes place on the project's private mailing list. While it...pull requests in scikit-learn's repository. Maintainers ~~~~~~~~~~...
    scikit-learn.org/stable/_sources/governance.rst.txt
    Tue May 14 20:49:03 UTC 2024
      10K bytes
     
  5. feature_extraction.rst.txt

    constructor:: >>> def my_tokenizer(s): ... return s.split() ... >>> vectorizer...particularly fast to process, Python's ``dict`` has the advantages of...
    scikit-learn.org/stable/_sources/modules/feature_extraction.rst.txt
    Tue May 14 20:49:03 UTC 2024
      43.4K bytes
     
  6. clustering.rst.txt

    k) \leftarrow s(i, k) - max [ a(i, k') + s(i, k') \forall k'...Coefficient *s* for a single sample is then given as: .. math:: s = \frac{b...
    scikit-learn.org/stable/_sources/modules/clustering.rst.txt
    Tue May 14 20:49:02 UTC 2024
      91.9K bytes
     
  7. decomposition.rst.txt

    compensating for LSA's erroneous assumptions about textual...If we use all the :math:`x_i`'s as columns to form a matrix :math:`\mathbf{X}`...
    scikit-learn.org/stable/_sources/modules/decomposition.rst.txt
    Wed May 15 13:59:41 UTC 2024
      45.8K bytes
      1 views
     
  8. classes.rst.txt

    make_s_curve datasets.make_sparse_coded_signal...
    scikit-learn.org/stable/_sources/modules/classes.rst.txt
    Wed May 15 13:59:40 UTC 2024
      41.8K bytes
     
  9. grid_search.rst.txt

    and/or the predefined scorer name(s). See :ref:`multimetric_scoring`...
    scikit-learn.org/stable/_sources/modules/grid_search.rst.txt
    Wed May 15 13:59:40 UTC 2024
      33K bytes
      2 views
     
  10. glossary.rst.txt

    the object's definition, and accessible as the object's ``__doc__``...that constitute Scikit-learn's public API are largely documented...
    scikit-learn.org/stable/_sources/glossary.rst.txt
    Tue May 14 20:49:02 UTC 2024
      88.1K bytes
      1 views
     
Back to top