Pre-release
This release is a pre-release and may not be stable for production use.
Metric Reporting Python Package for CloudML Hypertune
Helper Functions for CloudML Engine Hypertune Services.
Prerequisites
Google CloudML Engine Overview.
Google CloudML Engine Hyperparameter Tuning Overview.
Installation
Install via pip:
pip install cloudml-hypertune
Usage
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"}
Licensing
Apache 2.0
Release files for cloudml-hypertune 0.1.0.dev6
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| cloudml-hypertune-0.1.0.dev6.tar.gz | 3.2 kB | Details |
Release files / cloudml-hypertune-0.1.0.dev6.tar.gz
| Download URL | cloudml-hypertune-0.1.0.dev6.tar.gz |
|---|---|
| Size | 3.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
b96a5a203ecf7b3302e94f63977d7293fe21c696bea27e35667de82599696a89
|
|
BLAKE2b-256 checksum How to use checksums |
8454142a00a29d1c51dcf8c93b305f35554c947be2faa0d55de1eabcc0a9023c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.15.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.40.2 CPython/2.7.15
|