raptor-ml / raptor

Transform your pythonic research to an artifact that engineers can deploy easily.
https://raptor.ml
Apache License 2.0
148 stars 11 forks source link

fix: bug with aggr on non sorted data #261

Closed AlmogBaku closed 1 year ago

AlmogBaku commented 1 year ago

This change fixes a bug which occurred when the data wasn't sorted and we aggregated on it. It also fixes the exception redirection of replay, and provide a modeling example in _test/main.py