Files
MachineLearningNotebooks/how-to-use-azureml/training/train-on-remote-vm/train2.py
Roope Astala 3ca40c0817 version 1.0.8
2019-01-14 15:13:30 -05:00

7 lines
220 B
Python

# Copyright (c) Microsoft. All rights reserved.
# Licensed under the MIT license.
print('####################################')
print('Hello World (without Azure ML SDK)!')
print('####################################')