gimseng / 99-ML-Learning-Projects

A list of 99 machine learning projects for anyone interested to learn from coding and building projects
MIT License
576 stars 174 forks source link

add linear regression code #103

Closed Inika19 closed 3 years ago

Inika19 commented 3 years ago

Reference Issues/PRs

What does this implement/fix? Explain your changes.

Added code to process missing data and evaluate performance of linear regression model

Any other comments?

gimseng commented 3 years ago

Hi @Inika19 thank for contributing ! Could you remind me how are your codes different from the original solution notebook? Its hard to do diff with notebooks, so if you could comment on how different / or if its a slight modification, that will help us in the process of reviewing.

Inika19 commented 3 years ago

Hi @gimseng. The code I added uses sklearn functions to perform linear regression after dealing with missing values and object data types in the data file. In the end, I've evaluated the model using sklearn functions.

gimseng commented 3 years ago

@Inika19 Please comment on how different is it compared to the codes already in the folder.