In this project you will find the application of three classifiers (MLP, SVC, and Decision Tree) on two datasets: Breast Cancer and Ecoli.
Refer to Notebook available here to understand more:
- Breast Cancer Dataset Winconsin:
- Ecoli Dataset:
The following steps will guide you to run this project using python virtual environments.
pip install virtualenv
- navigate to environment folder in this project
cd environment
- create new environment
virtualenv py36
- activate the environment
source py36/bin/activate
pip install -r requirements.txt
- navigate to the root folder of the project again
- run jupyter
jupyter notebook