Predictive Analytics Tool 1.0
itout any need to programming Predictive Analytics Tool let users to apply following prediction methods to their *.csv or *.xlsx data:
- Linear Regression
- Logistic Regression
- Decision Tree Classification
Manuals and sample datas are included.
In statistics, linear regression is a linear approach to modelling the relationship between a scalar response and one or more explanatory variables.
In statistics, the logistic model is used to model the probability of a certain class or event existing such as pass/fail, win/lose, alive/dead or healthy/sick.
A Decision Tree is a simple representation for classifying examples. It is a Supervised Machine Learning where the data is continuously split according to a certain parameter.