sap-tutorials / Tutorials

Tutorials on sap.com
https://developers.sap.com/tutorial-navigator.html
Creative Commons Attribution 4.0 International
693 stars 766 forks source link

Make Predictions for House Prices with SAP AI Core #23446

Open thewiseg opened 4 months ago

thewiseg commented 4 months ago

Tutorials: https://developers.sap.com/tutorials/ai-core-deploy.html

In step 6 the header shows Response with a JSON block that looks like this: { "MedInc": 8.3252, "HouseAge": 41, "AveRooms": 6.984126984, "AveBedrms":1.023809524, "Population":322, "AveOccup": 2.555555556, "Latitude":37.88, "Longitude":-122.23 }

But this is not the response, it is the request. That is the body we are posting to the service, not the response coming back.