timeseries-analysis
Here are 119 public repositories matching this topic...
There seems to be a lot of inconsistency in coding style. For example, the time series variable is as tsA instead of snake cased as ts_a. Python conventions are not being met within the code. This is fairly low priority, but something to consider; especially if many people contribute. I am not saying that this code base should follow Python standards - just a standard.
-
Updated
Jun 17, 2020 - Python
Describe the bug
There are unused variables in three temporal (t.) modules and some tests. It is not immediately clear if these can be just removed or they are actually supposed to be used and the code need to be fixed. Note that one is module option.
To Reproduce
Go to the temporal directory in GRASS GIS source code:
cd temporal
(Install Flake8 and) Run:
-
Updated
Nov 21, 2019
-
Updated
May 24, 2020 - Go
-
Updated
Feb 9, 2020 - Jupyter Notebook
-
Updated
Jan 8, 2019 - Python
-
Updated
Mar 31, 2020 - CSS
-
Updated
Jul 25, 2017 - Python
-
Updated
Nov 27, 2017 - Python
-
Updated
Jan 21, 2020 - Shell
-
Updated
Mar 25, 2020 - Jupyter Notebook
-
Updated
Nov 3, 2019 - Jupyter Notebook
-
Updated
Mar 21, 2020 - Jupyter Notebook
-
Updated
Dec 14, 2019 - Jupyter Notebook
-
Updated
Jan 3, 2020 - JavaScript
-
Updated
Nov 2, 2019 - Python
-
Updated
Jun 10, 2020 - Java
-
Updated
Oct 8, 2019 - Jupyter Notebook
-
Updated
Dec 4, 2018 - Jupyter Notebook
-
Updated
May 23, 2020 - Python
-
Updated
Sep 7, 2019 - Jupyter Notebook
-
Updated
May 29, 2020 - HTML
-
Updated
Nov 17, 2017 - MATLAB
-
Updated
Sep 22, 2019 - Jupyter Notebook
-
Updated
Jan 15, 2019 - Python
-
Updated
May 19, 2018 - C
-
Updated
Feb 22, 2018 - Jupyter Notebook
Improve this page
Add a description, image, and links to the timeseries-analysis topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the timeseries-analysis 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.