https://github.com/hsm207/merimen
Submission for pre-qualification assessment
https://github.com/hsm207/merimen
Last synced: 7 months ago
JSON representation
Submission for pre-qualification assessment
- Host: GitHub
- URL: https://github.com/hsm207/merimen
- Owner: hsm207
- Created: 2019-08-11T15:13:10.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-08-11T15:30:27.000Z (about 6 years ago)
- Last Synced: 2025-01-14T11:16:53.188Z (9 months ago)
- Language: Jupyter Notebook
- Size: 804 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Introduction
This repository contains my submission for Merimen's Data Scientist Pre-Qualification Assessment.
# Solution
All workings are documented using Jupyter notebooks in the [notebooks](./notebooks) folder.
The answer to the questions are in the [Answers](./notebooks/Answers.ipynb) notebook.# Reproducibility
Follow these steps to reproduce the answers on your machine.
1. Install [docker](https://www.docker.com).
2. Navigate to this project's root directory and execute:
```bash
docker build -t merimen .
docker run -p 8888:8888 -v $(pwd):/tf --name merimen --rm merimen:latest
```
This will launch jupyter server and display a url (with the corresponding token)
for you to navigate to.4. Use a web browser to navigate to the url displayed in the previous step. You may now
reproduce the results by navigating to the [notebooks](./notebooks) folder and sequentially execute
each notebook starting with the [01_EDA](./notebooks/01_EDA.ipynb) notebook.