Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 307 Bytes

File metadata and controls

14 lines (9 loc) · 307 Bytes

CSCI5622-MachineLearning-Project

Repo for the final project in CSCI 5622 - Machine Learning at CU Boulder

mamba env create -n ml_project mamba activate ml_project

basic dependencies

mamba install pandas numpy scikit-learn

ML stuff

mamba install nltk vaderSentiment

pip install torch transformers