Juan Caicedo

Results 3 issues of Juan Caicedo

Hi all, Does someone know how to calculate the rank of a column by a group? This would be the pandas equivalent: `df.groupby('var1')['var2'].rank(ascending = False, method = 'first')` Thanks in...

There seems to be a problem with SmallMultinomialLogitStep(). I created a random table to simulate a common choice scenario. Each observation has 2 attributes age and income. There are 4...

Fixes the following bug: In`urbansim_templates/models/large_multinomial_logit.py` it is expected that an item appends an item to a list. However, the item is appended to each element in the list.