Releases: titu1994/pyshac
Releases · titu1994/pyshac
PySHAC v0.2.0
Changelog :
- Improvements to the
fit
api and speed improvements topredict
. - Use
joblib 0.12
andloky
to avoid the if name == 'main' blocks for Windows OS. - Cleaned the
fit()
api to take the eval function as an argument instead of class variable. - Improve the api for predict to grant more flexibility
- Now allows prediction of single samples, batches or combinations of both.
- Improve speed of sampling when using
predict()
. - Upgraded the managed backends to new api
PySHAC v0.1.0
Initial release