memoiry / LightML.jl

Minimal and clean examples of machine learning algorithms implemented in Julia
Other
403 stars 69 forks source link

I like this library but it needs some modifications to be good. #10

Open bethandtownes opened 5 years ago

bethandtownes commented 5 years ago
  1. test functions should be in the test folder.
  2. perhaps using pycall to test against scikit-learn is a better option, although some of the stuff there is buggy as well.
  3. I would implement a core concept module and have other modules extend functions from this module.