A toolkit for predicting the future using well established time series analysis tools.
Try different time series analysis tool with the following workflow:
- Select a framework (agent) with init parameters
- Train different parameters to find the right configuration
- Predict the future
An agent integrate a framework into Clairvoyant.
List of implemented agents:
- ProphetAgent: Supports the Facebook's Prophet procedure
Install the dependencies:
make install
Run the tests:
make test