Code Documentation ================== This provides the documentation guide of the various functions in the repository. QSA (Quasi-Seldonian Algorithm) ------------------------------- Following are the functions used by the Seldonian framework. This includes candidate selection process and safety test. .. automodule:: qsa :members: ML Model -------- The following functions correspond to model and constraint definition. The user is expected to make changes in this file. .. automodule:: logistic_regression_functions :members: Equation parser --------------- .. automodule:: equation_parser :members: Inequality ---------- .. automodule:: inequalities :members: Viewing results --------------- .. automodule:: gather_results :members: .. automodule:: create_plots :members: