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
Error on Keras Model
alfonso_gordill
Member Posts: 4 Contributor I
Unsupported Pandas Version
"The Current Version is 1.0.1 of the Pandas module for Python is not supported.
Please maker sure that the pandas module for Python has at least version 0.12.0"
If Pyhon local installation from Anaconda had Pandas Vesrion 1.0.1 why Keras Model Inside of RapidMiner Keras Operators is asking to down to a previous version of Pandas ?
"The Current Version is 1.0.1 of the Pandas module for Python is not supported.
Please maker sure that the pandas module for Python has at least version 0.12.0"
If Pyhon local installation from Anaconda had Pandas Vesrion 1.0.1 why Keras Model Inside of RapidMiner Keras Operators is asking to down to a previous version of Pandas ?
Tagged:
0
Best Answer
-
varunm1 Member Posts: 1,207 UnicornHello @alfonso_gordill
Yep, there is an issue with keras extension and currently it is not supported as RM is working on java based DL extension. This keras extension is so specific about version of packages we install.
If you want to use keras, I recommend you use it with python or jupyter notebook extension in rapidminer rather than keras extension.
If you want to still try this keras extension, check below thread and install exact versions. Still there is no guarantee it works based on my experience
https://community.rapidminer.com/discussion/comment/54662#Comment_54662
Regards,
Varun
https://www.varunmandalapu.com/Be Safe. Follow precautions and Maintain Social Distancing
5
Answers
Both Anaconda's installations Windows and MAC have the same Pandas Version but the error is only in Windows RapidMiner no problem with my MAC Rapidminer Keras process.
Please let me know why I have the error only in my Windows box
Can you please make sure you have Python Scripting 9.6.0, that is the first version officially supporting Pandas 1.0+ (as that Pandas version came out later than earlier extension versions).
Also, the Python Scripting settings on the Preferences dialog should point to the Python binary / environment you want to use, that may be a difference between the two setup. When you click on Test, it should list the Pandas version found.
Best,
Peter
Unfortunately we can't just patch rxm_keras-1.0.3.jar as it is digitally signed.
I can't use the DL4J extension as it doesn't support many of the Keras extension eg custom loss functions, GRU RNN etc
And quite frankly, whats the point of a GUI like Rapidminer if we have to drop back to python (as varrunm1 suggestion) anyway?
The keras extension was perfect - let's keep the visual coding where possible, it's great for teaching
Please make sure you are running the latest Python Scripting extension version (9.9+).
Regarding Keras, please consider varunm1's remarks above.
Best,
Peter