Releases: yanniedog/prediction
Releases · yanniedog/prediction
0.2.0-alpha
First iteration after the major revamp which passed tests with 73% coverage across the distro.
This is still very buggy and needs hands-on testing
What's Changed
- Fix final lag annotation in prediction plot by @yanniedog in #1
- Testing of 'testing' branch complete for 73% coverage, no errors by @yanniedog in #2
New Contributors
- @yanniedog made their first contribution in #1
Full Changelog: v0.1.1...0.2.0-alpha
0.1.1
- Removed scale-equivalent indicators (ie, those which use the the same scale as the price data), add scale-invariant ta-lib and pandas-ta indicators
- Correctly implemented deletion of correlation_leaderboard.db and all txt files in the report directory, when the user requests to delete all previous work when running main.py
TO DO:
- confirm leaderboard etc work correctly when NOT deleting previous work, and just attempting to UPDATE the leaderboard etc
NOTE:
This is the final release before attempting to combine multiple indicators together to give sophisticated prediction forecasts.
This current release appears to work satisfactorily.