DataCanvasIO / YLearn

YLearn, a pun of "learn why", is a python package for causal inference
https://ylearn.readthedocs.io
Apache License 2.0
391 stars 75 forks source link

Problem about plotting policy tree #32

Closed Vihagle closed 1 year ago

Vihagle commented 2 years ago

Please make sure that this is a bug.

System information

Describe the current behavior

Describe the expected behavior

Standalone code to reproduce the issue Provide a reproducible test case that is the bare minimum necessary to generate the problem. If possible, please share a link to Jupyter notebook.

Are you willing to submit PR?(Yes/No)

Other info / logs Include any logs or source code that would be helpful to diagnose the problem. If including tracebacks, please include the full traceback. Large logs and files should be attached.

lixfz commented 2 years ago

Can you "Provide a reproducible test case that is the bare minimum necessary to generate the problem. If possible, please share a link to Jupyter notebook."?

Vihagle commented 2 years ago

OK, I share a notebook use open source dataset like "Boston House Price", please check~

@.***

From: LiXuefeng Date: 2022-08-03 13:19 To: DataCanvasIO/YLearn CC: Vihagle; Author Subject: Re: [DataCanvasIO/YLearn] Problem about plotting policy tree (Issue #32) Can you "Provide a reproducible test case that is the bare minimum necessary to generate the problem. If possible, please share a link to Jupyter notebook."? — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

lixfz commented 2 years ago

But, I can not find the notebook you shared here. Upload it as a attachment from github website please.

Vihagle commented 2 years ago

Sry, I just send a email with attachment, maybe I can send notebook to your email lixf@sovon.net

lixfz commented 2 years ago

Thank you for your notebook, I reproduced the issue.

lixfz commented 2 years ago

I fix this issue in the main branch. At current timestamp, call plot_policy_tree with control=None please.

Vihagle commented 2 years ago

OK, looking forward to seeing the next version of ylearn update~