Damien

Results 5 issues of Damien

Dumping a skorch model with dill then reloading it (does not matter if with dill or pickle) makes it incompatible with sklearn.base.clone , apparently due to some attributes becoming empty...

Write and test type annotations for better bug hunting

enhancement

Some MOFS rely on SBUs that are assymetrical (P1). The alignment code should suffice to define "custom symmetries" for SBU -> topology matching This is needed for highly custom topologies...

enhancement

Write better docstrings for automatic documentation generation

enhancement

sklego should have an equivalent to: [sklearn.utils.discovery](https://scikit-learn.org/stable/modules/classes.html#module-sklearn.utils.discovery), a module that stores methods such as: - all_estimators(filter=typing.Literal["classifier","transformer", etc...]) - all_displays - all_functions... This greatly simplifies the automatic use of the library...

enhancement