Poznań University of Technology assignment for Data Mining class
https://www.kaggle.com/competitions/tabular-playground-series-jul-2022/overview
Create virtual environment and install dependencies:
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txtTo fetch data from DVC remote storage:
dvc pull -r origindvc add data/<file_name>
git commit -m "Add <file_name>"
dvc push -r origingit checkout <commit/branch>
dvc checkout