Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shibasishb2/supervised-learning-project

This project uses the most popular classification techniques to predict the outcomes after extensively working on EDA treating missing values and imbalanced data.
https://github.com/shibasishb2/supervised-learning-project

knn-classification linear-regression logistic-regression naive-bayes-classifier python svm

Last synced: about 2 months ago
JSON representation

This project uses the most popular classification techniques to predict the outcomes after extensively working on EDA treating missing values and imbalanced data.

Awesome Lists containing this project

README

        

# Supervised-Learning-Project
This project uses the most popular classification techniques to predict the outcomes after extensively working on EDA treating missing values and imbalanced data. This project has two parts.

Part 1-Predicting the condition of the patient depending on the received test results on biomechanics features of the patients according to their current conditions.

Part 2-Build an AIML model to perform focused marketing by predicting the potential customers who will convert using the historical database.

# Skills & Tools Covered
- Logistic Regression
- Naive Bayes
- KNN
- Classification
- Python
- SVM
- Linear regression