Model Monitoring in Domino 5.0 requires packages that are specific to the 5.0 release. When you upgrade to Domino 5.0 from a previous release, a 5.0 DSE with these packages is created automatically, but it is not the default Environment.
To take advantage of features in the 5.0 release, you can either configure your projects to use the 5.0 DSE or add individual 5.0 packages to your existing environments.
This topic explains how to add 5.0 packages to your existing environments.
You must use the Domino Data Capture client for integrated model monitoring in Domino 5.0. Install it as follows:
RUN pip install domino-data-capture
Install the Domino Data API
The Domino Data API currently supports Python only. Install it as follows:
RUN python -m pip install "dominodatalab[data]"