Skip to content

v1.4.0

Choose a tag to compare

@dholzmueller dholzmueller released this 24 May 18:59
· 33 commits to main since this release

What's Changed

  • moved some imports to the new models optional dependencies to have a more light-weight RealMLP installation
  • Added GPU support for CatBoost with help from Maximilian Schambach in #16 (not guaranteed to produce exactly the same results).
  • Ensembling now saves models after training if a path is supplied, to reduce memory usage
  • Added more search spaces
  • fixed error in multiquantile output when the passed y was one-dimensional instead of having shape (n_samples, 1)
  • Added some examples to the documentation