georgian-io-archive / foreshadow

An automatic machine learning system
https://foreshadow.readthedocs.io
Apache License 2.0
29 stars 2 forks source link

Deserialization with the column nox failed for boston housing data #152

Closed jzhang-gp closed 5 years ago

jzhang-gp commented 5 years ago

Description

As described...it complains about missing _class. Need to dig into it.

jzhang-gp commented 5 years ago

Bug fixed. The problem is that we were using partial string matching in a conditional check, but we should aim for full equality on the key _method. Not sure why we wanted to use partial matching in the first place.