Analysis of various machine learning algorithm for stock value prediction The code calculate the mean sqaure error for different machine learnig algorithm. Algorithm included are:-
- Linear Regression
- Logistic Regression
- KkNN
- Decision tree
- SVM
There are 5 sample datasets available in repository In code path string needs to be change to file name and then code must be run. It requires panda, numpy and sklearn to run.