How-to: asap fit ========= ``asap fit sub_command`` is for fitting to certain properties of the data using the design matrix generated by the command ``asap gen_desc``. Overview of sub-commands ------------------------ sub-commands that controls which algorithm to use for the fit: ============= ======================================= option description ============= ======================================= kernelridge Kernel Ridge Regression (with sparsification) ridge Ridge Regression ============= ======================================= .. click:: asaplib.cli.cmd_asap:fit :prog: asap fit :nested: full .. note:: More documentation to be added.