-
Hi,
I also have problem running 'hlcm_simulate' & 'elcm_simulate' models using my own data. It raised keyerror: 'building_id' for both models. I've checked my data and found nothing weird. I've also …
-
I am very new to urbansim and I am trying to follow the tutorial.
however, I cant find any explanation on explaining the definitions of each attribute in the sanfran_public database.
can any one …
-
In Pandas 1.2+, `pandas.Index.to_native_types()` is deprecated, raising warnings like the following:
This comes up in code that serializes data to yaml for storage and later reloading.
[urb…
-
`baus.py ` currently checks for booleans for a number of steps. These will fail if the key is not defined in the `run_setup.yaml` file.
It may be cleaner to have the `run_setup.yaml` file be more…
-
It would be nice to refactor the MNL estimation code, which was originally brought over from `urbansim.urbanchoice.mnl`. It's been updated in places to provide additional estimation metrics and resolv…
-
README should contain installation instructions for environments created with `virtualenv` and `conda`. For `virtualenv` could be as follow:
```
virtualenv venv --python=python3.7
source venv/bin…
-
When running transition model, the resulting data frame loses the index name (I'm guessing because of the concat). Is this worth preserving? This would be a simple fix, but not sure if it would break…
-
This creates an Issue for @smmaurer's findings in this PR: https://github.com/BayAreaMetro/bayarea_urbansim/pull/142, copied below:
Due to changes in the base data, I had to loosen a requirement in t…
-
A number of times we have accidentally compared the magnitude of coefficients in the yaml files that represent `MNLDiscreteChoiceModel` instances. This is of course a mistake as 0.001 is a large coeff…
-
This is a new issue to discuss performance optimization for sampling of alternatives in the `MergedChoiceTable` utility.
Earlier discussion is in issues #4, #5, and #11, now closed. Core functional…