Get started
Run in GitHub Actions
Automate continuous testing and reporting with CI
The Empirical CLI is optimized to run in CI/CD environments. This enables your team to track model performance and quality over time.
In your CI config, trigger the Empirical CLI run
command, after you have set up the
environment with Node.js.
GitHub Actions
Copy-paste the following configuration file in your GitHub repo to run Empirical on GitHub Actions.
Depending on the models you are running, you need to pass environment
variables to the run
command.
Reporting
Empirical can generate a helpful report in your GitHub pull request, when combined with other GitHub Actions.
Use the following configuration to set this up.