issues
search
outbrain
/
fwumious_wabbit
Fwumious Wabbit, fast on-line machine learning toolkit written in Rust
Other
134
stars
19
forks
source link
Combine
#43
Closed
andraztori
closed
3 years ago
andraztori
commented
3 years ago
fix a small bug with not accepting "w" as a valid character for a namespace
allow for transformations of transformed namespaces
implement Combine transformer
andraztori
commented
3 years ago
@adischw anything new here :)
andraztori
commented
3 years ago
Also added:
implement Moran Gavish's idea about substracting greater than before applying ln
change order of arguments of Binners to match LogRatioBinner (first greater than, then resolution)
split actual implementations into its own file
drop use of macros to create seeds (there was no point in the first place)
reduce number of parameters combine can handle to 4 (from 5), as compile times were insane