Keras Pandas module not found

User51984
User51984 New Altair Community Member
edited November 5 in Community Q&A
I have RM 9.8.000 and Anaconda 3. I have installed Keras extension and tried to run the Keras Samples -> iris-classification. Got the above error. It seems strange because I have no problems running the Jupiter from a Python module. Any suggestions?
Tagged:

Answers

  • jacobcybulski
    jacobcybulski New Altair Community Member
    You have probably installed Tensorflow / Keras in a specific Anaconda environment. However, Keras is an older extension and cannot identify Anaconda environments. When you configure the Keras extension, you will need to select Python from your Keras environment, i.e. you will need to explicitly navigate to that environment and select it from there. Make sure that Pandas and numerous other packages are installed in that environment as well. Note that a newer Deep Learning extension will allow building exactly the same deep learning models as in Keras but it is supported in RapidMiner natively, so there is no need to install Anaconda, Tensorflow or Keras, all you need is the ND4J extension (in addition to DL).