what is best split in decission tree?
Answers
Answered by
1
Answer:
Decision trees are a machine learning technique for making predictions. They are built by repeatedly splitting training data into smaller and smaller samples. This post will explain how these splits are chosen.
If you want to create your own decision tree, you can do so using this decision tree template.
Similar questions