animator / titus2

Titus 2 : Portable Format for Analytics (PFA) implementation for Python 3.4+
https://realworldpython.github.io/titus2/
Apache License 2.0
23 stars 2 forks source link

pfa from scikit learn #1

Open yannickspill opened 4 years ago

yannickspill commented 4 years ago

Hi is is possible to convert a trained scikit learn model to pfa? I see the following in your todo list: "Add scikit-learn model export to PFA tutorials". That means it's there? thanks

animator commented 4 years ago

Hi @yannickspill

Currently there is no provision to convert scikit-learn model to pfa using titus2 library.

The tutorials i was planning to add were going to use the SKompiler python library.

Regards, Ankit