CS4347 : INTRODUCTION TO MACHINE LEARNING
This repo contains homework for CS4347
If you are finding any problem with environment creation use requirements.txt file for that create an empty environment using conda
conda create -n envname python=3.7
conda activate envname
pip install -r requirements.txt
You should be fine with above adjustment.