orbital
Turning fitted workflows into SQL for easy predictions in databases
Orbital lets you take a fitted tidymodels workflow and convert it to the SQL that you can execute to generate predictions the same way as with predict()
on the original workflow. This offers a few benefits. Firstly, it creates a much smaller and lower dependency object from which to perform predictions. Secondly, creating SQL (or any flavor) lets you supercharge your deployment by avoiding the need to set up an environment for predictions and instead handle it in the database directly.
Here is an example of Running tidymodel prediction workflows inside databases with orbital and Snowflake.
This project has spun off a Python library of the same name at https://posit-dev.github.io/orbital/ written by Alessandro Molina.