Git Product home page Git Product logo

microsoft-r's Introduction

microsoft-r's People

Contributors

0xbliang avatar carlnan avatar danhartl avatar dependabot[bot] avatar hongooi73 avatar iheartdatascience avatar jeroenterheerdt avatar marabout2015 avatar microsoft-github-policy-service[bot] avatar mspreshah avatar olgaliak avatar prpalnit avatar ramnov avatar regijohn avatar sdgilley avatar sichoudh avatar szjarek avatar xiaoyongzhu avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

microsoft-r's Issues

Summarise is not working in revoscaler

Hi

untitled

This is the rxdata frame that i have initially, I wants to summarise the Amount column based on TransactionId. And it is expected to be zero here. But when i executed the code below, I am always getting a nonzero value which is even greater than .001
Result <- data %>%
group_by(TransactionId) %>%
summarise(number=sum(Amount))
Result:
result

I dont know why this is happening. If anyone knows please help me?

Set timeout of execute

Hi, I've been some tests with swagger-java-client and trying to figure out how may I extend the timeout of executeCode/executeCodeAsync (SessionAPIsApi) methods. My aim is to perform a long (without response) task/routine at a remote R session, but I am getting timeout exception during the execution.

I already tried to change it at "apiClient.setConnectTimeout(connectionTimeout)" but it seems that doesn't work at all.

Anyone already faced with that situation?
Thanks

MicrosoftML/Microsoft R Client for R 3.4??

MicrosoftML is a great package that comes with Microsoft R Client. But there is no update for R 3.4. This makes it difficult to use other packages like caret in a workflow. Is there any development version available for R 3.4 or higher?

Problem with MicrosoftML and RevoScaleR packages in RStudio

Hi,

I have just installed the latest Microsoft R Client. I am using RStudio as the IDE. The MicrosoftML and RevoScaleR pacakges will not load, they do not appear in the search path, and I get the following errors on start up of RStudio:

Error : .onLoad failed in loadNamespace() for 'RevoScaleR', details:
  call: NULL
  error: file.exists(defaultDataDir) is not TRUE
Error : .onLoad failed in loadNamespace() for 'RevoScaleR', details:
  call: NULL
  error: file.exists(defaultDataDir) is not TRUE
In addition: Warning message:
package ‘RevoScaleR’ in options("defaultPackages") was not found 
During startup - Warning message:
package ‘MicrosoftML’ in options("defaultPackages") was not found 
[Workspace loaded from ~/.RData]

The regular Rgui.exe IDE has no such problems and I can run the package examples fine. Do you know what might be causing this? Can you reproduce?

Thanks.

Running the python ML Server package

Add this instruction:

To run the python installation, you will need to run mlserver’s python like this :

/opt/microsoft/mlserver/9.2.1/bin/python/python

And then run you can import the azureml-model-management-sdk, for instance:

import azureml.deploy

The actual package can be found here :

/opt/microsoft/mlserver/9.2.1/runtime/python/lib/python3.5/site-packages/azureml

breaking environment when stop / start vm

Hi,

Whenever I stop / start the VM, it executes the powershell script and it's breaking my services on ML Server. Is there a way to avoid that? Where is stored the powershell / startup command? Then I can remove the powershell or the schedule to execute the script when it's not the first time that my VM is starting.

Thanks.

VM has reported a failure when processing extension 'customScript'

Template deployment returned the following errors:
15:15:45 - 3:11:43 PM - Resource Microsoft.Compute/virtualMachineScaleSets 'ComputeNodes' failed with message '{
15:15:45 - "status": "Failed",
15:15:45 - "error": {
15:15:45 - "code": "ResourceDeploymentFailure",
15:15:45 - "message": "The resource operation completed with terminal provisioning state 'Failed'.",
15:15:45 - "details": [
15:15:45 - {
15:15:45 - "code": "VMExtensionProvisioningError",
15:15:45 - "message": "VM has reported a failure when processing extension 'customScript'. Error message: "Failed to download all specified files. Exiting. Error Message: The remote server returned an error: (404) Not Found."."
15:15:45 - }
15:15:45 - ]
15:15:45 - }
15:15:45 - }'

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.