@lap v0.3
# Machine-readable API spec. Each @endpoint block is one API call.
@api Regression analysis api
@base https://services.scideas.net
@version 1.0
@endpoints 1
@toc regression(1)

@endpoint POST /regression/api
@required {key: str, outcome_variable: str, data: [map]}
@optional {ignore_variables: [map], convert_date_to: str}
@returns(200)

@end
