Stef | ステフ
Stef | ステフ
Sorry for my late reply. ### 1st question That's an interesting use-case. Currently, the folder "openface/default_clean" is copied into the Docker image at creation time. If you want to keep...
Great to hear this @Animixer ;)
> It would still be ideal to create directly from a file, but one alternative is to `update` an existing env: > > ``` > mamba env update -n --file...
> `conda install --freeze-installed -c conda-forge mamba` @janxkoci Currently not on a project that this is needed, but will let you know once I've been able to test that.
Robyn version 3.11.0 did change the response, but not resolve this issue. I noticed this commit had been reversed, which might have been the reason: > fix: revert initial response...
Hi @gufengzhou , the spend is not dollars, but yen (divide the number by 150), so that explains why the spend numbers are much higher. It's about high value products,...
## Sugested solution Instead of using average historical Adstock effect: ```r xAdstocked
It seems likely that it is a font issue. When trying to show a plot, it cannot find the font `Arial Narrow`: ``` ## 1. IMPORTANT: set plot = TRUE...
Thank you for pointing that out @kevindotmcdonnellatartefactdotcom ! Seems I missed that somehow. The output of `myOnePager[[robyn_model]]$patches$plots[[4]]` actually gives me both the plot "Response Curves and Mean Spend" as well...
Adding the following 2 lines to `Rust-Cross-Platform-Development/rust-library/cryptor_jni/src/bin/publish.rs`: ```rust crate_lib_file_path.push_str(MAIN_SEPARATOR_STR); crate_lib_file_path.push_str("cryptor_jni"); ``` To the function: ```rust /// `$ rust-library/target/x86_64-linux-android/release/JNI_LIB_FILE_NAME` /// fn crate_file_path_for_target(project_dir_path: &str, android_target: &str) -> String { let mut crate_lib_file_path...