Add a simple version of predictive models

This commit is contained in:
Alexander Hess 2018-09-05 19:44:00 +02:00
commit 04403b7603
4 changed files with 6416 additions and 30 deletions

View file

@ -17,6 +17,7 @@ seaborn = "*"
missingno = "*"
sklearn = "*"
statsmodels = "*"
tqdm = "*"
[dev-packages]
black = "*"