Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement the explain function #10

Open
green-coder opened this issue Oct 4, 2020 · 1 comment
Open

Implement the explain function #10

green-coder opened this issue Oct 4, 2020 · 1 comment
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@green-coder
Copy link
Owner

The explain function should indicate the reason why a data would not match a model.

As Minimallist is less and less experimental, used by Vrac on large models, this function really start to become important.

@green-coder green-coder added the enhancement New feature or request label Oct 4, 2020
@green-coder green-coder added the help wanted Extra attention is needed label Oct 13, 2020
@green-coder
Copy link
Owner Author

green-coder commented Oct 13, 2020

There is a problem .. on large models with a lot of :alt nodes, the error message will be huge and won't be helpful.

If we want to provide a useful error on the :alt node, we need an oracle which will say which branch of the model is the closest to match a value.

We might consider letting the user specify such oracle as an attribute of the :alt node.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant