Bill
Bill
I attempted to do this with Python 3.6 and Ubuntu and I ran into the same error as @rbaral . I cant post the error due to sensitive info but...
@rbaral @gaganmanku96 I decided to try something. The package that this is built of off is LDA and it installed with no issue. I managed to copy from the GuidedLDA...
@edyvedy Hopefully this doesnt cause an issue with anyone (especially the original authors), but here is a zip with instructions on how to put all this where it needs to...
@ajyl No problem! One of the interesting things about Python is you can kind of drop code in place after a package install and since it doesnt really interfere with...
@bqwu Did you check this error issue thread out? - https://github.com/vi3k6i5/GuidedLDA/issues/43
By 5 alphas deep, I mean that the coefficient path output (model.coef_) is of shape (Mx5) where M is the number of parameters in the regression and 5 is the...
Yes, I understand how the alpha grid works and I agree with everything you said above, I think I may not be explaining very well and it may be one...
This was a good idea. I checked the same data using ``glmnet`` with ``family='cox'``. It stopped at an alpha depth of 52 and the paths look similar when you specify...
Yes, in this particular instance, it is not returning the full path of alphas no matter what ``n_alphas`` I specify. I know when I first opened the issue I was...
Sorry for the delay in response. I tried your suggestion but it did not work. It seems like a unique issue and in the end, with the way ``glmnet`` is...