R, SAS, Power BI Online Classes | Decision Tree in R

Decision tree mostly used in forecasting or predictive modelling. It is widely used in the data science for getting the relevant outcome. Mostly used in machine learning, data mining and developing the predictive model. Decision tree is a graph to represent choices and their results in form of a tree. The nodes in the graph represent an event or choice and the edges of the graph represent the decision rules or conditions. This is used in real data analysis so many examples are there /here listed few examples Predicting the loan—- bad or good credit/also known as risk management system Predicting the email—– spasm or not spasm Predicting the cancer——- carcinogenic/not carcinogenic So many examples are there, for coming to the end point lot of vigorous validation is required for fitting the model coz accuracy is matter. For decision tree required lot of training data’s or observed data. This can also determine by SAS by using the regression/multiple linear/logistic regression mode...