layout issue
This commit is contained in:
parent
df47ed4cb2
commit
ffc4a8a191
14
README.md
14
README.md
|
@ -31,14 +31,14 @@ The trainer will store the data on disk (for now) in a structured folder that wi
|
|||
**Generate a candidate dataset from the learned features**
|
||||
|
||||
|
||||
import pandas as pd
|
||||
import data.maker
|
||||
import pandas as pd
|
||||
import data.maker
|
||||
|
||||
df = pd.read_csv('sample.csv')
|
||||
id = 'id'
|
||||
column = 'gender'
|
||||
context = 'demo'
|
||||
data.maker.generate(data=df,id=id,column=column,logs='logs')
|
||||
df = pd.read_csv('sample.csv')
|
||||
id = 'id'
|
||||
column = 'gender'
|
||||
context = 'demo'
|
||||
data.maker.generate(data=df,id=id,column=column,logs='logs')
|
||||
|
||||
## Limitations
|
||||
|
||||
|
|
Loading…
Reference in New Issue