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

Explore object-oriented interface to easy_glmnet and accessories #23

Closed paulhendricks closed 7 years ago

paulhendricks commented 7 years ago

Python - This means using classes and a design pattern. R - This means using S3/S4 classes and a design pattern.

paulhendricks commented 7 years ago

Exploring this issue will also help: https://github.com/CCS-Lab/easyml/issues/40

paulhendricks commented 7 years ago

A Facade pattern might be the best design pattern; provide a common interface and abstract away the details to the subsystems.

paulhendricks commented 7 years ago

Finished in R and Python.