machine learning
Machine learning using decision tree algorithm in python
Decision tree algorithm is very basic method to predict result of given input using the pre-known data (knowledge) . Let us see how this can be used in machine learning to do predictions. To start with, you need python scikit-learn module Think of a problem statement…say predicting a domestic animal with its height, length and […]