Open ADBond opened 3 months ago
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"))
.
@lamaeldo - possibly related to the issue in your comment on the above-mentioned issue
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.