mirror of
https://github.com/Azure/MachineLearningNotebooks.git
synced 2025-12-19 17:17:04 -05:00
6 lines
172 B
Python
6 lines
172 B
Python
# Copyright (c) Microsoft. All rights reserved.
|
|
# Licensed under the MIT license.
|
|
|
|
print("In train.py")
|
|
print("As a data scientist, this is where I use my training code.")
|