Due to recent updates, all users are required to create an Altair One account to login to the RapidMiner community. Click the Register button to create your account using the same email that you have previously used to login to the RapidMiner community. This will ensure that any previously created content will be synced to your Altair One account. Once you login, you will be asked to provide a username that identifies you to other Community users. Email us at Community with questions.
Zero division error
chinrenjie
Member Posts: 8 Learner III
I have encountered the error as shown (Zero Division Error) while running the Keras Model. May anyone give me some advice to solve the error. Your help is highly appreciated. Thank you.
Tagged:
0
Best Answer
-
pschlunder Employee, RapidMiner Certified Analyst, RapidMiner Certified Expert, RMResearcher, Member Posts: 96 RM Research
Hi @chinrenjie,
it seems that you didn't define the input_shape (1st option of the Keras Model Operator) correctly (and used a zero for the number of features) or your provided data set contains no columns. Checkout the definition of the input shape in the slide deck provided with out Keras webinar or in the official Keras docu.
We also have a longer thread with reoccurring questions regarding the Keras extension here.
Regards,
Philipp
0