Learn practical skills, build real-world projects, and advance your career

Author: Aditya Mahajan
The Spark Foundation
Task 1 - Prediction Using Supervised ML
Problem Statement :
Predict the percentage of an student based on the no. of study hours.
Dataset: http://bit.ly/w-data

#Supress warnings
import warnings
warnings.filterwarnings('ignore')

Importing Libraries

import pandas as pd
import numpy as np
import matplotlib.pyplot as plt
import seaborn as sns
%matplotlib inline

Loading the dataset