Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 579 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 579 Bytes

This repo contains the files and tasks alloted to me during my internship at The Sparks Foundation

Task 2

This is a simple linear regression task to find out the score of a student studying for a certain number of hours

This problem contains only two variables,hence it is a simple linear regression model

Task 3

For the given 'Iris' dataset,I have predicted the optimum number of clusters and represented it visually. This is an Unsupervised Learning algorithm. I have performed this task using the KMeans Clustering and Elbow method.