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
95 stars 144 forks source link

[GSSoC'23] Diabetes Prediction #535

Closed Juhibhojani closed 1 year ago

Juhibhojani commented 1 year ago

Is your feature request related to a problem? Please describe.

I would like to perform diabetes prediction using ML techniques.

Describe the solution you'd like

I will use various classification algorithms including Random forest to make predictions after performing required data cleaning operations.

Describe alternatives you've considered

Additional context

Dataset : https://www.kaggle.com/datasets/mathchi/diabetes-data-set

Code of Conduct