Passing lists to `njit`ted functions is [deprecated](http://numba.pydata.org/numba-doc/latest/reference/deprecation.html#deprecation-of-reflection-for-list-and-set-types) by numba and will soon stop being supported. `_update_raw_predictions` throws a deprecation warning now. I'm not sure what the workaround is. I opened https://github.com/numba/numba/issues/4276 to ask the Numba folks
Passing lists to
njitted functions is deprecated by numba and will soon stop being supported._update_raw_predictionsthrows a deprecation warning now.I'm not sure what the workaround is. I opened numba/numba#4276 to ask the Numba folks