-
Notifications
You must be signed in to change notification settings - Fork 6
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
Outstanding issues in composer #81
Comments
Um, include the casefold in the presence check at composer.py:178, if that's what you meant. Line 207: What are locls, fcols, pcols, and fpreds? Can we make the names more descriptive? What's with the comment on line 215? Is that an example value? If so, call it that and fix it (underscore) Line 230: Why is this a bql query instead of a call to the metamodel API? Line 514: Is this actually correct? We also know how to build the ignore table better, per Taylor's review of predictive_probability. |
If it remains a BQL query, should quote the elements properly |
@fsaad, status update? |
No updates, I took a hiatus from composer since writing those comments. These issues are likely to be revisited in the near future |
According @axch
if that's what you meant.
names more descriptive?
"hodgepodge", named something like "Configuration" or "Schema".
If so, call it that and fix it (underscore)
API?
API?
maintain the intended 1-1 mapping between composer model numbers
and underlying crosscat model numbers?
checking whether a tuple is in "ignore", even though that
accumulates just the columns. Would manifest as failing to ignore
things it should ignore.
test.
review of predictive_probability.
The text was updated successfully, but these errors were encountered: