Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@fclesio
Created April 30, 2020 08:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fclesio/3a5444dedb22c11e71f731f1dcb9ff8c to your computer and use it in GitHub Desktop.
Save fclesio/3a5444dedb22c11e71f731f1dcb9ff8c to your computer and use it in GitHub Desktop.
Declare parameters in Plumber POST object
#* Return the prediction from Laymans Brothers Bank Model
#* @param LIMIT_BAL
#* @param SEX
#* @param EDUCATION
#* @param MARRIAGE
#* @param AGE
#* @param PAY_0
#* @param PAY_2
#* @param PAY_3
#* @param PAY_4
#* @param PAY_5
#* @param PAY_6
#* @param BILL_AMT1
#* @param BILL_AMT2
#* @param BILL_AMT3
#* @param BILL_AMT4
#* @param BILL_AMT5
#* @param BILL_AMT6
#* @param PAY_AMT1
#* @param PAY_AMT2
#* @param PAY_AMT3
#* @param PAY_AMT4
#* @param PAY_AMT5
#* @param PAY_AMT6
#* @post /prediction
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment