documentation usage

This commit is contained in:
Steve Nyemba 2019-12-31 23:39:54 -06:00
parent ffc4a8a191
commit 65a3e84c8f
1 changed files with 1 additions and 1 deletions

View File

@ -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