/CS4347

CS4347 : INTRODUCTION TO MACHINE LEARNING

Primary LanguageJupyter Notebook

CS4347

CS4347 : INTRODUCTION TO MACHINE LEARNING

This repo contains homework for CS4347

NOTIFICATION FOR ASSIGNMENT1

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.