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

Use user's KERAS_BACKEND env variable if set #10

Closed ncherel closed 7 years ago

ncherel commented 7 years ago

This gives the user a way to choose what framework he wants to use. Default to theano because it's the only one officially required from requirements.txt.

Fixing #9 How to set Keras Backend?