ristretto icon indicating copy to clipboard operation
ristretto copied to clipboard

Add scikit-learn compatible classes

Open jknox13 opened this issue 7 years ago • 0 comments

Move to a more object oriented framework for easier access of attributes of our algorithms.

  • add classes compatible with scikit-learn estimators
  • add compute_ prefix to current functions

This should end up looking something like:

ristretto
|
---> dmd
        |
         ----> compute_dmd
         ----> DMD

jknox13 avatar Oct 06 '18 16:10 jknox13