mx-iao
mx-iao
@jay2017-git can you run [`get_webservice_logs()` ](https://azure.github.io/azureml-sdk-for-r/reference/get_webservice_logs.html) to get the logs from the deployment?
Can you share your score.R file (you can redact any private info)
Hi @johanneswaage, this is a great point and thanks for bringing it up. Better package management support is on our roadmap, and we are looking into ways we can support...
@jon-nagra The initial bug `Error in py_get_attr_impl(x, name, silent): AttributeError: 'TabularDataset' object has no attribute 'to_pandas_data_frame' Traceback:` has been fixed since the last CRAN release, so if you install the...
@jon-nagra, you can just stick with `dataset$to_pandas_dataframe()` for now; it's the same thing. @jon-nagra what is the issue you are seeing with estimator?
We now have an [RScriptStep](https://docs.microsoft.com/en-us/python/api/azureml-pipeline-steps/azureml.pipeline.steps.r_script_step.rscriptstep?view=azure-ml-py) for running arbitrary R scripts on AmlCompute. It is available from Python SDK and the CLI.
I will track this as documentation enhancement to add an example of running a pipeline with the CLI
@lucazav we are fixing the bot, thanks!
Hi @krenova this is recent issue we've just seen due to an upgrade to pip. A workaround is to pin pip to version 20.1.1. You should be able to do...
@krenova Are you using the SDK installed from GitHub? If not can you first upgrade to that: https://azure.github.io/azureml-sdk-for-r/articles/installation.html#install-the-azuremlsdk-r-package