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.
ML-For-Beginners/API
Jen Looper af5a93e471
add web app
4 years ago
..
1-API add web app 4 years ago
translations build an api 4 years ago
README.md API solution, edits to regression 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

  1. Build an API

Credits

"Build an API" was written with ♥️ by Jen Looper. The dataset is sourced from Kaggle.