MicrosoftLearning / mslearn-azure-ml

https://microsoftlearning.github.io/mslearn-azure-ml/
MIT License
188 stars 209 forks source link

Error loading data, in Lab06 #75

Closed tottokug closed 6 months ago

tottokug commented 7 months ago

Module: 5

Lab/Demo: 06

Task: 00

Step: 00

Description of issue In setup.sh, when creating data assets, diabetes-data/MLTABLE and orange-juice-data/MLTABLE are incorrectly set.


paths:
  - files: ./*.csv

but this causes the data assets to fail to load.

paths:
  - files: ./diabetes.csv

This can be solved by setting the paths: files . Repro steps:

1. 1. 1.

madiepev commented 6 months ago

Thanks! Issue should be fixed now.