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
In fact we can of course push this error to trigger in training by replacing linker.inference.predict() in the example above with linker.training.estimate_parameters_using_expectation_maximisation(block_on("email")).
You can train values so that an
m
-value ends up with a value ofNaN
. This then breaks the SQL that is generated in.predict()
.Here is a non-elegant reprex, very similar to #2333 (although note that we add in slightly fewer values to our new column compared to there):
We get an error
Referenced column "nan" not found in FROM clause!
or similar, much as in #852.The text was updated successfully, but these errors were encountered: