Skip to content

Latest commit

 

History

History
26 lines (12 loc) · 294 Bytes

README.md

File metadata and controls

26 lines (12 loc) · 294 Bytes

mlzero

Educational implementation of some Machine Learning Algorithms

Install

Not year available in pypi

pip install mlzero

How to use

Work in progress

from mlzero.segment import tokenize_space

tokenize_space('Too many badgers')
['Too', 'many', 'badgers']