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.
Execute python JSONDecode error
what does this error means and how do I check for the specific line? I am simply trying to read a dataset through "Execute Python" operator.
Tagged:
0
Best Answer
-
MartinLiebig Administrator, Moderator, Employee, RapidMiner Certified Analyst, RapidMiner Certified Expert, University Professor Posts: 3,529 RM Data ScientistHi,looks like the dataset you pipe in has some special signs in it? Maybe unprintable ASCII signs?Best,Martin- Sr. Director Data Solutions, Altair RapidMiner -
Dortmund, Germany1
Answers
thanks. I was able to identify the problem, just needed to convert the column to nominal from numerical.