xwbxxx

Results 9 comments of xwbxxx

请问这个问题解决了吗?react-for-echarts该如何调用这段代码?

> @xwbxxx 有兴趣来一个 pr 吗? 有兴趣!看了眼源码逻辑不算复杂,但是我本地跑不起来github上的代码,只能通过npm install echarts-for-react下载正式版

> > > @xwbxxx 有兴趣来一个 pr 吗? > > > > > > 有兴趣!看了眼源码逻辑不算复杂,但是我本地跑不起来github上的代码,只能通过npm install echarts-for-react下载正式版 > > 为啥会跑不起来! 一开始是`npm install`的时候会在这个地方报错: ![image](https://github.com/hustcc/echarts-for-react/assets/49603007/972438dc-b6a4-4f24-9b5b-6499d6a1b2ab) 后来修改镜像,安装似乎成功了 `npm start`的时候又报这个错: ![image](https://github.com/hustcc/echarts-for-react/assets/49603007/3fa5dced-d0aa-4cd8-a465-8f471ea031ab)

> > > @xwbxxx 有兴趣来一个 pr 吗? > > > > > > 有兴趣!看了眼源码逻辑不算复杂,但是我本地跑不起来github上的代码,只能通过npm install echarts-for-react下载正式版 > > 为啥会跑不起来! 另外,我在本地安装时,发现`package.json`中定义的这两个目录不存在,导致了本地安装无法正常导入module,请问我应该执行什么指令,生成这两个目录? ![image](https://github.com/hustcc/echarts-for-react/assets/49603007/5973d513-ca1b-44fb-8b81-90a29db0b345)

I have the same problem, with ollama version is **0.1.31**, and my llm is **codeqwen-1_5-7b-chat-q2_k.gguf**. I have verifid the sha256, and it's the same with official readme file

Thank you for your reply! That helps a lot! > random common cause: adds a randomly generated common cause. Estimated effect should not change. That means **_random_common_cause_refutor_** only change the...

Thanks a lot, now I thoroughly understand their similarities and differences. However, when I try to interpret the results, once again, I'm confused. Here are my results of **bootstrap and...

Here is my code. My dowhy version is 0.11. The p-value of 0 happened when I try to refute `backdoor.linear_regression` estimator. ``` from dowhy import CausalModel import dowhy.datasets import pandas...

I think I found the reason for p value=0 in the case of two similar results of new effect and expected effect. ``` def perform_bootstrap_test(estimate, simulations: List): # This calculates...