Skip to content

Commit

Permalink
update description
Browse files Browse the repository at this point in the history
  • Loading branch information
mn-mikke committed Nov 13, 2023
1 parent df98292 commit aad61ae
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions h2o-py-mlflow-flavor/DESCRIPTION.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ The model that was trained with H2O-3 runtime can be exported to MLFlow registry
Compared to `log_model` functions of the other flavors being a part of MLFlow, this function has two extra arguments:

* ``model_type`` - It indicates whether the model should be exported as `MOJO <https://docs.h2o.ai/h2o/latest-stable/h2o-docs/mojo-quickstart.html#what-is-a-mojo>`_
or `POJO <https://docs.h2o.ai/h2o/latest-stable/h2o-docs/pojo-quickstart.html#what-is-a-pojo>`_. The default value is `MOJO`.
* ``model_type`` - It indicates whether the model should be exported as `MOJO <https://docs.h2o.ai/h2o/latest-stable/h2o-docs/mojo-quickstart.html#what-is-a-mojo>`_ or `POJO <https://docs.h2o.ai/h2o/latest-stable/h2o-docs/pojo-quickstart.html#what-is-a-pojo>`_. The default value is `MOJO`.

* ``extra_prediction_args`` - A list of extra arguments for java scoring process. Possible values:

Expand Down

0 comments on commit aad61ae

Please sign in to comment.