This project provides comprehensive visualizations of healthcare data and machine learning models, aimed at making complex information easy to interpret and analyze. The repository covers a wide range of visualization techniques to help understand both the dataset and the performance of machine learning models. The purpose of this project is to comapare Classification algorithms implemented on Lung Cancer Dataset
I have selected 10 of the following classification algorithms that have been used in this project
- Logistic Regression
- K-Nearest Neighbors (KNN)
- Decision Tree
- Support Vector Machines (SVM)
- Naive Bayes
- Random Forest
- Gradient Boosting
- Neural Networks
- AdaBoost
- XGBoost
Next, i constructed models for each of the algorithms mentioned above.I compared these algorithms using the following evaluation metrics.
- Accuracy
- Precision
- F1 Score
- Recall Score
- Confusion Matrix