eyadgaran / SimpleML

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

Break up pipeline transformation options #59

Open eyadgaran opened 3 years ago

eyadgaran commented 3 years ago

instead of subclassing transformation options, use a registry to compose behavior. that way different envs (eg dev vs prod) can utilize different paradigms to suit the needs.