Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 1.07 KB

File metadata and controls

20 lines (14 loc) · 1.07 KB

The-Spark-Foundation-Internship-DS-BA

This repository contains all the tasks that I completed while working as an intern for The Sparks Foundation under the domain Data Science and Business Analytics

Task-1 : Prediction using Supervised ML

  • Predict the percentage of marks of an student based on the number of study hours.
  • This is a simple linear regression task as it involves just 2 variables.
  • Data can be found at http://bit.ly/w-data
  • You can use R, Python, SAS Enterprise Miner or any other tool.
  • What will be predicted score if a student studies for 9.25 hrs/ day?

Task-2 : Prediction using Unsupervised ML

Tool/IDE used - Google Colaboratory Language : Python