Skip to content

Latest commit

 

History

History
86 lines (49 loc) · 3.58 KB

README.md

File metadata and controls

86 lines (49 loc) · 3.58 KB

Star Badge Open Source Love View My Profile View Repositories

The Sparks Foundation Tasks

This repository contains the tasks that I completed while working as an intern for The Sparks Foundation.


🌟 Task 1 - Prediction using Supervised ML (Level - Beginner)

Problem statement:

  1. Predict the percentage of marks of an student based on the number of study hours.
  2. This is a simple linear regression task as it involves just 2 variables.
  3. What will be predicted score if a student studies for 9.25 hrs/ day?
  4. Data can be found at http://bit.ly/w

Solution:

task-1


🌟 Task 2 - Prediction using Unsupervised ML (Level - Beginner)

Problem Statement:

  1. From the given ‘Iris’ dataset, predict the optimum number of clusters and represent it visually.
  2. Data can be found at https://bit.ly/3cGyP8j

Solution:

task-2


🌟 Task 3 - Exploratory Data Analysis - Retail (Level - Beginner)

Problem statement:

  1. Perform ‘Exploratory Data Analysis’ on dataset ‘SampleSuperstore’
  2. As a business manager, try to find out the weak areas where you can work to make more profit.
  3. What all business problems you can derive by exploring the data?
  4. Data can be found at https://bit.ly/3i4rbWl

Solution:

task-3


🌟 Task 4 - Exploratory Data Analysis - Terrorism (Level - Intermediate)

Problem statement:

  1. Perform ‘Exploratory Data Analysis’ on dataset ‘Global Terrorism’
  2. As a security/defense analyst, try to find out the hot zone of terrorism.
  3. What all security issues and insights you can derive by EDA?
  4. Data can be found at https://bit.ly/2TK5Xn5

Solution:

task-4

✨ Contribution

Contributions, issues, and feature requests are welcome!

To contribute to this project, see the GitHub documentation on creating a pull request.


👏 Support

Give a ⭐️ if you like this project!


© 2021 Leah Nguyen