powershell - Unable to run experiment on Azure ML Studio after copying from different workspace -




my simple experiment reads azure storage table, selects few columns , writes azure storage table. experiment runs fine on workspace (let's call workspace1).

now need move experiment workspace(call workspace2) using powershell , need able run experiment. using library - https://github.com/hning86/azuremlps

problem :

when copy experiment using 'copy-amlexperiment' workspace 1 workspace 2, experiment , it's properties copied except azure table account key. now, experiment runs fine if manually enter account key import/export modules on studio.azureml.net

but unable perform via powershell. if export(export-amlexperimentgraph) copied experiment workspace2 json , insert accountkey json file , import(import-amlexperiment) workspace 2. experiment fails run.

on powershell "internal server error : 500".

while running on studio.azureml.net, notification "your experiment cannot run because has been updated in session. please re-open experiment see latest version."

is there anyway move experiment external dependencies workspace , run it?

edit : think problem how experiment handles accountkey. when enter manually, it's converted json array comprising of recordkey , indexinrecord. when upload json experiment accountkey, continues remain same , not resolved recordkey , indexinrecord.

for me publishing experiment private experiment cortana gallery 1 of useful options. people link can see , add experiment gallery. on below link i've explained steps followed.

https://naadispeaks.wordpress.com/2017/08/14/copying-migrating-azureml-experiments/





wiki

Comments

Popular posts from this blog

Asterisk AGI Python Script to Dialplan does not work -

python - Read npy file directly from S3 StreamingBody -

kotlin - Out-projected type in generic interface prohibits the use of metod with generic parameter -