Changed
- `Boot.fit` and `Boot.predict` methods are now parallelised, speeding up both training
and prediction time a bit.
- Updated `README` to include generalised linear models, rather than only
mentioning linear regression.
Fixed
- Removed mention of `PyTorch` model support, as that has not been implemented
yet