Hi ! I am doing Implementation a Machine Learning Model and Test the Training Algorithm on Data. I chose Decision tree as my algorithm. I need to make sure if my coding is right or not/
I am also finding difficult to test on my data. Any help would be appreciated.
Thank you !
Machine learning as you know is divided into three types of learning i.e Supervised learning , Unsupervised learning and Reinforcement learning.
The algorithm you've choosen is a part of Regression ( Supervised learning ),and you know supervised learning has also two parts Regression and classification.
In my thought you've taken a write decision to choose the supervised learning algo i.e decision tree as it allows you to collect data or produce a data output from previous experience,it helps you to optimize performance criteria using experience and used to solve variuos types of real world computation problem.
There will be some difficulties while testing on your data as you said, the following might be the reasons : -
Get Answers For Free
Most questions answered within 1 hours.