top | item 36367643

(no title)

nocubicles | 2 years ago

Currently working on module for ERP system that handles milk price calculations. The idea is to collect milk from farms and then based on some qualititive measurements, and fat/protein and lactose to calculate the price for the farms. There's so many factors that the price calculations include like the measurements but also contracts, quantities etc. I think its the most complex stuff so far for me.

discuss

order

looping__lui|2 years ago

If you have a lot of input-output relationships then some ML/XGBoost may take away that pain. Unless you are dealing with very explicit guidance on a billion IF-ELSE relationships…