Live data from Hacker News

Stock Market Machine Learning App for Your Laptop

news.ycombinator.com

1–2 of 2 posts

Stock Market Machine Learning App for Your Laptop

#1
I just finished writing spy611.com which is a web-app with a Python scikit-learn machine learning back-end.

The site uses Logistic Regression and Naive Bayes to predict the S & P 500.

It looks like Logistic Regression works better than Naive Bayes.

The web tier is written in Rails 5 which might not be as good as Django but can get the job done.

Rails 5 is new so I wanted to wrestle with it a bit.

If you study spy611.com you will find instructions on how to deploy it to your laptop.

Holler if questions: bikle101 at gmail

- Dan Bikle