
Decision Tree: Gini
Accuracy achieved: 50%.
This project aims at comparatively developing and testing various ML classification algorithms on stock prices. The project accepts a list of tickers and time range as input and outputs 1 or 0 for each stock; 1 if it's going up or 0 if it's going down.
Some factors the algorithm will take into the consideration include various financial indicators like Price-to-Earnings, Price-to-Book, Debt-to-Equity, etc. along with various return statistics and Asset sentiment.
Name: Dr. Yip Chi Lap [Beta]
Email: clyip@cs.hku.hk
Telephone: +852 28578431
Office: Room 113, Main Building
Website: https://i.cs.hku.hk/~clyip/
Name: Sumer Malhotra
Degree: Bachelor of Engineering in Engineering Science
Major: Computing & Data Analytics; Minor: Finance
Email: sumermalhotra1998@gmail.com
Telephone: +852 67486785
Collect time series financial data from various sources.
Statistical analysis with pandas, numpy and scikit-learn.
Sentiment analysis with NLTK Vader and TextBlob.
Machine learning using scikit-learn.
Continously working towards improving accuracy.