UBC-MDS / dsci-522_group-28

This is the repository for DSCI 522 Group 28
MIT License
0 stars 6 forks source link

Peer Review #46

Closed micahkwok closed 3 years ago

micahkwok commented 3 years ago

Hi Group 28,

I was assigned to your group for peer review. Just some small thoughts below.

Make File

hotel_cancellation_predict_report.Rmd

debanandasarkar commented 3 years ago

Hi @micahkwok ,

Thanks for taking time and looking into our project. With respect to Make file, I believe once we have our Dockerfile, things will be easier. However if you want to run it before Milestone 4, I would suggest you use conda environment of 573 and install altair_saver and chromedriver_binary on top of that. If you are using 573 environment, you may get some error in the last step as it uses R to render our final report. It depends on whether your R is set up to run from 573 or not. To quickly overcome this, you can switch back to base environment and run make all again to run the last part.

Cheers, Debananda