https://github.com/yannickfunk/smartdataanalytics
https://github.com/yannickfunk/smartdataanalytics
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/yannickfunk/smartdataanalytics
- Owner: yannickfunk
- Created: 2022-04-27T15:45:47.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-05-08T18:14:04.000Z (over 3 years ago)
- Last Synced: 2025-04-03T20:18:03.616Z (9 months ago)
- Language: Jupyter Notebook
- Size: 12.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SmartDataAnalytics
This repo contains all exercises of Group 3 during the Smart Data Analytics Lab in the Summer Term 2022.
To be able to reproduce our results, have conda installed and run:
```sh
conda env create -f environment.yml
```
to create a new conda environment with our dependencies and:
```sh
conda activate psdag03
```
to activate the environment.