Skip to content

Commit

Permalink
Machine Learning Sample Issue Azure#36277 (Azure#36493)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
achauhan-scc authored Jul 17, 2024
1 parent 14dd582 commit ab4deb4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions sdk/ml/azure-ai-ml/samples/ml_samples_featurestore.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,7 @@ def feature_store(self):
description="7-day and 3-day rolling aggregation of transactions featureset",
entities=["azureml:account:1"],
stage="Development",
specification=FeatureSetSpecification(
path="../tests/test_configs/feature_set/code_sample/FeatureSetSpec.yaml"
),
specification=FeatureSetSpecification(path="../azure-ai-ml/tests/test_configs/feature_set/code_sample/"),
tags={"data_type": "nonPII"},
)

Expand Down

0 comments on commit ab4deb4

Please sign in to comment.