Skip to content

v1.4.1: bugfix and general hyperparameter reporting

Choose a tag to compare

@PedroSeber PedroSeber released this 09 Jul 14:49
· 14 commits to master since this release

v1.4.0: Made many changes aimed at fixing bugs (particularly a few that occurred when using MLPs, RNNs, or LCEN with lag > 0) or increasing the number of hyperparameters the user can directly pass to main_SPA(). Another important housekeeping change includes finally calling LCEN (and its hyperparameters or subvariables) as LCEN.
Gradient-Boosted Decision Trees and AdaBoost models were also added, and all tree-based and SVM models were parallelized.
Finally, more examples were added, and the old MATLAB files/code were removed.

v1.4.1: Fixed a bug that led to wrong reported test y_hats when using LCEN with lag > 0. Also added general hyperparameters (such as the CV type and number of folds) to the output .json file.