This repository has been archived by the owner on May 26, 2024. It is now read-only.
v0.2.2
Changes:
- Support for parallelism with Joblib: All methods now return something. For
fit()
, it returnsself
, the fitted model. - There is a new attribute called "name". This is used in displayed messages for monitoring. This is helpful when models are run in parallel.