Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 377 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 377 Bytes

Regression Analysis

A core machine learning project

Creation of a Regression model for a particular dataset which can predict the cancer mortality rates for US countries By analyzing the data

Steps involved:

  • reading and visualising the data(plotting graphs etc)
  • preprocessing the data
  • dealing with outliers etc
  • building a model accordingly
  • training the model