Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/moonman369/ml-linear-regression-model

This is a basic prediction model that uses a machine learning algorithm to predict the mileage of a vehicle based on the total displacement of the vehicle
https://github.com/moonman369/ml-linear-regression-model

jupyter-notebook linear-regression machine-learning machine-learning-algorithms prediction-model python python3

Last synced: about 3 hours ago
JSON representation

This is a basic prediction model that uses a machine learning algorithm to predict the mileage of a vehicle based on the total displacement of the vehicle

Awesome Lists containing this project

README

        

# ML-Linear-Regression-Model
This a Machine Learning Model
Uses a Linear Regression Module from Python's SciKit Learn Package
Predicts the mileage of a vehicle in miles per gallon from displacement in miles
Training Data: `mtcars.csv`
Regression Model encoded in pickel file: `lin_reg_2.pkl`