regression-models
Here are 710 public repositories matching this topic...
Hey Contributor!
Thanks for checking out HyperLearn!! Super appreciate it.
Since the package is new (only started like August 27th)..., Issues are the best place to start helping out, and or check out the Projects tab. There's a whole list of stuff I envisioned to complete.
Also, if you have a NEW idea: please post an issue and label it new enhancement.
In terms of priorities, I wanted
For discussion, see IndrajeetPatil/ggstatsplot#333 (comment)
-
Updated
Jun 8, 2020 - HTML
-
Updated
Aug 3, 2019 - Python
-
Updated
May 28, 2020 - Jupyter Notebook
-
Updated
Nov 26, 2018 - Java
-
Updated
Oct 31, 2018 - Jupyter Notebook
-
Updated
May 28, 2020 - R
-
Updated
Feb 18, 2020 - Python
-
Updated
Jan 19, 2017 - Python
-
Updated
Feb 27, 2018 - R
-
Updated
May 20, 2020 - Jupyter Notebook
-
Updated
Dec 10, 2018 - Python
-
Updated
Mar 30, 2018 - Python
-
Updated
Dec 3, 2018 - Java
-
Updated
Jun 2, 2020 - Python
-
Updated
Jun 8, 2020 - R
-
Updated
May 6, 2020 - Stan
-
Updated
May 28, 2020 - R
The alpha for style = "dotwhisker" has been deprecated. Instead, users can specify conf.level to change the range of the whisker through broom:tidy.
Need to correct the relevant descriptions in the vignette.
dwplot(m1, alpha = 0.01) # not work
dwplot(m1, conf.level = .90)Check line 249-250 of dwplot.R, though
-
Updated
Feb 21, 2019 - TeX
-
Updated
Apr 3, 2020 - Python
-
Updated
Jun 4, 2020 - Jupyter Notebook
-
Updated
Mar 7, 2020 - Python
-
Updated
Sep 14, 2017 - Python
docstrings
- model
- base
- efs
- ffx
- sindy
- utils
- preprocessing
Improve this page
Add a description, image, and links to the regression-models topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the regression-models topic, visit your repo's landing page and select "manage topics."
Need to do some better handling of low-observation models in
plot_diagnostics. These are models that shouldn't really be estimated, and we can't really make the plots work, but we shouldn't raise exceptions.