jmboehm / GLFixedEffectModels.jl

Fast estimation of generalized linear models with high dimensional categorical variables in Julia
Other
34 stars 6 forks source link

small comments #6

Closed matthieugomez closed 4 years ago

matthieugomez commented 4 years ago

Thanks for doing this package! It looks great. Just two comments:

matthieugomez commented 4 years ago

Also, if you want you and the package to belong to the FixedEffects organization, you're welcome to. We can also give you writing access to FixedEffects / FixedEffectsModels if that makes things easier for you.

jmboehm commented 4 years ago

Thanks. Good point; I need to check that.

On the name of the package, I'm pretty indifferent. I doubt that it would make a big difference in terms of how easy it is for users to discover the package.

Probably makes sense to leave the package here for a few months to mature, and then put it into the FixedEffects organization.

jmboehm commented 4 years ago

You're right, it takes a bit of extra time to re-create the fixed effects in each iteration. I haven't digested the internals of FixedEffects.jl enough to check what update_weights! would need to do, but I'll look into it once the pile of papers to revise and to referee is a bit lighter :)