krenova

Results 7 comments of krenova

I've having similar issues with many of the datasets functions as well. For example say `ds` is my dataset, then ``` download_from_file_dataset(ds) Error in py_get_attr_impl(x, name, silent) : AttributeError: 'TabularDataset'...

hi @atulupov and @jon-naga, not really sure whats going on but I suspect that there is a delay updating the R wrappers with respect to the changes in the python...

@atulupov, i've no idea too. I was about to give up on azuremlsdk until i found the above solution. btw, it appears that you have some issues with the pandas...

@jon-nagra , great stuff. I think yours is a better solution as it directly installs the required package into the same environment that the python your R calls sits on....

@mx-iao I tried `env$python$conda_dependencies$add_conda_package('pip==20.1.1')` but unfortunately the same errors surfaced. I tried uninstalling and installing/updating the `ruamel` package but it didnt change anything. ``` r_env$python$conda_dependencies$add_conda_package('pip==20.1.1') r_env$python$conda_dependencies$remove_pip_package('ruamel.yaml') r_env$python$conda_dependencies$add_pip_package('ruamel.yaml') ``` Could I...

Really need this as I found Gemini to be hallucinating quite abit on a RAG application. Btw your title refers to `claude` and not gemini. `[Feature] Add Support on Log...