v1.4.1: bugfix and general hyperparameter reporting
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.