It looks like requests and sklearn are missing from the dependencies. I installed targetDB with pip to a clean virtual environment based on the instructions and it complained of missing these packages until I added them, just by doing:
pip install requests sklearn
It looks like
requestsandsklearnare missing from the dependencies. I installed targetDB with pip to a clean virtual environment based on the instructions and it complained of missing these packages until I added them, just by doing: