* Added `HistGradientBoostingRegressor`, a fork of scikit-learn's version that allows to use PGBM whilst being fully compatible with scikit-learn
* Deprecated `pgbm_nb` in favor of `HistGradientBoostingRegressor`.
* Restructured the package; the Torch version (`PGBMRegressor`) is now available under `pgbm.torch`, whereas the scikit-learn version is available under `pgbm.sklearn`, and the distributed version under `pgbm.dist`