CCS-Lab / easyml

A toolkit for easily building and evaluating machine learning models.
https://ccs-lab.github.io/easyml
Other
40 stars 16 forks source link

Convert all functions to "tidy" functions, where possible #40

Closed paulhendricks closed 7 years ago

paulhendricks commented 7 years ago

A "tidy" function takes and returns a data.frame.

paulhendricks commented 7 years ago

This will make it easier to reason about inputs and outputs as our package becomes more complex.

paulhendricks commented 7 years ago

For R, see cd68b277fdc1aea4edcaca3ab15d3568fd604237.

paulhendricks commented 7 years ago

Finished in Python.