thedayisntgray/ForcastingTheFuture
Materials related to my talk on using machine learning in Ruby
This project offers a practical walkthrough of how to approach and complete a machine learning project using Ruby, specifically demonstrated through a weather prediction example. It takes raw data, applies machine learning techniques, and produces a predictive model. This resource is ideal for Ruby developers curious about integrating machine learning into their applications or workflows.
No commits in the last 6 months.
Use this if you are a Ruby developer looking for a straightforward, educational example of a machine learning workflow.
Not ideal if you are looking for production-ready, highly optimized machine learning models or solutions in Ruby, as some methods are chosen for simplicity over optimal performance.
Stars
35
Forks
—
Language
Jupyter Notebook
License
—
Category
Last pushed
May 04, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/thedayisntgray/ForcastingTheFuture"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
uxlfoundation/scikit-learn-intelex
Extension for Scikit-learn is a seamless way to speed up your Scikit-learn application
INRIA/scikit-learn-mooc
Machine learning in Python with scikit-learn MOOC
ddbourgin/numpy-ml
Machine learning, in numpy
nubank/fklearn
fklearn: Functional Machine Learning
gavinkhung/machine-learning-visualized
ML algorithms implemented and derived from first-principles in Jupyter Notebooks and NumPy