create_model_card

hana_ml.algorithms.pal.model_cards.create_model_card(model, language=None, license=None, library_name=None, tags=None, base_model=None, datasets=None, metrics=None, eval_results=None, model_name=None, model_version=None, card_data=None, **kwargs)

Create a model card for a PAL algorithm.

Parameters:
modelobject

The PAL algorithm object.

languagestr, optional

The language used to train the model.

licensestr, optional

The license of the model.

library_namestr, optional

The library name of the model.

tagslist, optional

The tags of the model.

base_modelstr, optional

The base model of the model.

datasetsdict, optional

The datasets used to train the model.

metricsdict, optional

The metrics of the model.

eval_resultsdict, optional

The evaluation results of the model.

model_namestr, optional

The name of the model.

model_versionstr, optional

The version of the model.

card_dataModelCardData, optional

The model card data.

**kwargsdict

Additional keyword arguments.