Skip to content

Releases: AI-sandbox/HyperFast

v1.0.5

10 Dec 02:49
ffdd4e1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.4...v1.0.5

v1.0.4

09 Dec 21:34
Compare
Choose a tag to compare
  • GPU memory improvements for very big datasets and ensembling

Full Changelog: v1.0.3...v1.0.4

v1.0.3

08 Dec 02:51
7c1331f
Compare
Choose a tag to compare

What's Changed

  • Optimize memory and improve code by @salcc in #7

New Contributors

  • @salcc made their first contribution in #7

Full Changelog: v1.0.2...v1.0.3

Release 1.0.2

24 Feb 00:52
Compare
Choose a tag to compare
  • Added stratify sampling option – use for imbalanced datasets.
  • Added feature bagging option – use for very high-dimensional datasets, e.g., >3000 features, together with ensembling.

v1.0.0

29 Jan 06:28
5e5582c
Compare
Choose a tag to compare

In this new release we:

  • Improved compatibility with the scikit-learn API.
  • Set cat_features when initializing the model, not in fit().
  • Allow categorical features encoded as strings.
  • Fixed some minor bugs.
  • Improved user experience: faster model loading (from cache) when re-initializing; model path can be specified in custom_path.