Skip to content

Commit

Permalink
fix import (#222)
Browse files Browse the repository at this point in the history
Fix of importing Dataset, Datastore, Workspace
  • Loading branch information
jotaylo authored Mar 5, 2020
1 parent 39609ae commit 8748bdd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion diabetes_regression/training/train_aml.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
ARISING IN ANY WAY OUT OF THE USE OF THE SOFTWARE CODE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
"""
from azureml.core.run import Dataset, Datastore, Run, Workspace
from azureml.core.run import Run
from azureml.core import Dataset, Datastore, Workspace
import os
import argparse
import joblib
Expand Down

0 comments on commit 8748bdd

Please sign in to comment.