Added classification models to all non-deep learning architectures (except for PLS/SPLS). These are accessible with the keyword classification = True
in SPA.main_SPA()
. The labels for model_name
do not change based on whether the user is doing regression or classification.
Also fixed some minor bugs and added citations related to this repo.