Skip to content

SuperDXCEL/mushroomAugustKaggle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Mushroom Binary Classification

In this competition you must predict whether a mushroom is edible or poisonous using the tabular data you are provided with.

My approaches have been:

-FastAI TabularPandas to prep the tabular data and then fed into a sklearn RandomForestClassifier, I have gotten about a 0.52 on my best submission which is pretty bad since it is not any better than random guessing.

-From-scratch neural network which accuracy ranges between 0.45 and 0.52

-XGBoost Classifier has gotten me a 0.97 accuracy submission, took more care of the data before feeding it to the model (see latest commit for mushroomxgbm.ipynb)

About

Notebook's and related to Kaggle's beginner August competition about edibility of mushrooms

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors