项目作者: Architectshwet

项目描述 :
Data science project on mushroom classification data
高级语言: Jupyter Notebook
项目地址: git://github.com/Architectshwet/Mushroom-Classification.git
创建时间: 2017-12-15T21:28:18Z
项目社区:https://github.com/Architectshwet/Mushroom-Classification

开源协议:

下载


Mushroom-Classification

Aim:

To predict whether the mushroom is safe to eat or it is a deadly poison?

Procedures

Used ggplot2 and dplyr to understand and visualize the links between different predictors & between some predictors and target variable.

Used caret package in R for preprocessing, splitting, training, parameter tuning, variable importance estimating and making predictions on the test data. Also used confusion matrix from the caret package to evaluate the performance of different machine learning models designed.