Install packages for Model Monitoring

Model Monitoring requires specific packages be included in your Environment.

You can either use a Domino Standard Environment from your current version, or add the below packages to your existing environments.

Install the Domino Data Capture client

You must use the Domino Data Capture client for integrated model monitoring.

Install it as follows:

RUN pip install domino-data-capture
RUN R -e "install.packages(c('DominoDataCapture'))"

Install the Domino Data API

The Domino Data API currently supports Python only.

Install it as follows:

RUN python -m pip install "dominodatalab[data]"