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

insertion into modelled tables #30

Open
riastradh-probcomp opened this issue Jun 4, 2015 · 3 comments
Open

insertion into modelled tables #30

riastradh-probcomp opened this issue Jun 4, 2015 · 3 comments

Comments

@riastradh-probcomp
Copy link
Contributor

Need some way in BQL to inform the metamodel of newly inserted rows in the table, after analysis on an initial subsample. We already have bayesdb_insert and bayesdb_insertmany, but they are difficult to use -- you must identify the rows that you inserted, and make sure you call bayesdb_insert(many) before you do any BQL functions on them.

@gregory-marton
Copy link
Contributor

Is this at all related to #23 ?

@riastradh-probcomp
Copy link
Contributor Author

Not really.

#23 is about inserting a row with a value for a categorical column that has never before been seen. 'Subsampling' by default -- i.e.,creating an explicit list of modelled rows -- papered over the issue by causing Crosscat not to see those rows at all.

This issue is about notifying the metamodel of a new row after it has been inserted. If this were implemented, #23 would rear its head again.

@gregory-marton
Copy link
Contributor

Consider for "reanalysis" milestone.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants