Skip to content

Version 0.22.0

Compare
Choose a tag to compare
@thigm85 thigm85 released this 24 Jun 12:20
· 1791 commits to master since this release
e16b304
  • ListwiseRankingFramework now accepts .csv file path as input to learn from data that are too large to load into memory (#350)
  • ListwiseRankingFramework fit functions now accept an optional hyperparameters argument. If a dict of hyperparameter values is provided the method will skip the hyperparameter search and use the provided values to fit the model. (#352)
  • Add parallel distribution strategy to the ListwiseRankingFramework hyperparameter search. (#354)