TeamEpochGithub / agogos

Package that creates the underlying construction of a machine learning pipeline [DEPRECATED]
MIT License
4 stars 0 forks source link

REF: Unprivatize functions #91

Closed Jeffrey-Lim closed 1 month ago

Jeffrey-Lim commented 3 months ago

We currently get a bunch of ruff errors about accessing private functions in _core and training. Unprivatize them to fix this. Might need to refactor epochalyst as well.

We should also consider using @property instead for most of the getters and setters. Not sure if that should be part of this issue or not.