yandexdataschool / modelgym

Gym for predictive models
Apache License 2.0
17 stars 19 forks source link

Import sub-packages #39

Closed shir994 closed 6 years ago

shir994 commented 6 years ago

Currently setup.py script does not install model gym.utils and other sub-packages that aren't explicitly imported. Here's a fix/

Alternatively, just import them in modelgym/init.py