Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/fohlen/stats-experiment
- Owner: Fohlen
- License: mit
- Created: 2018-12-21T12:37:07.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-21T23:06:56.000Z (about 6 years ago)
- Last Synced: 2024-11-22T21:50:04.014Z (2 months ago)
- Topics: matplotlib, python3, scikit-learn
- Language: Python
- Size: 6.84 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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)