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.

Warning when using "Read AML" operator

KrafNKrafN Member Posts: 13 Contributor II
Whenever I use this operator to read some data set, I get the following warning message:

"DataRowFactory.string2Double(String): 'nan' is not a valid number!"


Could anyone help me out here on how this might be caused?

Answers

  • landland RapidMiner Certified Analyst, RapidMiner Certified Expert, Member Posts: 2,531 Unicorn
    Hi,
    yes I can. The String "nan" is simply not a number. It can't parse it, also "nan" probably stands for "Not a Number" a value of double variables used by rapidminer to encode missing values internally.

    Greetings,
      Sebastian
Sign In or Register to comment.