Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1 - 10 of 25 for s (0.15 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
    Sun Jun 29 19:04:30 UTC 2025
      41.1K bytes
      6 views
     
  2. model_evaluation.rst.txt

    :math:`s`, i.e. :math:`y_s := \left\{(s', l) \in y | s' = s\right\}`...:math:`\frac{1}{\left|S\right|} \sum_{s \in S} P(y_s, \hat{y}_s)` | :math...
    scikit-learn.org/stable/_sources/modules/model_evaluation.rst.txt
    Fri Jun 27 15:51:05 UTC 2025
      132.2K bytes
      2 views
     
  3. plot_discretization_strategies.rst.txt

    set_title("strategy='%s'" % (strategy,), size=14) i +=...
    scikit-learn.org/stable/_sources/auto_examples/preprocessing/plot_discretization_strategies.rst.txt
    Sun Jun 29 19:04:30 UTC 2025
      5.9K bytes
     
  4. plot_multi_metric_evaluation.rst.txt

    sample_score_mean = results["mean_%s_%s" % (sample, scorer)] sample_score_std...sample_score_std = results["std_%s_%s" % (sample, scorer)] ax.fill_between(...
    scikit-learn.org/stable/_sources/auto_examples/model_selection/plot_multi_metric_evaluation.rst.txt
    Sun Jun 29 19:04:31 UTC 2025
      6.6K bytes
     
  5. 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 Jun 30 13:50:31 UTC 2025
      78.8K bytes
      9 views
     
  6. 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 Jun 27 15:51:03 UTC 2025
      16.6K bytes
      4 views
     
  7. 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
    Sun Jun 29 19:04:30 UTC 2025
      10.1K bytes
     
  8. 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
    Sun Jun 29 19:04:30 UTC 2025
      43.4K bytes
     
  9. 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
    Thu Jun 26 15:26:23 UTC 2025
      10.5K bytes
      1 views
     
  10. plot_pca_iris.rst.txt

    the Iris dataset ---------- Let's first plot the pairs of features...sepal width and length, there's still overlap between the Versicolor...
    scikit-learn.org/stable/_sources/auto_examples/decomposition/plot_pca_iris.rst.txt
    Wed Jun 25 07:40:40 UTC 2025
      6.4K bytes
     
Back to top