2 Should you send a purchase order to a technical approver?
This chapter covers:
- Identifying a machine-learning opportunity
- Identifying what data is required and how much data you’ll need
- Building a machine-learning system
- Using the machine-learning system to make decisions
In this chapter you’ll work through an end-to-end machine-learning scenario that makes a decision about whether to send an order to a technical approver or not. And you’ll do it without writing any rules. All you’ll feed into the machine learning system is a dataset consisting of 1,000 historical orders and a flag that indicates whether that order was sent to a technical approver or not. The machine learning system will figure out the patterns from those 1,000 examples and, when given a new order, will be able to correctly determine whether to send the order to a technical approver.