tods
tods copied to clipboard
Cannot find 'axolotl' python package
trafficstars
I successfully installed tods using a simple pip install tods; however, I cannot run the example code because I do not have the axolotl package installed. axolotl is not available through pip nor conda. Where can I find the package and how should I install it?
@lynnssi Thanks for trying our package. pip install tods does not work for now. We are working on this issue. Could you try installing TODS as follows?
git clone https://github.com/datamllab/tods.git
cd tods
pip install -e .