Evaluate several classification algorithms and pick the best & the worst ones based on accuracy. And, to explore techniques and best practices for fine-tuning and optimizing machine learning models
sklearn, Pandas, NumPy, seaborn, matplotlib & xgboost
You may download and install it by running pip install xgboost in the terminal or command prompt After installing, you may run the following command from xgboost import XGBClassifier to import the XGBoost classifier. For further instructions please refer to the XGBoost installation guide (https://xgboost.readthedocs.io/en/latest/install.html)
The folder contains three py files and should be run in the order mentioned below:
● Final_1
● Final_2 (Without Zip code)
● Final_3 (with 50% training data)