Customer Data-Driven Light Shows with Wootric, Slack, and Python
Smart lights have been maturing into a usable technology for a few years now. I was about to pull the trigger on a system for home when… (more…)
Read more »
A decision tree can be visualized. A decision tree is one of the many Machine Learning algorithms.
It’s used as classifier: given input data, it is class A or class B? In this lecture we will visualize a decision tree using the Python module pydotplus and… Read more