Analyse the nominal predictors and add factor variables

This commit is contained in:
Alexander Hess 2018-09-05 00:48:12 +02:00
commit 9c684bc866
6 changed files with 7946 additions and 40 deletions

View file

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