This weeks I made a results class, some tests and examples for the Conditional Logit Model. The model has some dirty code and some hacks, so, I've to work on it this week. On the other hand I was working simultaneously on the Nested Logit Model but, so far, only a draft in the paper.
One interesting thing learned: how to rename a file with git.
- There is a rename command (git mv):
git mv <oldname> <newname>
- Note that the effect is the same from removing the file and adding another with different name and the same content.
- This command is also use to move file from one to another location:
git mv <source> <destination>
One interesting thing found:
A useful git visual cheatsheet: http://ndpsoftware.com/git-cheatsheet.htm
And one motivate thing! we received a message on the statsmodels mailing list being interested in the Conditional Logit model. He gave us some tricks for the implementation and offered as beta tester! That was wonderful!
No hay comentarios:
Publicar un comentario