Source: factory.service/package.core/ObjServiceClassificationPmmlRead.py
| Method | Signature | Description |
|---|---|---|
| parse_pmml_data_dictionary | parse_pmml_data_dictionary(pmml_file: str, dictionary_set: str) |
Parse the DataDictionary section of a PMML file and return a list of field definitions. |
| parse_pmml_nodes | parse_pmml_nodes(pmml_file: str) -> list |
|
| insert_nodes_to_db | insert_nodes_to_db(db_url, nodes) |
|
| import_pmml_to_db | import_pmml_to_db(pmml_path, db_url) |