Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 410 Bytes

File metadata and controls

24 lines (13 loc) · 410 Bytes

SupervisedML-Student-Percent-Prediction

My task was to predict the percentage of a student based on the study hours using supervised learning.

This is a liner regression model.

I followed these steps mentioned below:

1.Reading of data

2.Data cleaning

3.Data Analysis(Plotting)

4.Input-Output Creation

5.Train Test Split

6.Standard Scaler Transform

7.Machine learning model

8.Prediction

9.Accuracy