The-Data-Alchemists-Manipal / MindWave

MindWave is an open-source project designed for beginners to learn about data science, machine learning, deep learning, and reinforcement learning algorithms using Python. The project offers a platform for implementing relevant algorithms, with open-source tools and libraries.
MIT License
98 stars 144 forks source link

Linear Regression for Medical insurance cost prediction #18

Open Haricharan0310 opened 1 year ago

Haricharan0310 commented 1 year ago

💥 Proposal

To implement Linear Regression on Medical cost personal dataset. Link to dataset - https://www.kaggle.com/datasets/mirichoi0218/insurance

Haricharan0310 commented 1 year ago

@khusheekapoor I would like to mention that I am a contributor of GSSOC'23, Please assign me this issue so I can start working on it.

khusheekapoor commented 1 year ago

@Haricharan0310 - you can go ahead! We are assigning you 21 days for this project, after which it will be assigned to someone else if not completed. All the best! Name the file as: algorithm_dataset.ipynb and link it in the readme of the labeled directory as algorithm - dataset.

Haricharan0310 commented 1 year ago

Hey @khusheekapoor , What about the dataset file? Should I include it? If yes, where should I Include it?

khusheekapoor commented 1 year ago

@Haricharan0310 it is not needed, you can mention the dataset link in one of the markdown cells of the Jupyter notebook.

Haricharan0310 commented 1 year ago

Sure @khusheekapoor !, Thank you for your response.

Haricharan0310 commented 1 year ago

Hey @khusheekapoor , I've made a PR could you please review it?