Skip to content

Commit ab4deb4

Browse files
authored
Machine Learning Sample Issue #36277 (#36493)
* fixing sweep job service response parsing issue * fixing sweep job service response parsing issue * raising a work around for cmd job and spark job name lowering case * fixing black issue * fixing serialization issue in sweep job * include black fix * found and fix the issue in compute validation * fixing a corrupt wokspace arm template * fixing the failed test case * updating the date for 1.18.0 release * removing empty section * adding in progress version details * adding IDC code reviewers * correcting the directory path
1 parent 14dd582 commit ab4deb4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

sdk/ml/azure-ai-ml/samples/ml_samples_featurestore.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,7 @@ def feature_store(self):
9797
description="7-day and 3-day rolling aggregation of transactions featureset",
9898
entities=["azureml:account:1"],
9999
stage="Development",
100-
specification=FeatureSetSpecification(
101-
path="../tests/test_configs/feature_set/code_sample/FeatureSetSpec.yaml"
102-
),
100+
specification=FeatureSetSpecification(path="../azure-ai-ml/tests/test_configs/feature_set/code_sample/"),
103101
tags={"data_type": "nonPII"},
104102
)
105103

0 commit comments

Comments
 (0)