Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Helper Functions for CloudML Engine Hypertune Services.
.. _Google CloudML Engine Hyperparameter Tuning Service: https://cloud.google.com/ml-engine/docs/tensorflow/hyperparameter-tuning-overview
|pypi| |versions|
Google CloudML Engine Overview <https://cloud.google.com/ml-engine/>
__.
Google CloudML Engine Hyperparameter Tuning Overview <https://cloud.google.com/ml-engine/docs/tensorflow/hyperparameter-tuning-overview>
__.
Install via pip <https://pypi.python.org/pypi/pip>
__:
::
pip install cloudml-hypertune
.. code:: python
import hypertune
hpt = hypertune.HyperTune()
hpt.report_hyperparameter_tuning_metric(
hyperparameter_metric_tag='my_metric_tag',
metric_value=0.987,
global_step=1000)
By default, the metric entries will be stored to /tmp/hypertune/outout.metric
in json format:
::
{"global_step": "1000", "my_metric_tag": "0.987", "timestamp": 1525851440.123456, "trial": "0"}
.. |pypi| image:: https://img.shields.io/pypi/v/cloudml-hypertune.svg :target: https://pypi.org/project/cloudml-hypertune/ .. |versions| image:: https://img.shields.io/pypi/pyversions/cloudml-hypertune.svg :target: https://pypi.org/project/cloudml-hypertune/
FAQs
A library to report Google CloudML Engine HyperTune metrics.
We found that cloudml-hypertune demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer 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
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.