December 2022
Intermediate to advanced
336 pages
8h 7m
English
In this chapter, we will discuss the business logic pattern of serving models. In this pattern, we add some business logic, along with the model inference code. This is essential for successfully serving models because model inference code alone can’t meet the client’s requirements. We need additional business logic, such as user authentication, data validation, and feature transformation.
At a high level, we are going to cover the following main topics in this chapter:
In this chapter, we will use the same libraries that we used in previous chapters. You should have Postman or another REST API client ...
Read now
Unlock full access