mljar / mljar-supervised

Python package for AutoML on Tabular Data with Feature Engineering, Hyper-Parameters Tuning, Explanations and Automatic Documentation
https://mljar.com
MIT License
3k stars 401 forks source link

Folder naming incosistency in dist-packages #222

Closed mglowacki100 closed 3 years ago

mglowacki100 commented 3 years ago

This is a minor issue but in usr/local/lib/python.../dist-packages there are folders mljar_supervised-0.7.3.dist-info and supervised. To be consistent with other folders naming convention: supervised should be renamed to mljar_supervised.

pplonski commented 3 years ago

Does it need to be consistent? The mljar-supervised is the name of the package, supervised is the directory with code. I will leave it as it is for now.