Node : RProp MLP Learner -Error: Only double columns for input

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

@psharma_18 maybe you can check this example about the model type and the necessary data transformations

IMG_3851

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.