Визуализировать алгоритм классификации ⇐ Python
-
Гость
Визуализировать алгоритм классификации
I’m working on a classification problem and I’m using a decision tree model. I would like to visualize the decision tree to understand the major rules that lead to a ‘yes’ label. Could someone recommend a Python library or code snippet that can help with this? Additionally, are there other classification algorithms that are good for rule extraction, and if so, how can I extract rules using those algorithms?
Источник: https://stackoverflow.com/questions/780 ... -algorithm
I’m working on a classification problem and I’m using a decision tree model. I would like to visualize the decision tree to understand the major rules that lead to a ‘yes’ label. Could someone recommend a Python library or code snippet that can help with this? Additionally, are there other classification algorithms that are good for rule extraction, and if so, how can I extract rules using those algorithms?
Источник: https://stackoverflow.com/questions/780 ... -algorithm