datashinobi / azure-ml-experiment

This is me playing around with Azure ML

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

azure-ml-experiment

This is me playing around with Azure ML

How to run

Requisite

The following utils need to be installed

  • docker
  • make
  • bazelisk

Run in docker

Build

make build

Run

make run

Run from workstation

bazel build //... bazel run //:training

About

This is me playing around with Azure ML


Languages

Language:Starlark 55.8%Language:Dockerfile 27.9%Language:Python 12.1%Language:Makefile 4.3%