Skip to content
#

time-series-analysis

Here are 1,274 public repositories matching this topic...

sktime
fkiraly
fkiraly commented Apr 10, 2022

The Aggregator incorrectly assumes that all hierarchy levels are named, in contrast to the specification of pd_multiindex_hier which does not. The estimator breaks when receiving input where at least one level is not named.

#2432 proposes a temp workaround, but this should be:

  • cleaned up so the inner logic of Aggregator no longer assumes it
  • tested, so we ensure in all estimators t
bug good first issue

Master the essential skills needed to recognize and solve complex real-world problems with Machine Learning and Deep Learning by leveraging the highly popular Python Machine Learning Eco-system.

  • Updated Oct 1, 2020
  • Jupyter Notebook

Time series Timeseries Deep Learning Machine Learning Pytorch fastai | State-of-the-art Deep Learning library for Time Series and Sequences in Pytorch / fastai

  • Updated Apr 11, 2022
  • Jupyter Notebook
flow-forecast
isaacmg
isaacmg commented May 14, 2021

We have a lot of antiquated docstrings that don't render well into ReadTheDocs. A kind of grunge (but incredibly useful) task would be to refactor these docstrings into proper ReadTheDocs format. This would allow us to render them effectively...

documentation help wanted good first issue
timemachines

next version move to https://github.com/billchen198318/hillfog, bambooBSC is an opensource Balanced Scorecard (BSC) Business Intelligence (BI) Web platform. BSC's Vision, Perspectives, Objectives of strategy, Key Performance Indicators (KPIs), Strategy Map, and SWOT, PDCA & PDCA report, Time Series Analysis.

  • Updated Jun 18, 2021
  • Java
iagochavarry
iagochavarry commented Jun 13, 2021

In the readme maybe separate automatic forecast into auto_ets and auto_arima, adding an example for the last:

model = auto_arima(log_air_passengers; seasonal = 12)

And in documentation improve the automatic forecast section adding working examples of auto-arima. Saying that is possible to fix an integration order, play with the parameters...

good first issue

Improve this page

Add a description, image, and links to the time-series-analysis topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the time-series-analysis topic, visit your repo's landing page and select "manage topics."

Learn more