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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0778450 · Dec 10, 2024

History

99 Commits
Oct 3, 2024
Oct 3, 2024
Oct 3, 2024
Oct 3, 2024
Oct 7, 2024
Nov 7, 2024
Oct 24, 2024
Nov 7, 2024
Nov 7, 2024
Dec 10, 2024
Nov 7, 2024
Oct 10, 2024
Nov 7, 2024

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