Decision Tree Algorithms: My learning approach in brief
Anangsha Halder
AI Intern@FarmoidRobotech| |Ex-Automation Dev. Intern@RPAClick | | Ex-Intern @CodeClause,Sync Intern's,Pinnacle Labs | | AI & ML Enthusiast | | Python Lover | | 142 AIR in CIT | | Eager to Contribute to the World of AI
A Decision Tree is a machine learning approach that uses an inverted-tree-like structure to model the relationship between the dependent and the independent variables. It is a supervised machine learning algorithm that is widely used. The most exciting part is that it can be used for both classification as well as regression models i.e. if we take the dependent variable as categorical or discrete(y/n, T/F, 0/1), then we build Classification Tree; when the dependent variable is continuous (age, income, salary, weather conditions), we build Regression Tree. Under the guidance of Frederick Nwanganga throughout the whole journey of learning this ML approach, the key points which I want to highlight are: