RedisLabsModules / redisml

Machine Learning Model Server
http://redisml.io
Other
305 stars 44 forks source link

Crash when random forest tree has depth > 8 #12

Open tkrynski opened 6 years ago

tkrynski commented 6 years ago

@shaynativ Due to a bug in serialization, random forests crash when trees have depth > 8. I've fixed the bug and added a test to demonstrate the failure in the current code: https://github.com/RedisLabsModules/redis-ml/pull/11