You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some notes for later as I go along with writing type hints, on things that I can't tackle because they require a newer Python version or a larger refactoring than I want to do right now (I want some test coverage first).
The file formats that are stored by string should be StrEnum when we move to 3.11+
Introduce namedtuples for "complex" return types, like the loaded benchmarks
Enums for options of the Encoder of the DataUtils (or see if we can somehow remove that altogether. It's there now so we don't have a dependency on sklearn in the framework virtual environment)
The text was updated successfully, but these errors were encountered:
Some notes for later as I go along with writing type hints, on things that I can't tackle because they require a newer Python version or a larger refactoring than I want to do right now (I want some test coverage first).
The text was updated successfully, but these errors were encountered: