Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

palantir.plot.plot_palantir_results #154

Open
yitengfei120011 opened this issue Dec 11, 2024 · 1 comment
Open

palantir.plot.plot_palantir_results #154

yitengfei120011 opened this issue Dec 11, 2024 · 1 comment

Comments

@yitengfei120011
Copy link

hi,palantir_entropy is all 0 in my data. Is there anything wrong with my data? All of them are zero, how do we explain that?

image

image

@katosh
Copy link
Collaborator

katosh commented Dec 12, 2024

Hi @yitengfei120011, thanks for reaching out. From the plot, it appears that only a single terminal state was specified. As a result, the fate probability remains constant at 1 for that fate across the entire space. Consequently, the entropy also remains constant, calculated as:

$E=-\sum_i p_i\cdot log(p_i)=-1\cdot log(1) = 0$

I hope this clarifies the issue. Let me know if you have any further questions!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants