Skip to content

Latest commit

 

History

History

Binary_Prediction_of_Poisonous_Mushrooms

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Binary Prediction of Poisonous Mushrooms

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

Instructions for Running Python Notebooks Locally

  1. Install dependencies using requirements.txt with pip. Alternatively, create environment using environment.yml with Anaconda. (Refer here)
  2. Download test and train data from kaggle in data folder.
  3. Run notebooks as usual by using a jupyter notebook server, Vscode etc.