Open mhlr opened 3 years ago
https://github.com/maxpumperla/entropy-mdlp/blob/d8059f3390ed0c4fc0cde212533e436a96771ec7/entropymdlp/mdlp.py#L6
MDLP has no state or data attributes. All the methods could be promoted to module level functions removing the need to create any instance objects and a simpler design
MDLP
sure, send a PR
https://github.com/maxpumperla/entropy-mdlp/blob/d8059f3390ed0c4fc0cde212533e436a96771ec7/entropymdlp/mdlp.py#L6
MDLP
has no state or data attributes. All the methods could be promoted to module level functions removing the need to create any instance objects and a simpler design