This repository contains simple portfolio for showing my data science and machine learning skills.
- customer_segmentation - contains Jupyter notebook showing customer segmentation for an imaginary eshop
- nlp - contains Jupyter notebook showing simple Fasttext model trained on custom created corpus
- simple_classifier - contains Jupyter notebook showing basic exploratory data analysis and classification on Carvana's dataset
- Python 3
- Jupyter notebook
- non Windows OS
Just run jupyter notebook
in your terminal and explore the enclosed notebooks. And remember to run
$ pip install -r requirements.txt
before first run of each notebook to satisfy its requirements.
- Hynek Davídek