Eris is a haskell library that being designed to provide recommendation functionality. It will basically follow the structure of the Surprise a python recommendation library.
At currently stage it is a note for learning Haskell, to record all necessary application structure and all kinds of usage of stack in real world.
Development schedule:
- Basic functionality of Surprise. (Doing)
- Refactor to be able to use Haskell cocurrent framework. (TODO)
- Modify the implementation of algorithms to be able to integrate with cloud haskell. (Is is really possible?)
-
- src/Eris/Compute
- Metric function
- others : TODO
- src/Eris/Meta Definitions of data type
- src/Eris/Predict
- KNNbased
- others: TODO
- src/Eris/Typhon provide all kinds of helper functions which cannot be categoried as any perticular module.
- src/Eris/Compute
-
more description about stack test,links to note
-
more description about benchmark, links to note
-
cotent list links to be added
-
TODO
-
Acknowledgement: