math-a3k / django-ai

Artificial Intelligence for Django
Other
79 stars 23 forks source link

Better error handling for BayesPy initialization of objects #3

Closed math-a3k closed 7 years ago

math-a3k commented 7 years ago

Catch BayesPy's exceptions and handle them

math-a3k commented 7 years ago

Done at Nodes, pending at Inference Engine (VB Object).

Deterministic nodes initialization can't be checked at the Django Model validation level as they always take other nodes as params (they would need the edges linking them to be already created)

math-a3k commented 7 years ago

Deemed as sufficient, further improvements will have separate issues