Closed lisalan520 closed 9 years ago
Not entirely sure - there might be a filter that is removing most/all of the records?
It is a little odd.. as I didn't change any thing. The fit filters in the rsh.yaml are:
fit_filters:
which is the same as is in Hedonic Example...
Hi @fscottfoti, Just solved the problem by removing line 20-23 in dataset.py. They are the 'filters' you mentioned. Thanks!
Great! I suspect there was no variability in one or more columns when the filters removed enough data. We should probably be detecting that error directly.
Hi,
I got '0's for all coefficients when I ran sim.run(["rsh_estimate"]) in Estimation.ipynb. And it re-wrote my rsh.yaml file. The Hedonic Example notebook returned 'correct'-looking values with directly running the fit function. Below are two captures. Have you got any similar issues? Thanks!
Estimation.ipynb capture
Hedonic Example.ipynb capture