Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 285 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 285 Bytes

NDL

A version of Naive Discriminative Learning in Julia. This is still work in progress but it already kind of works:

using LinguisticData
using NDL

data = dataset("danks")

ndl(data)

To do:

  • Cross-validation possibilities
  • Model evaluation
  • Formula compatibility