On Tue, Feb 06, 2018 at 05:31:14PM +0000, Wenhao Huang wrote: > Thanks a lot Ryan! I am going through the code in the cf module. And do you > know any current relevant issues that I can have a look or even start > working on, to better my understanding of the the implementation of cf > algorithm in mlpack?
Hi Wenhao, At this time there are not any open issues that I am aware of for CF. However, there are always improvements that can be made to the code, so I wpuld encpurage you to explore it and see if you can find any speedups or propose any functionality improvements. For instance, maybe one idea is adding another simple factorizer (unfortunately I don't have one handy to suggest), or to profile the code and see if you can find any slow parts. I hope this is helpful. :) Thanks, Ryan -- Ryan Curtin | "Moo." [email protected] | - Eugene Belford _______________________________________________ mlpack mailing list [email protected] http://knife.lugatgt.org/cgi-bin/mailman/listinfo/mlpack
