By default, Runhouse collects metadata from provisioned clusters and data relating to performance and error monitoring. This data will only be used by Runhouse to improve the product. No Personal Identifiable Information (PII) is collected and we will not sell or buy data about you.
We collect non-sensitive data on the cluster that helps us understand how Runhouse is being used. This data includes:
Python version
Resources (cpus, gpus, memory)
Cloud provider
Region
Instance type
We collect data from normal package usage that helps us understand the performance and errors that are raised. This data is collected and sent to Sentry, a third-party error tracking service.
If you would like us to remove your collected data, please contact us.
To disable data collection and error tracking collection, set disable_data_collection
to true
in your
local Runhouse config (~/.rh/config.yaml
), or in Python:
import runhouse as rh
rh.configs.disable_data_collection()