🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

Keras Pandas module not found

User: "User51984"
New Altair Community Member
Updated by Jocelyn
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?

Find more posts tagged with

Sort by:
1 - 1 of 11
    User: "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).