Closed fscottfoti closed 9 years ago
1) urbansim was doing a very large interaction dataset which was consuming too much memory
2) the prices were being set to 0 which was causing nans in the hedonics (not sure how this worked before)
3) table_source -> in a few places
I should also note that this PR upgrades the notebook format so a new Anaconda install might be required.
Or at least conda update ipython-notebook.
conda update ipython-notebook
Note that this will fix #13.
1) urbansim was doing a very large interaction dataset which was consuming too much memory
2) the prices were being set to 0 which was causing nans in the hedonics (not sure how this worked before)
3) table_source -> in a few places