1 min readOct 18, 2019
hi, Thanks for the article. I am trying to use keras API on spark. I have keras installed on the machine and it was working fine without spark. But when I try to use it via Keras2DML it keeps throwing Importerror in systemml/mllearn/estimators.py file that “no module named keras”, even though it is getting imported inside the file (estimators.py).
Could you tell me what could I be missing ?