projectOrion

Stock Market Data Analysis

View project on GitHub

projectOrion

Stock Market Data Analysis

Contributors:

  • Ashutosh Upadhye
  • Amish Ranjan
  • Vishal Chaudhary

Repo Structure:

  • datasets_pro: Processed datasets to be used for APIs
  • datasets_raw: Raw datasets as obtained from NSEC
  • scripts : Python scripts

Status Log:

  • Sept 02, 2017 (14.03): Processing raw data to get the input for SVM Classifier.
  • Sept 02, 2017 (18.24): Implemented SVM.
  • Sept 09, 2017 (01.03): Implemented RF.
  • Sept 13, 2017 (16.41): Implemented SVM using LIBSVM.
  • Sept 17, 2017 (05.40): Implemented technical indicators in Random Forest and SVM.
  • Sept 18, 2017 (02.00): Extracting Technical Indicators while processing datasets.
  • Sept 18, 2017 (05.00): Implementing all the models.