You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
#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.
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.
The text was updated successfully, but these errors were encountered: