Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

azureml-tensorboard

Package Overview
Dependencies
Maintainers
1
Versions
89
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

azureml-tensorboard

Machine Learning TensorBoard package combines AzureML SDK with TensorBoard visualization

pipPyPI
Version
1.53.0
Maintainers
1

Microsoft Azure Machine Learning TensorBoard API for Python

This package has been tested with Python 3.6 and 3.7.

The SDK is released with backwards compatibility guarantees.

The Azure Machine Learning azureml-tensorboard package combines the AzureML SDK with TensorBoard visualization.

It can be used to:

  • Export run history to TensorBoard logs directory. You 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.

Setup

Follow these instructions <https://docs.microsoft.com/azure/machine-learning/how-to-configure-environment#local>_ to install the Azure ML SDK on your local machine, create an Azure ML workspace, and set up your notebook environment, which is required for the next step. Once you have set up your environment, install the AzureML TensorBoard package:

.. code-block:: python

pip install azureml-tensorboard

FAQs

Did you know?

Socket

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.

Install

Related posts