documentation usage

master
Steve L. Nyemba 5 years ago
parent ffc4a8a191
commit 65a3e84c8f

@ -38,7 +38,7 @@ The trainer will store the data on disk (for now) in a structured folder that wi
id = 'id'
column = 'gender'
context = 'demo'
data.maker.generate(data=df,id=id,column=column,logs='logs')
data.maker.generate(context=context,data=df,id=id,column=column,logs='logs')
## Limitations

Loading…
Cancel
Save