Skip to content

mwijaya3/SP_500

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

S&P500 ML & Regression Models

Project created with the goal of using SVM Convex Optimization to classify attributes of S&P 500 securities.

Requirements

The project is written in Python 3. It uses the following packages:

Options

python fetch.py -h prints:

usage: fetch.py [-h] [-d] [-l] [-s SYM] [-S SYM]

optional arguments:
  -h, --help         show this help message and exit
  -d, --data         save current S&P data to {TODAY}.csv
  -l, --list         list S&P Companies with sectors
  -s SYM, --sym SYM  print all data for symbol "SYM"
  -S SYM, --SYM SYM  print filtered data for symbol "SYM"

About

Convex and Non-Convex Classification of S&P 500 Stocks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages