Damien
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...
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...
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...