Sam Lupton
Sam Lupton
Thanks @CamDavidsonPilon and cheers for the library - it's a lifesaver in an underdeveloped area 👏
@SystemErrorWang hi, any news on this?
Here's the .describe() of the dataset, in case you spot any patterns. Any help would be appreciated! Here are the relevant versions: pandas 1.3.0 scipy 1.7.0 lifetimes 0.11.3 
**Update:** fixed this in the end by passing in ndarrays rather than pandas Series (which is as simple as using, for instance, `f['frequency'].values` rather than `f['frequency']` in my code above)....