Skip to content

Content of the course "DAT565 - Introduction to Data Science and AI" offered at the University of Gothenburg

License

Notifications You must be signed in to change notification settings

GiacomoGuidotto/DAT565

Repository files navigation

DAT565 - Introduction to Data Science and AI

To use conda environments:

conda env create -f environment.yaml
conda activate ds

To update the existing conda environment:

conda env update -f environment.yaml --prune

To update the environment.yaml file:

conda env export --no-builds | grep -v "^prefix: " > environment.yaml

About

Content of the course "DAT565 - Introduction to Data Science and AI" offered at the University of Gothenburg

Topics

Resources

License

Stars

Watchers

Forks