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

TASK -1:Prediction using supervised ML

Name:Abhinaya Marudi

Language Used: Python

Predict the Percentage of marks of an student based on the number of study hours

  • List of libraries used in the task
    • pandas

    • numpy

    • matplotlib

  • Step 1:importing the dataset
    • To load the csv file into dataframe we need to import pandas
### importing pandas
import pandas as pd
# loading the csv file into dataframe
df=pd.read_csv('http://bit.ly/w-data')