modelfoxdotdev / modelfox

ModelFox makes it easy to train, deploy, and monitor machine learning models.
Other
1.46k stars 64 forks source link

Use const generics in compute_bin_stats #96

Closed deciduously closed 2 years ago

deciduously commented 2 years ago

This PR combines some similar functions using const generics to dispatch correct logic in the tangram_tree crate.