1

Please, did anyone try to run CHAID algorithm on continuous predictors ??

At first, I used SPSS Modeler and it worked fine.

but when I tried it on Python 3.6, it didn't work for me.

Thanks :)

P.S. CHAID package could be found here : https://github.com/Rambatino/CHAID

eli-k
  • 10,898
  • 11
  • 40
  • 44
Ahmed Al
  • 11
  • 2

1 Answers1

2

I'm the author of that library.

It's usually better to post on the issues tab on the github repo as questions have more visibility there.

Unfortunately, with regards to continuous predictors, they need to be binned first before they can be run using CHAID. We haven't implemented a binning strategy as it's very subjective (SPSS makes a lot of decisions under the hood).

Rambatino
  • 4,716
  • 1
  • 33
  • 56