use binning for neural network?

Hi

I have a dataset with 200 rows and 200 columns, I have a workflow that uses decision tree learner and predictor to classify this data, but in the workflow before decision tree it use Auto-Binner for binning data,  now I want to create a new workflow that uses neural network on the same dataset, my question is that if I should have binning in my new workflow (with neural network)?

Hi Jacob,

the neural network and the decision tree learner can diretly use numerical data. So you don't need to bin the data before.

Best, Iris