Basic machine learning tools for BYU CS478.
- python2.7 or python3.3+
- pip (optional)
pip install lathe
import lathe
args = lathe.parse_args()
attributes, data, targets = lathe.load(args.file, label_size=1)
Basic machine learning tools for BYU CS478.
pip install lathe
import lathe
args = lathe.parse_args()
attributes, data, targets = lathe.load(args.file, label_size=1)