Koushik
Koushik

Reputation: 11

How to add custom Transformer/Estimator in nyoka and convert a pipeline to PMML doc?

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

Answers (1)

Nirmal
Nirmal

Reputation: 116

Currently, Nyoka supports only sklearn's transformers. We shall implement custom transformers in near future based on our prioritized tasks.

Upvotes: 0

Related Questions