statistics
Here are 6,203 public repositories matching this topic...
-
Updated
Jan 4, 2021 - Jupyter Notebook
-
Updated
Feb 12, 2021 - TypeScript
-
Updated
Feb 12, 2021 - Jupyter Notebook
-
Updated
Feb 11, 2021 - JavaScript
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
Jan 11, 2021 - HTML
-
Updated
Feb 13, 2021 - Elixir
-
Updated
Feb 10, 2021 - Python
-
Updated
Feb 13, 2021 - Java
Improve examples such that they are more incremental (in the import etc) without following strictly PEP8. It will make it nicer to read on the gallery generated online.
-
Updated
Oct 22, 2019 - Jupyter Notebook
-
Updated
Feb 5, 2021 - Shell
-
Updated
Nov 18, 2020 - C#
-
Updated
Feb 13, 2021 - Python
tfd.Categorical.quantile not working
-
Updated
Jan 28, 2021 - C++
-
Updated
Feb 14, 2021 - Go
-
Updated
Jan 27, 2021
-
Updated
Feb 12, 2021 - JavaScript
-
Updated
Feb 12, 2021 - Java
-
Updated
Feb 8, 2021 - JavaScript
-
Updated
Jan 15, 2021 - C#
-
Updated
Feb 3, 2021 - PHP
-
Updated
May 14, 2020
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
Oct 19, 2020 - Python
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."


Most functions in
scipy.linalgfunctions (e.g.svd,qr,eig,eigh,pinv,pinv2...) have a default kwargcheck_finite=Truethat we typically leave to the default value in scikit-learn.As we already validate the input data for most estimators in scikit-learn, this check is redundant and can cause significant overhead, especially at predict / transform time. We should probably a