This repository has been archived by the owner on Sep 13, 2023. It is now read-only.
Requirements aren't found when using FunctionTransformer
#666
Labels
bug
Something isn't working
customer
Request from customer
requirements
Finding requirements and dependencies needed to properly serialize objects
When using sklearn's
Pipeline
withFunctionTransformer
step, some requirements that are used in that step aren't found.FunctionTransformer
, and MLEM can't find that library.I have an example from a customer, so now I need to reproduce and investigate. From the top of my head, 2 solutions:
mlem.api.save
(list of) libs to be added as requirementsmlem.api.save
The text was updated successfully, but these errors were encountered: