The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here

Keras Pandas module not found

User51984User51984 Member Posts: 7 Contributor II
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

  • jacobcybulskijacobcybulski Member, University Professor Posts: 391 Unicorn
    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).
Sign In or Register to comment.