libsvmdata icon indicating copy to clipboard operation
libsvmdata copied to clipboard

Consider using standard data directories

Open jolars opened this issue 8 months ago • 0 comments

I think it would be a better idea to use standard directories for data det, e.g. XDG_DATA_HOME in the XDG spec (and others for windows and macos). There is the platformdirs package (https://pypi.org/project/platformdirs/) which could be used for this, and it comes without any other dependencies and could be used to do this in a platform-independent way. What do you think, @mathurinm?

jolars avatar Apr 29 '25 13:04 jolars