MLBazaar / mit-d3m

MIT tools to work with datasets in the D3M format.
MIT License
8 stars 7 forks source link

Use keras_preprocessing dependency #21

Closed micahjsmith closed 3 years ago

micahjsmith commented 3 years ago

From keras, we only use keras.preprocessing.image, which is actually packaged separately. Installs keras_preprocessing accordingly. The image extra is needed for the load_img functionality to work.

See https://github.com/keras-team/keras-preprocessing/blob/master/setup.py for details on [image] extra

Resolves #20