QuantEcon / lecture-datascience.myst

Source repository for QuantEcon Datascience
https://datascience.quantecon.org
25 stars 21 forks source link

PS8 requires `ahs-train.csv` #81

Closed aadsouza closed 3 years ago

aadsouza commented 3 years ago

moved prep_ahs.R from source repo, but it needs to run to generate the training and testing datasets.

aadsouza commented 3 years ago

note that testing dataset is used for evaluation

wupeifan commented 3 years ago

I have those files if you need them. Can make a PR real quick -- under which directory should I put it? Maybe just under problem sets?

aadsouza commented 3 years ago

under problem sets should be good. do we want to keep the R file?

wupeifan commented 3 years ago

Yeah just keep the R file there should be fine, I think. See the PR above which should fix this thing

aadsouza commented 3 years ago

merged #86. thanks @wupeifan