outbrain / fwumious_wabbit

Fwumious Wabbit, fast on-line machine learning toolkit written in Rust
Other
133 stars 19 forks source link

Parsing of empty strings #108

Closed ggaspersic closed 1 year ago

ggaspersic commented 1 year ago

When adding the cache functionality a case was missed where all values for parsing were passed as cached values and there are no non-cached values to be passed (an empty string is received).

This PR addresses this and adds additional logging that allows easier troubleshooting.