Thanks to visit codestin.com
Credit goes to github.com

Skip to content

BbqGamer/Clustering

Repository files navigation

Clustering assignment

Poznań University of Technology assignment for Data Mining class

Dataset

https://www.kaggle.com/competitions/tabular-playground-series-jul-2022/overview

Set up

Create virtual environment and install dependencies:

python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt

Using DVC

To fetch data from DVC remote storage:

dvc pull -r origin

To add new data file

dvc add data/<file_name>
git commit -m "Add <file_name>"
dvc push -r origin

To switch between versions

git checkout <commit/branch>
dvc checkout

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •