Skip to content
#

regression01

Here are 3 public repositories matching this topic...

The goal of this project is to model the relationship between vehicle specifications and CO2 emissions using **Multiple Linear Regression**. We aim to predict `CO2EMISSIONS` from features like `ENGINESIZE`, `CYLINDERS`, and `FUELCONSUMPTION_COMB`.

  • Updated Aug 17, 2025
  • Jupyter Notebook

The goal of this project is to explore the relationship between a vehicle’s engine characteristics and its CO2 emissions using **simple linear regression**. We aim to model how features such as engine size and fuel consumption correlate with CO2 output.

  • Updated Aug 17, 2025
  • Jupyter Notebook

This notebook investigates **multiple linear regression** and **polynomial regression** techniques for modeling and predicting relationships between variables in a dataset. The goal is to understand, apply, and compare these regression approaches in practice, analyze results, and reflect on common issues and learning points.

  • Updated Aug 17, 2025
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the regression01 topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the regression01 topic, visit your repo's landing page and select "manage topics."

Learn more