Blog post about MLDB Hacktoberfest 2016
To create a merged dataset, one must specify the dataset with objects containing the "id" key. Eg.:
{
'type' : 'merged',
'params' : {
'datasets' : [{'id' : 'ds1'}, {'id', 'ds2'}]
}
}
If would be convenient if the ids would also work directly. Eg.:
{
'type' : 'merged',
'params' : {
'datasets' : ['ds1', 'ds2']
}
}
Context
Task