outbrain / fwumious_wabbit

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

0 warning compilation #116

Closed SkBlaz closed 1 year ago

SkBlaz commented 1 year ago

Compiling/inspecting builds prior to this PR results in >100 warnings - many will remain due to source's structure (or quite a few things should be refactored to get rid of them directly). Adding flags to files that are subject to such behavior. At any point, we can always uncomment and deal with warnings explicitly, file-by-file. Further, simplified init in block neural - results are same up to precision (this was one actual warning that could be solved).