Using whylogs with Ray
Describes how to use whylogs with Ray.
Prerequisites
About this task
In HPE Ezmeral Unified Analytics Software, whylogs is integrated to work with Ray in a distributed environment. You can use whylogs with Ray for logging and analyzing the distributed data or monitoring the ML models in a distributed environment.
To use whylogs with Ray, refer to the Ray example in the GitHub. The basic steps are outlined as
follows:
- Create a notebook or import the notebook into HPE Ezmeral Unified Analytics Software. See Creating and Managing Notebook Servers.
- Import the required libraries and modules from whylogs.
- Use Ray for distributed data processing tasks.
- Log the data with whylogs and store the results.
- Once you finish running your notebook, navigate back to the HPE Ezmeral Unified Analytics Software home screen.
- In the left navigation bar, go to Data Engineering > Data Sources.
- Click Browse.
- Go to the
/shared/<ray-whylogs>
folder which is a path set in your notebook to store the logs from whylogs. You can see that the data proļ¬les and the drift summary report are stored in the shared volume in the.html
and.bin
formats. - To download a summary report, select Download from the Actions menu.
Results
You can analyze the summary report to detect drifts and monitor your data in a distributed environment.