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 ax argument to TimeFold.plot().
Fixed behaviour of TimeFold.plot() in Jupyter notebooks. This function now returns an Axes object instead of a
Figure, 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(), unless figsize is given.
Suppress fold log messages in TimeFold.plot().