gabors-data-analysis / da_case_studies

Codes for case studies for the Bekes-Kezdi Data Analysis textbook
MIT License
174 stars 158 forks source link

Link in ch16-airbnb-random-forest-shap.R file doesn't work #109

Open evgeny-gushchin opened 7 months ago

evgeny-gushchin commented 7 months ago

Hi Gabor,

Following our conversation in class there is a link that doesn't work in ch16-airbnb-random-forest-shap.R file. Here it is (line 534):

Download treeshap_fit.rds from OSF: https://osf.io/6p7r8

treeshap_res %>% write_rds("ch16-airbnb-random-forest/treeshap_fit.rds")

When I try to open the link it says "Page not found The requested resource could not be found. If this should not have occurred and the issue persists, please report it to support@osf.io."

Best, Evgeny

gbekes commented 7 months ago

Hey @evgeny-gushchin OSF sometimes switched a repo to private... I switched back to public, can you try? But I'm not sure it's needed, btw,

evgeny-gushchin commented 7 months ago

Hi @gbekes I've checked, and now I see the file. Thank you! Unfortunately, I failed to debug the code 1 or 2 lines before the line of code when this file was needed. So I ended up not using it in the assignment. But I will return to this later and try to make it work.