Skip to content

Beta 0.2.0

Latest
Compare
Choose a tag to compare
@mxbi mxbi released this 23 Sep 12:02
· 9 commits to master since this release

New features:

  • Bugfixes!
  • New mlcrate.ensemble submodule, containing rank_average(), which lets you ensemble sets of predictions from multiple models based on their ranking order
  • New PyTorch submodule, which contains tonp() and totensor() for easy conversion between Tensor and NumPy types, as well as a one line MLP model constructor.
  • Apache feather support in mlc.save() and mlc.load(), allowing for extremely fast save/load of dataframes.
  • Some other minor (backwards compatible) improvements throughout