Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backtesting prediction #169

Merged
merged 19 commits into from Mar 14, 2021
Merged

Backtesting prediction #169

merged 19 commits into from Mar 14, 2021

Conversation

DidierRLopes
Copy link
Collaborator

@DidierRLopes DidierRLopes commented Mar 13, 2021

The code is a bit of a mess, but it's working :)

The user enters in "backtesting mode" when it sets the flag "-e" for end_date when in prediction.

The different features are:

  • Normal plot shows what is the actual data vs the predicted
  • A new plot that shows in better detail actual data vs predicted, and error in percentage
  • Prints the actual data vs predicted vs error percentage
  • Prints some KPIs, such as RMSE, MAE, MAPE

Captura de ecrã 2021-03-13, às 22 54 18

@DidierRLopes DidierRLopes added the feat L Large T-Shirt size Feature label Mar 13, 2021
@DidierRLopes DidierRLopes merged commit e19fc33 into main Mar 14, 2021
@DidierRLopes DidierRLopes deleted the backtesting-prediction branch March 15, 2021 23:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat L Large T-Shirt size Feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants