AxeldeRomblay / MLBox

MLBox is a powerful Automated Machine Learning python library.
https://mlbox.readthedocs.io/en/latest/
Other
1.49k stars 274 forks source link

Add dockerfile to support mlbox development #84

Closed jimthompson5802 closed 4 years ago

jimthompson5802 commented 5 years ago

@AxeldeRomblay
This PR provides a Dockerfile that can be used to support mlbox development. This provides more isolation and portability for development activities. This feature can also be used in conjunction with Python IDE that support integration with Docker, such as PyCharm Professional.

This docker file was validated by running the complete pytest test suite for mlbox. See attached log file: pytest_log.txt.