Reputation: 11
I am writing a Python scikit-learn pipeline which needs custom transformer/estimator (not the regular already defined transformers in sklearn) .
How can I add this support and convert the pipeline to PMML doc using skl_to_pmml (python nyoka lib)?
Upvotes: 0
Views: 212
Reputation: 116
Currently, Nyoka supports only sklearn's transformers. We shall implement custom transformers in near future based on our prioritized tasks.
Upvotes: 0