Udacity api reporting pipeline
In this exercise, you’ll use portions of each of the skills you’ve learned in this lesson. First, you’ll configure a new API. This API will have a new app configuration file that you can call appfinal.py. Second, you’ll write a new endpoint for the API. This new endpoint will read a pickle file for a deployed model, and it will also read a dataset. It will use the deployed pickle file to make predictions for the dataset, and it will […]
Read more