Skip to content

hindraissi21/ML2_Project

Repository files navigation

DM

Data mining TP

Binder

Simple Linear Regression

About this Notebook

In this notebook, we learn how to use scikit-learn to implement simple linear regression. We download a dataset that is related to fuel consumption and Carbon dioxide emission of cars. Then, we split our data into training and test sets, create a model using training set, evaluate your model using test set, and finally use model to predict unknown value.

Table of contents



### Importing Needed packages

import matplotlib.pyplot as plt import pandas as pd import pylab as pl import numpy as np %matplotlib inline

Downloading Data

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published