eyadgaran / SimpleML

Machine learning that just works, for effortless production applications
BSD 3-Clause "New" or "Revised" License
17 stars 5 forks source link

Mutable Constants #66

Open eyadgaran opened 3 years ago

eyadgaran commented 3 years ago

Global constants are difficult to monkey patch and overwrite when necessary. Use a global constants class with attributes instead