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

Refactor predictors to follow TDD #24

Open
an3m0na opened this issue Jul 26, 2016 · 0 comments
Open

Refactor predictors to follow TDD #24

an3m0na opened this issue Jul 26, 2016 · 0 comments

Comments

@an3m0na
Copy link
Owner

an3m0na commented Jul 26, 2016

This is needed for using TDD for the simulator (which is needed because the simulator should be standalone and extendable). Steps:

  1. refactor predictors to construct history objects either by compacting historical profiles or through other means
    1.1. prediction model should be an interface, compacted history model should be abstract
    1.2. the creation of the historical objects should not be dependent on a database connection
  2. base all predictions on these prediction models
  3. update these models at runtime
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant