/lathe

Basic machine learning tools for BYU CS478.

Primary LanguagePython

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