Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pb319/cro_iiitl_test

I recently have had a chance to sit for the coding round relating to the position of intern at Climate Resilient Observatory, IIIT Lucknow.
https://github.com/pb319/cro_iiitl_test

Last synced: 2 months ago
JSON representation

I recently have had a chance to sit for the coding round relating to the position of intern at Climate Resilient Observatory, IIIT Lucknow.

Awesome Lists containing this project

README

        

### Contents
- Description
- Problem Statement
- My Submission
- Gradual Improvement

It was my first experience to sit for coding round relating to a datascience intern role at Climate Resilient Observatory, IIIT Lucknow. This repository will capture my experience and things to be kept in mind while attempting such kind of tests. Last but not the least, I shall gradually try to imporve the performance of the underlying model.

#### Problem Statement
A dataset on mashrooms is given and we are to train a model to predict if the mashroom is poisonous or edible.

#### My Submission
```
file name- "Test.ipynb"
```
Methodology: the actual data was tempered by removing the headers to confuse the participants. The challenge was-
- To figure out the target column
- Coverting the whole dataset into numeric features

#### Gradual Improvement
```
file name- "Final.ipynb"
```
Methodology:
- Checking Acquracy
- Visualization of Confusion Matrix
- Comparison of the Untreated-Model and Treated-Model
- Cross Validation
- Grid Search and Hyperparameter Tuning