Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1 - 10 of 20 for s (0.03 sec)

  1. 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 17 16:55:53 UTC 2024
      77.9K bytes
      7 views
     
  2. 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
    Fri May 17 16:55:52 UTC 2024
      16.5K bytes
      3 views
     
  3. 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 17 16:55:51 UTC 2024
      39.9K bytes
      6 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
    Fri May 17 16:55:52 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 17 16:55:53 UTC 2024
      43.4K bytes
     
  6. plot_kmeans_digits.rst.txt

    3f}s\t{:.0f}\t{:.3f}\t{:.3f}\t{:.3...centroids[:, 1], marker="x", s=169, linewidths=3, color="w",...
    scikit-learn.org/stable/_sources/auto_examples/cluster/plot_kmeans_digits.rst.txt
    Fri May 17 16:55:52 UTC 2024
      10.2K bytes
      1 views
     
  7. 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 17 16:55:52 UTC 2024
      91.9K bytes
     
  8. 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 17 16:55:51 UTC 2024
      45.8K bytes
      1 views
     
  9. install.rst.txt

    Linux ---------- Alpine Linux's package is provided through the...Arch Linux ---------- Arch Linux's package is provided through the...
    scikit-learn.org/stable/_sources/install.rst.txt
    Fri May 17 16:55:51 UTC 2024
      13.5K bytes
      1 views
     
  10. v1.4.rst.txt

    estimator's `fit`, the scorer, and the CV splitter's `split`....the parent node's histogram as children node's histogram in the...
    scikit-learn.org/stable/_sources/whats_new/v1.4.rst.txt
    Fri May 17 16:55:53 UTC 2024
      47K bytes
     
Back to top