This repository contains practice solution to predict whether a mushroom is edible or poisonous based on its physical characteristics. This competition is only for practice purpose in kaggle. Find competition details here
- Install dependencies using requirements.txt with pip. Alternatively, create environment using environment.yml with Anaconda. (Refer here)
- Download test and train data from kaggle in data folder.
- Run notebooks as usual by using a jupyter notebook server, Vscode etc.