Skip to content

v1.0.11

Compare
Choose a tag to compare
@edwinnglabs edwinnglabs released this 19 Feb 06:17
  • Core changes:

    • a simple ETS class is created (#280, #296)
    • DLT is replacing LGT as the model used in the quick start and general demos (#305)
    • DLT and LGT are refactored to inherit from ETS (#280)
    • DLT now supports regression with strictly positive/negative signs (#296)
    • deprecation on regression with LGT (#305)
    • dependency update; remove enum34 and update other dependencies versions (#301)
    • fixed pickle error (#342)
  • Documentation:

    • updated tutorials (#309, #329, #332 )
    • docstring cleanup with inherited classes (#350)
  • Utilities:

    • include the provide hyper-parameters tuning (#288 )
    • include dataloader with a few standard datasets (#352, #337, #277, #248)
    • plotting functions now returns the plot object (#327, #325, #287, #279)