Skip to content

julianbolts/simple-finance-ml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Simple Finance Machine Learning

A simple project space for learning and experimenting with traditional ML techniques for financial data, like Random Forest classifiers and Gradient Boosting. Backtests are included as well.

We will look at data from the classic yahoo finance API, as well as Alpaca API and Numerai.

While these are relatively naive approaches to trading, and I would not implement them as shown here, it is good practice for understanding the building blocks of ML for financial data / quant finance.

See the notebooks live on Google collab:

  • Project 1: find probability of positive MSFT price movement using Random Forests (naive approach)

  • Project 2: find probability of positive S&P 500 price movement using Random Forests (naive approach)

About

basic ML exercises on financial market data

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors