related-sciences / nxontology-ml

Machine learning to classify ontology nodes
Apache License 2.0
6 stars 0 forks source link

include training classification dataset in distributions #41

Closed dhimmel closed 11 months ago

dhimmel commented 11 months ago

refs https://github.com/related-sciences/nxontology-ml/issues/35 see https://python-poetry.org/docs/pyproject/#include-and-exclude

dhimmel commented 11 months ago

This resulted in the data file getting installed to the following location:

/home/dhimmel-rs/.cache/pypoetry/virtualenvs/nxontology-data-M7MYg8-I-py3.10/lib/python3.10/site-packages/data/

Rather than beneath

/home/dhimmel-rs/.cache/pypoetry/virtualenvs/nxontology-data-M7MYg8-I-py3.10/lib/python3.10/site-packages/nxontology_ml

So likely not ideal, but operational until we improve.