SeitaBV / timely-beliefs

Model data as beliefs (at a certain time) about events (at a certain time).
MIT License
34 stars 6 forks source link

More user friendly initialization #45

Closed Flix6x closed 3 years ago

Flix6x commented 3 years ago

I added a long overdue documentation section on different ways to initialize a BeliefsDataFrame, which was mostly still hidden in its class docstring, and included the shortest possible way near the top of the main Readme, too. I also took the opportunity to 1) build in some flexibility to specify durations and timestamps in different formats, 2) rename a variable, and 3) add a shorthand for a TimedBelief, just Belief seems nice.

Flix6x commented 3 years ago

Document BeliefsDataFrame initialisation