Hi, I am trying to prepare a Churn Model through Node : RProp MLP Learner. Though in this, I am getting the error as Only double columns for input.
The data set I am using has the Churn values as “True.” and “False.”, for the same I converted it to Number using the Node “Category to Number” as 0 and 1. Therefore, I am not sure if the error is coming because of this issue or something else is leading to the error.
Please advice.
Thanks
Pooja