Metadata-Version: 2.0
Name: azureml-tensorboard
Version: 1.8.0
Summary: UNKNOWN
Home-page: https://docs.microsoft.com/en-us/azure/machine-learning/service/
Author: Microsoft Corp
License: https://aka.ms/azureml-sdk-license
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Multimedia :: Graphics
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: MacOS
Classifier: Operating System :: POSIX :: Linux
Requires-Python: >=3.5,<4
Description-Content-Type: text/x-rst
Requires-Dist: azureml-core (~=1.8.0)

Microsoft Azure Machine Learning Tensorboard API for Python
===========================================================

This package has been tested with Python 2.7 and 3.6.
=====================================================

The SDK is released with backwards compatibility guarantees.

Machine learning tensorboard package combines the AzureML SDK with tensorboard visualization.

It can be used to:

 * Export run history to tensorboard logs directory.  The user can run tensorboard against the directory to view metrics.
 * Launch tensorboard from run history.  Tensorflow logs can be written to a specified logs directory and then automatically loaded in real-time from azure blob storage.




