statistics
Here are 8,473 public repositories matching this topic...
-
Updated
Oct 5, 2021 - Jupyter Notebook
-
Updated
Sep 29, 2021 - TypeScript
-
Updated
Oct 5, 2021 - Elixir
-
Updated
Oct 6, 2021 - JavaScript
-
Updated
Oct 5, 2021 - Jupyter Notebook
Collection of follow-ups to #5827. These can/should be broken out into individual PRs. Many are relatively straightforward and would make a good first PR.
General
- Documentation (none was added in original PR).
- Release notes.
- Example notebook.
- Double-check how
sm.tsa.arima.ARIMAworks withfix_params(it should fail except when the fit method isstatespace
-
Updated
May 14, 2021 - HTML
-
Updated
May 19, 2021 - Python
Describe the issue linked to the documentation
In the section https://imbalanced-learn.org/stable/under_sampling.html#prototype-selection the selected subset S' should be a (strict) subset, not and element of S.
Suggest a potential alternative/fix
Change \in to \subset in doc/under_sampling.rst.
-
Updated
Sep 3, 2021 - Java
-
Updated
Aug 19, 2021 - Shell
-
Updated
Oct 22, 2019 - Jupyter Notebook
-
Updated
Oct 5, 2021 - C
-
Updated
Nov 18, 2020 - C#
-
Updated
Sep 29, 2021 - Python
Are there any plans to add a Zero-Inflated Poisson (ZIP) and Zero-Inflated Negative Binomial (ZINB) to TFP? Those are usually very common distributions in other packages, and it shouldn't be hard to implement.
-
Updated
Jan 28, 2021 - C++
-
Updated
Jul 1, 2021 - Java
-
Updated
Oct 4, 2021
Since the default output is meant to be human-readable, would it make sense to add thousands separators to make the output more easily readable?
-
Updated
Sep 30, 2021 - Java
-
Updated
Sep 30, 2021 - JavaScript
-
Updated
Oct 1, 2021 - JavaScript
-
Updated
Sep 20, 2021 - C#
-
Updated
Sep 7, 2021 - PHP
-
Updated
Feb 17, 2021
Improve this page
Add a description, image, and links to the statistics topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the statistics topic, visit your repo's landing page and select "manage topics."
Describe the issue linked to the documentation
Use
:doi:and:arxiv:directives for references in the documentation as is done in scipy in scipy/scipy#12858.Suggest a potential alternative/fix
No response