Post by Author : Shubhangi_Hora

Introduction to Decision Trees in Supervised Learning

The Decision Tree algorithm is a type of tree-based modeling under Supervised Machine Learning. Decision Trees are primarily used to solve classification problems (the algorithm, in this case, is called the Classification Tree), but they can also be used to solve regression problems (the algorithm, in this case, is called the Regression Tree). The concept of trees is found in

Continue reading

Performance Metrics for Regression Problems in Machine Learning

Performance metrics are numbers that help measure the efficiency of your machine-learning algorithm and determine whether it’s solving the problem correctly. They also help compare and evaluate different algorithms for the same use case and determine which one you should go ahead with. The decision of which performance metric to use for your machine learning problem first depends on the

Continue reading

Need help?

Let us know about your question or problem and we will reach out to you.