Based on strongio/quantile-regression-tensorflow, and with the following expansions:
- Use the example dataset from the scikit-learn example.
- The TensorFlow implementation is mostly the same as in strongio/quantile-regression-tensorflow.
- Add a LightGBM "quantile" objective example (and a scikit-learn GBM example for comparison) based on this Github issue.
- Add a Pytorch implementation.
The accompanied Dockerfile contains all the dependencies needed to reproduce the results.