Model.export#

Model.export(path)[source]#

Export the model as a Python package.

Warning

This feature is experimental. See the limitaions section in export_model().

This method performs the export_model() on self. See export_model() section for the details.

New in version 0.22.0.