Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Azure by (5.8k points)

I am doing the following steps to install R Hash_2.2.6.zip package on to Azure ML

  1. Upload the .zip file as a dataset
  2. Create a new experiment and Add "Execute R Script" to experiment
  3. Drag and drop .zip file dataset to experiment.
  4. Connect the Dataset in step3 to "Execute R Script" of step2
  5. Run the experiment to install the package

However, I am getting this error: zip file src/hash_2.2.6.zip not found

Just so that it's very clear, I am following the steps mentioned in this article: http://blogs.technet.com/b/saketbi/archive/2014/08/20/microsoft-azure-ml-amp-r-language-extensibility.aspx.

Any help in this regard is greatly appreciated.

1 Answer

0 votes
by (9.6k points)

Create a zip file and you will be able to install the inner package since the outer layer will get unzipped when data set is passed. 

Browse Categories

...