beancount / smart_importer

Augment Beancount importers with machine learning functionality.
MIT License
246 stars 28 forks source link

Support sklearn v1.2 #119

Closed yagebu closed 1 year ago

yagebu commented 1 year ago

It seems that sklearn did not deal to well with us passing along some plain arrays, the first pipeline step should probably directly return a numpy array.

Also some minor fixes and updates