The task is to predict the percentage of marks that a student is expected to score based upon the number of hours the studied.
The solution includes use of linear regression and it is based upon simple linear regression and uses two variables
##Steps involved in making project
Step 1 - Reading the data from source
Step 2 - Input data Visualization
Step 3 - Data Preprocessing
Step 4 - Model Training
Step 5 - Plotting the Line of regression
Step 6 - Making Predictions
Step 7 - Comparing Actual result to the Predicted Model result
Step 8 - Evaluating the model