UBC-MDS / Credit_Card_Default_Prediction_Group13

Group 13 of DSCI 522 in the year 2022-23
https://ubc-mds.github.io/Credit_Card_Default_Prediction_Group13/doc/report.html
Other
2 stars 3 forks source link

Dependencies #3

Closed ChesterAiGo closed 1 year ago

ChesterAiGo commented 1 year ago

For the script please install the following packages:

docopt xlrd

Try (if you are not a Conda user, like me :) pip install docopt xlrd

ChesterAiGo commented 1 year ago

For milestone 2 there are extra dependency requirements:

Specially for data_eda.py, make sure you: install seaborn for Python Run "npm install vega-lite vega-cli canva" to install dependencies for exporting figures from Altair. (And also make sure to add the node packages into .gitignore)

ChesterAiGo commented 1 year ago

Correction: npm install vega-lite vega-cli canvas