#13 Machine Learning & Data Science Challenge 13
How to handle a decision tree for numerical and categorical data?
Decision trees can handle both categorical and numerical variables at the same time as features. There is not any problem with doing that.
Every split in a decision tree is based on ...
bhagirathkd.hashnode.dev1 min read