Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 664 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 664 Bytes

MyModules

A selection of my programming modules.

Python 3 modules

Spelling Correction

A basic spelling correction module which functions by mapping unrecognized words on their nearest neighbor using the Levenshtein distance.

Preclassifier

A preclassification layer that comes before a machine learning model in a data processing pipeline. This preclassifier accounts for the error on training data by returning the known output of recognized input features.

Python 2 modules

Spelling Correction

A basic spelling correction module which functions by mapping unrecognized words on their nearest neighbor using the Levenshtein distance.