Calling a scikit-learn model #338
Unanswered
fabiensatalia
asked this question in
Q&A
Replies: 1 comment 5 replies
-
|
That would be a very welcome contribution actually. And yes, that's the right approach 👍 Just keep in mind that depending on what type of model you want to use, you may not be able to use gradient-based generators. Interested to see what you come up with, if you are able to share. Thanks! |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to use
CounterfactualExplanations.jlto generate counterfactual explanations with a model trained withscikit-learnin Python. After some reading, my current idea is to write a Julia wrapper (usingPyCall) to call that Python model from Julia, and declare this wrapper as a subtype ofAbstractFittedModel. Is this a smart way to go about this? Am I missing a simpler way to do this?Beta Was this translation helpful? Give feedback.
All reactions