Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/fohlen/stats-experiment

A tiny stats experiment with GENESIS data
https://github.com/fohlen/stats-experiment

matplotlib python3 scikit-learn

Last synced: 11 days ago
JSON representation

A tiny stats experiment with GENESIS data

Awesome Lists containing this project

README

        

# stats-experiment

This is a tiny statistics experiment with data from [GENESIS](https://www-genesis.destatis.de/genesis/online).
I was challenging myself with prediction on data.

In order to use the actual data I had to do some pre-processing manually :unamused:

- strip unecessary and non-compliant CSV lines from the file
- replace broken encodings with `UTF-8`

## Get it running

I use `>= python3.7`
- `git clone https://github.com/Fohlen/stats-experiment.git`
- `cd stats-experiment`
- `python3 -m venv venv`
- `source ./venv/bin/activate`
- `pip install -r requirements.txt`
- `python3 plot.py` (only plotting)