Recode-Hive / machine-learning-repos

A curated list of awesome machine learning frameworks, libraries and software (by language). I
MIT License
57 stars 129 forks source link

Genetic Disorder Prediction using Machine Learning #321

Closed Karansankhe closed 2 weeks ago

Karansankhe commented 3 weeks ago

Overview This pull request introduces the Genetic Disorder prediction project to the repository. The project folder includes the following files:

1)Gd.ipynb: This file contains: Implementation of various machine learning models for predicting Genetic Disorders. Visualizations depicting data insights and relationships among variables.

2)Readme.md: Provides setup instructions and a basic overview of the project. Includes details on how to install dependencies and run the project.

3)train.csv and test.csv: These CSV files contain data used for training and testing the machine learning models. Purpose The project aims to predict Genetic Disorders using machine learning techniques. It involves data preprocessing, exploratory data analysis through visualizations, model evaluation, and prediction.

Implemented machine learning models: Gaussian Naive Bayes, Support Vector Classifier (SVC), Random Forest, Logistic Regression, and K-Nearest Neighbors. Conducted cross-validation to assess model performance. Created visualizations to gain insights into data distribution and relationships.

github-actions[bot] commented 3 weeks ago

Thank you for submitting your pull request! 🙌 We'll review it as soon as possible. In the meantime, please ensure that your changes align with our CONTRIBUTING.md. If there are any specific instructions or feedback regarding your PR, we'll provide them here. Thanks again for your contribution! 😊

sanjay-kv commented 3 weeks ago

can i know the issue link

Karansankhe commented 3 weeks ago

issue link : https://github.com/Recode-Hive/machine-learning-repos/issues/305

Karansankhe commented 2 weeks ago

Hello when would you merge the request are there any changes?