themetaschemer / malt

Machine Learning Toolkit accompanying The Little Learner by Daniel P. Friedman and Anurag Mendhekar
MIT License
212 stars 25 forks source link

Fix Makefile for make set-nested-tensors #28

Closed sporkl closed 1 year ago

sporkl commented 1 year ago

Now using make set-nested-tensors to enable the nested-tensors representation works properly. Before it would throw an error saying "Unknown implementation: 'nested".

Looks like it was just a small typo in the makefile; the fix is pretty small and inconsequential. But I do find it to be a nice quality-of-life thing to switch easily between the tensor implementations with make!