LxMLS / lxmls-guide

Lisbon Machine Learning Summer School Lab Guide
81 stars 61 forks source link

Fixed PR: Non matching class names for Batch and Online Max Entropy Classifiers. #99

Closed davidfsemedo closed 8 years ago

davidfsemedo commented 8 years ago

Max Entropy Batch and online classifiers classes are: MaxEntBatch and MaxEntOnline. In the guide (exercise 1.4), class names have an extra underscore (MaxEnt_Batch and MaxEnt_Online) which does not match the code.

Note: The first PR was incorrect (missing capital letter on Batch/Online)