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

https://github.com/yannickfunk/smartdataanalytics


https://github.com/yannickfunk/smartdataanalytics

Last synced: 6 months ago
JSON representation

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.