Skip to content

v0.8.0

Latest
Compare
Choose a tag to compare
@Alvant Alvant released this 06 Jul 23:51
· 48 commits to master since this release
cab4c5a

Fixed

Changed

  • From now on the library is compatible with Python 3.7 or higher (not Python 3.6)

New

  • Ability to define a score controller for any custom score
  • Experiment's restore_mode: if something happens during the computation, one can resume the process and proceed from last completed cube
  • Dataset's dictionary can be altered using recipes
  • Thetaless regularizer is now more user-friendly: only dataset is required as input, not n_dw matrix (the notebook is also updated)
  • Score's should_compute: scores may be computed not necessarily on every iteration
  • Score's precomputed_data: scores may share some data between each other (eg. one score calculates something and makes the result available for other scores)