Kaggle H&M Personalized Fashion Recommendations 🥉 Bronze Medal Solution 200/2952
Install conda from here
Download dataset files from here to input
Following structure should be present
|-input
|-working
To create conda environment run following command
conda create -n env --file requirements.txt
To activate environment,
conda activate env
To execute the jupter notebooks, run following command
jupyter-notebook
Open ensemble.ipynb from working directory. Click on Cell-> Run All