Replies: 1 comment 6 replies
-
| Hey @Neptune444! Hm, I wonder if it has to do with a numpy 0.20.0? Can you confirm your version of numpy and pandas for me?  | 
Beta Was this translation helpful? Give feedback.
                  
                    6 replies
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
https://lifelines.readthedocs.io/en/latest/Survival%20Analysis%20intro.html
I was using a piece of code from the introduction page, which was working fine a few days ago, but when I run it now I get this error: ValueError: zero-size array to reduction operation minimum which has no identity
I think the error relates to something in the
ax = plot_lifetimes(observed_lifetimes, event_observed=death_observed)section.Any ideas welcome.
Thanks,
Neptune
Beta Was this translation helpful? Give feedback.
All reactions