Waikato / moa

MOA is an open source framework for Big Data stream mining. It includes a collection of machine learning algorithms (classification, regression, clustering, outlier detection, concept drift detection and recommender systems) and tools for evaluation.
http://moa.cms.waikato.ac.nz/
GNU General Public License v3.0
610 stars 353 forks source link

Adagrad refactor #154

Closed henrygouk closed 5 years ago

henrygouk commented 5 years ago

There were a couple of subtle issues that may have popped up if sparse instances were used. These have been fixed now. I also removed a few unneeded lines while I was at it.