Skip to content

Latest commit

History

History
35 lines (21 loc) 路 1.02 KB

README.md

File metadata and controls

35 lines (21 loc) 路 1.02 KB

Fuel Consumption Prediction using Linear Regression 馃殫馃挩

This repository contains code to predict fuel consumption using linear regression based on vehicle features.

Regression Plot 馃搱

Regression Plot

Overview 馃搳

The goal of this project is to build a linear regression model that predicts fuel consumption based on various vehicle features. The dataset used is 'FuelConsumption.csv', which contains information about fuel consumption and vehicle attributes.

Technologies Used 馃捇

  • Python
  • Pandas
  • NumPy
  • Matplotlib
  • Scikit-learn

Usage 馃殌

  1. Place your dataset 'FuelConsumption.csv' in the project directory.
  2. Run the fuel_consumption_prediction.py script to train the model and generate predictions.
  3. View the results and model evaluation metrics.

Results 馃挴

The linear regression model achieves an R-squared score of 0.98 on the test data, indicating a good fit.

Contributing 馃

Contributions are welcome! Fork the repository and submit a pull request.

Arman Kianian