Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thedayisntgray/forcastingthefuture

Materials related to my talk on using machine learning in Ruby
https://github.com/thedayisntgray/forcastingthefuture

jupyter-notebook linear-regression machine-learning rubyml

Last synced: 2 months ago
JSON representation

Materials related to my talk on using machine learning in Ruby

Awesome Lists containing this project

README

        

# ForcastingTheFuture
Materials related to my talk on using machine learning in Ruby

# Authors Note:

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 [email protected]

If you have questions about the methodologies uses, I adapted a good portion of this project from [this video](https://www.youtube.com/watch?v=km95-NMT6lU&t=1258s)

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.

# Docker Setup

Assuming you have docker installed, pull down the repo and run:

```
docker-compose up
```

# Useful Resources:

https://ankane.org/rails-meet-data-science