Skip to content
This repository has been archived by the owner on May 26, 2024. It is now read-only.

v0.2.2

Compare
Choose a tag to compare
@poypoyan poypoyan released this 23 Feb 18:30
· 5 commits to main since this release

Changes:

  • Support for parallelism with Joblib: All methods now return something. For fit(), it returns self, 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.