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

data_eda.py doesn't save the plots. #37

Closed hcwang24 closed 1 year ago

hcwang24 commented 1 year ago

We encountered the same thing when we want to save plots from the EDA. Joel indicated on SLACK that we can leave them for now. For the meanwhile, I've uploaded the feature table and plots from data analysis to the main.

hcwang24 commented 1 year ago

I removed all branches since we have merged them. Please create a new branch when you are working tomorrow. A few notes:

ChesterAiGo commented 1 year ago

For generating and saving the Altair plot: Please follow the instruction in issues/dependencies if you wish to save the generated Altair file locally.

ChesterAiGo commented 1 year ago

Update: This issue has been fixed by replacing the original npm-based saving functionality with vl-convert (as suggested by Joel). Npm is no longer needed. Instead vl-convert-python installation is required