eto-ai / rikai

Parquet-based ML data format optimized for working with unstructured data
https://rikai.readthedocs.io/en/latest/
Apache License 2.0
136 stars 19 forks source link

Support dot separated flavor #714

Closed da-tubi closed 1 year ago

da-tubi commented 1 year ago

Currently, customized_flavor could only be placed under rikai.contrib.{customized_flavor}.

With this pull request, we can use xyz.sklearn and put codegen.py into the folder xyz/sklearn.

TODO