Keep Your Data, Models, Experiments, and Code in One Place — Motivation As a data scientist, you might want to version your code, model, data, parameters, and metrics so that you can reproduce a certain experiment. GitHub is a great platform for version control your code, but it is not ideal to version your data, model, and metrics for two reasons: GitHub…