Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1 - 10 of 23 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. 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
     
  4. 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
     
  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. 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
    Sun May 19 20:00:38 UTC 2024
      10.2K bytes
      1 views
     
  7. install.rst.txt

    `python3-pip` from your distribution's package manager. Now create a...Linux ---------- Alpine Linux's package is provided through the...
    scikit-learn.org/stable/_sources/install.rst.txt
    Fri May 31 14:06:06 UTC 2024
      12.6K bytes
      1 views
     
  8. 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 31 14:06:06 UTC 2024
      46.8K bytes
     
  9. v1.3.rst.txt

    :ref:`Metadata routing <metadata_routing>`'s related base methods are included...currently keeps a namedtuple's class if `transform` returns a...
    scikit-learn.org/stable/_sources/whats_new/v1.3.rst.txt
    Fri May 31 14:06:06 UTC 2024
      44.2K bytes
     
  10. ensemble.rst.txt

    _Why_it's_faster: Why it's faster ^^^^^^^^^^ The...construction (see :ref:`Why it's faster <Why_it's_faster>`). In contrast,...
    scikit-learn.org/stable/_sources/modules/ensemble.rst.txt
    Fri May 31 14:06:06 UTC 2024
      72.8K bytes
     
Back to top