
Security News
Crates.io Users Targeted by Phishing Emails
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
This is the Python version of the DataRobot MLOps reporting SDK. This library enables remote reporting of MLOps metrics back to DataRobot for monitoring.
More information on DataRobot MLOps reporting library can be found here: https://docs.datarobot.com/en/docs/mlops/deployment/mlops-agent/index.html.
Install the MLOps reporting SDK with minimal dependencies.
This means that only the filesystem
spooler type will be available.
pip install datarobot-mlops
By installing additional dependencies, you can leverage these additional spooler types:
rabbitmq
- Installs dependencies for the rabbitmq
spooler type.google
- Installs dependencies for the pubsub
spooler type.kafka
- Installs dependencies for the kafka
spooler type.azure
- Installs dependencies that enable Azure Active Directory authentication for the kafka
spooler type.aws
- Installs dependencies for the sqs
spooler type.api
- Installs dependencies for the api
spooler type.aggregator
- Installs dependencies for large-scale monitoringYou can install these extra dependencies using pip
, for example:
pip install 'datarobot-mlops[rabbitmq]'
You can also install multiple sets of dependencies at once, for example:
pip install 'datarobot-mlops[kafka,azure]'
FAQs
datarobot-mlops library to read and report MLOps statistics
We found that datarobot-mlops demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
Product
Socket now lets you customize pull request alert headers, helping security teams share clear guidance right in PRs to speed reviews and reduce back-and-forth.
Product
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.