You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Jen Looper
af5a93e471
|
4 years ago | |
---|---|---|
.. | ||
1-API | 4 years ago | |
translations | 4 years ago | |
README.md | 4 years ago |
README.md
Build an API to use your saved model
In this section of the curriculum, you will be introduced to an applied ML topic: how to save your Scikit-Learn model as a file that can be used to make predictions by means of an API. An API (Application Programming Interface) is software that forms the handshake between your backend (in our case, the ML model) and a frontend of your choice. In this lesson, let's build an API to query two different types of models.
Topics
Credits
"Build an API" was written with ♥️ by Jen Looper. The dataset is sourced from Kaggle.