Materials related to my talk on using machine learning in Ruby
This project is a useful example of the steps it takes to complete an ml project in ruby. Some of the libraries and methods used may not be the most optimal.
For example Linear Regression is not a great model for predecting the weather but is a simple model which makes it easy to explain for a talk.
There are other areas where there is room for cleanup if this were an actually going into production.
If you have any questions or want to get started on your own projects but need some guidance, you can reach out to me at thedayisntgray@gmail.com
If you have questions about the methodologies uses, I adapted a good portion of this project from this video
I also want to thank my coworker AJ @ajhekman for helping me setup a docker file to accompany this repo and make it easier for folks to access.
Assuming you have docker installed, pull down the repo and run:
docker-compose up