vdblab / FLORAL

Fit LOg-RAtio Lasso regression for compositional covariates
https://vdblab.github.io/FLORAL/
GNU General Public License v3.0
12 stars 0 forks source link

FLORAL using more cores than specified #22

Open funnell opened 2 weeks ago

funnell commented 2 weeks ago

I'm running FLORAL and mcv.FLORAL with family="binomial" and longitudinal=TRUE (with id and tobs set). It seems that FLORAL is using lot more cores than specified, e.g. I set ncore=2 to mcv.FLORAL and it looks like it's using 32 cores (~16 cores each).

tengfei-emory commented 2 weeks ago

Thanks for catching this! The GEE method is still under development and I expect many glitches to come. Will take note!