stereolith
stereolith
The [python-fints lib](https://github.com/raphaelm/python-fints) seems to have [solved](https://github.com/raphaelm/python-fints/pull/95) PSD2 integration. I think an interactive command line utility is used to enter a TAN. [Docs](https://python-fints.readthedocs.io/en/latest/quickstart.html) I wrote a YNAB importer with this...
The script only works when it is execued from the same directory it is saved in, especially because the other script library files are imported relatively. In my crontab I...
Hello @tadepoju , I happend upon this error as well. I turns out the predictor method that is passed to the explain_instance method needs to return a numpy array, because...
Hello, I needed just this functionality for a university project and implemented it here: #26 . Additionally, to cope with larger data sets, I implemented the kmeans function of the...