2.1.0 (February 11, 2023)#
Changed#
Update log levels in
logs.basic_config().Move legend outside figure in
rics.performance.plot_run()Only show the best overall candidates (per dataset) when using
mtimeit/run_multivariate_test()by default.Add optional
axargument toTimeFold.plot().
Fixed#
Fixed behaviour of
TimeFold.plot()in Jupyter notebooks. This function now returns anAxesobject instead of aFigure, which prevents figures from being shown twice in notebooks. Technically a breaking changes, but will be treated as a bugfix.Adjust figure height based on number of folds in
TimeFold.plot(), unlessfigsizeis given.Suppress fold log messages in
TimeFold.plot().