When executing the Duplicate Invoice ML script, I get an exeption by invoking
km.add_custom_object(**config_object)
Error message is
AttributeError: 'KnowledgeModel' object has no attribute 'add_custom_object'
knowledge_model.py seems to have that function and the how to uses this method as well.
Does anybody have an idea? regards!