Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 643 Bytes

README.rst

File metadata and controls

38 lines (23 loc) · 643 Bytes

Basic machine learning tools for BYU CS478.

docs/images/lathe.gif

requirements

installation

pip install lathe

usage

import lathe

args = lathe.parse_args()
attributes, data, targets = lathe.load(args.file, label_size=1)

documentation

http://lathe.readthedocs.io