documentation usage
This commit is contained in:
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…
Reference in New Issue