Pritha Gupta
Pritha Gupta
@timokau The example you gave is for the choice function, for which the function is overridden in feta_choice. For discrete choice, this function will produce an error and we need...
I think we are using it for ranking, or we can move it in the FetaObjectRanking class and we should think about the subsampling method for discrete choice.
In nested logit, we are taking default number of nests to be self.n_objects = n_objects if n_nests is None: self.n_nests = int(n_objects / 2) else: self.n_nests = n_nests , while...
We had to set this threshold, after trial and error. Because the generalized nested logit model has so many exponential terms that need to be evaluated for getting the final...
@timokau I made this notebook so that, we can have one notebook to visualize the network. But I don't think it is needed now that we have the tensor board...
@kiudee yes, I agree we need a better structure for the utils methods. If possible I would also like to replace the pymc3 with Theano backend to the [pymc4](https://github.com/pymc-devs/pymc4/releases) with...
@kiudee @timokau even the script version takes ties into consideration. But we need to check that implementation on how they do it. As far as I remember we removed it...
Having the same issue. Is there a work around for now?
The link is still not working, please check it