Some third-party libraries (such as chemotools) integrate with the scikit-learn API by subclassing BaseEstimator. Explore ways to support these libraries in OpenModels by extending the ALL_ESTIMATORS registry, allowing seamless serialization and deserialization for compatible external estimators. This will improve interoperability and make OpenModels more flexible for users working with scikit-learn-like APIs.
Some third-party libraries (such as chemotools) integrate with the scikit-learn API by subclassing
BaseEstimator. Explore ways to support these libraries in OpenModels by extending theALL_ESTIMATORSregistry, allowing seamless serialization and deserialization for compatible external estimators. This will improve interoperability and make OpenModels more flexible for users working with scikit-learn-like APIs.