José L. Cañadas-Reche

Results 10 issues of José L. Cañadas-Reche

Hi. I try to compile an app to predict bayesian model . I saved posterior chain, and model specification. My precomp_file is something like that. **precomp_file.jl** ```julia using Turing using...

Hi. I try to compile an app to predict bayesian model . I saved posterior chain, and model specification. My precomp_file is something like that. **precomp_file.jl** ```julia using Turing using...

Hi. I try to compile a simple Rmarkdown like this. ![Captura de pantalla_2022-04-02_11-03-37](https://user-images.githubusercontent.com/1321194/161376006-1ff67268-3d4e-4b58-92f5-b7feddfc71cd.png) But I get this ```bash processing file: tt.Rmd Julia version 1.7.2 at location /home/jose/Descargas/julia-1.7.2/bin will be used....

### Sparkling Water Version 3.44.0.3-1-2.4 ### Issue description Hi. Maybe this is a simple question. How can I get summary of h2oframe in sparklingwater? I try ```scala my_h2o_frame.describe() ``` But...

Hi. First of all. Thanks for your fantastic package.. It allows me to validate my spark dataframes and create beautiful reports. I'm trying to use scan_data function over spark data...

Type: ☹︎ Bug
Difficulty: [3] Advanced
Effort: [3] High
Priority: [3] High

**Describe the bug** Error compiling **To Reproduce** ```r S

bug

Hi. I'm trying to use pointblank with bigquery tables , loaded with bigrquery library and use src_bigquery to get conection My table looks like this ```r > tabla3 Job complete...

Type: ☹︎ Bug

I get an error using sbt to build jar. ```shell sbt.ResolveException: unresolved dependency: com.stitchfix.algorithms.spark#sfs3_2.11;0.7.0-spark2.2.0: not found ``` And it looks what http://artifactory.vertigo.stitchfix.com/artifactory/releases` does not exist.

Hi. In brms I can write this ```r brm( target1| resp_weights(n) ~ (1 | edad_cat) + (1 | valor_cliente) + (1 | tipo), family = "binomial", data = train) ```...

Hi. I'm using debian bullseye. I have a problem convert ipynb file to py file ```` Error detected while processing function jukit#convert#notebook_convert[5]..67_convert_to_script: line 12: E319: No "python3" provider found. Run...