mila-iqia / fuel

A data pipeline framework for machine learning
MIT License
867 stars 268 forks source link

Allow passing dict -> dict functions to Mapping #372

Closed dmitriy-serdyuk closed 7 years ago

dmitriy-serdyuk commented 8 years ago

Currently Mapping works with functions which transform list of sources to another list. Although, order of sources is fixed, a small mistake inside this function may cause weird bugs.