ryantibs / quantgen

Tools for generalized quantile modeling
https://ryantibs.github.io/quantgen
14 stars 9 forks source link

Benchmark and maybe speed up quantile regression LP matrix formation #10

Open brookslogan opened 3 years ago

brookslogan commented 3 years ago

PRs #6 and #8 provide improvements to quantile_ensemble_flex performance by speeding up the formation of the constraint matrix fed to the LP solver. The same type of approach might be applicable to the non-ensemble quantile regression code.

Tasks include: