Accessing served models from Excel
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2022 07:17 PM
Anyone know of an Excel plug-in (or code example) that would connect to a databricks serverd model for scoring and present results back in Excel?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2022 07:21 PM
I would create a python program to convert excel into csv or whatever format your model takes as input and use that input for the model. And vice versa. I can make it for you if you want 🙂