Biogeme is an open source freeware designed for the maximum likelihood estimation of parametric models in general, with a special emphasis on discrete choice models.
Pythonbiogeme creates a binary datafile before the model is estimated. The binary file is however stored in the folder where the model file is, rather than where the original datafile is found. In some cases you may want to write a wrapper script that copies a (compressed) datafile from a network drive to a local tmp folder (and uncompress it there) before running a batch of model estimations which are on the network drive; this in order to reduce network bandwith usage. So it seems more appropriate to me to store the binary datafile in the same place where pythonbiogeme finds the input dataset.
Pythonbiogeme creates a binary datafile before the model is estimated. The binary file is however stored in the folder where the model file is, rather than where the original datafile is found. In some cases you may want to write a wrapper script that copies a (compressed) datafile from a network drive to a local tmp folder (and uncompress it there) before running a batch of model estimations which are on the network drive; this in order to reduce network bandwith usage. So it seems more appropriate to me to store the binary datafile in the same place where pythonbiogeme finds the input dataset.