Closed smmaurer closed 5 years ago
This PR implements a variety of small fixes and cleanup.
Resolves deprecation warnings from older code:
df.values
df.as_matrix
df.ix
df.iloc
logger.warn
logger.warning
numpy.core.umath_tests
Removes local copy of mnl_simulate (originally from urbansim.urbanchoice.mnl), as this has been fully replaced by choicemodels.tools.simulation
mnl_simulate
urbansim.urbanchoice.mnl
choicemodels.tools.simulation
Removes wrapper for binary logit, which was a proof of concept for MNL and didn't provide much value on its own
Increments version number to 0.2.dev6
Coverage increased (+0.4%) to 74.885% when pulling 3b12d7bf576f913d2d7be455769f69febd26e9cc on cleanup into 0626ab378c0b6810721b6b48858662f3272cf0c3 on master.
This PR implements a variety of small fixes and cleanup.
Resolves deprecation warnings from older code:
df.values
->df.as_matrix
df.ix
->df.iloc
logger.warn
->logger.warning
numpy.core.umath_tests
Removes local copy of
mnl_simulate
(originally fromurbansim.urbanchoice.mnl
), as this has been fully replaced bychoicemodels.tools.simulation
Removes wrapper for binary logit, which was a proof of concept for MNL and didn't provide much value on its own
Versioning
Increments version number to 0.2.dev6