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

Implement ability to standardize before/after train/test split #22

Closed paulhendricks closed 7 years ago

paulhendricks commented 7 years ago

This would be made a lot easier by exploring this: https://github.com/CCS-Lab/easyml/issues/23

Will implement for now and consider after as the next high priority item.

paulhendricks commented 7 years ago

Python update: a Pipeline object may be able to get this done right off the bat with the right defensive programming.

paulhendricks commented 7 years ago

Finished in R.

paulhendricks commented 7 years ago

Finished in Python.