Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1 - 10 of 20 for s (0.03 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
    Fri May 31 14:06:06 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
    Fri May 31 14:06:06 UTC 2024
      78.3K bytes
      8 views
     
  3. about.rst.txt

    of consolidating 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
    Fri May 31 14:06:06 UTC 2024
      15.9K 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 Team**...
    scikit-learn.org/stable/_sources/governance.rst.txt
    Fri May 31 14:06:06 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
    Fri May 31 14:06:06 UTC 2024
      43.6K 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
    Fri May 31 14:06:06 UTC 2024
      92.6K 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
    Fri May 31 14:06:04 UTC 2024
      45.8K bytes
      1 views
     
  8. contributing.rst.txt

    it's recommended to first open an issue...Always use a feature branch. It's good practice to never work on...
    scikit-learn.org/dev/_sources/developers/contributing.rst.txt
    Fri May 31 14:06:03 UTC 2024
      60.7K bytes
      1 views
     
  9. 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
    Fri May 31 14:06:06 UTC 2024
      89.4K bytes
      1 views
     
  10. 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
    Fri May 31 14:06:06 UTC 2024
      32.8K bytes
      2 views
     
Back to top