Add feature transformations (e.g. Box-Cox)

This commit is contained in:
Alexander Hess 2018-09-03 15:57:24 +02:00
commit 069691cca1
7 changed files with 5025 additions and 89 deletions

View file

@ -12,8 +12,10 @@ xlrd = "*"
xlwt = "*"
tabulate = "*"
requests = "*"
matplotlib = "*"
seaborn = "*"
missingno = "*"
sklearn = "*"
[dev-packages]
black = "*"