What is even worth doing? #42
Replies: 2 comments 27 replies
-
|
I'm working on an approach to vectorize access to multi-dimensional tables (e.g. with keys of age, duration, sex) - I could put together a problem statement for this and some examples? It's key blocker for me in terms of using Python in production (most of our tables have 2 or 3 keys, included banded keys). (non-vertorized tables work fine using pandas MultiIndexes, but vectorised Indexes only work correctly in pandas for a single index) |
Beta Was this translation helpful? Give feedback.
-
|
This chain is getting a little hard to follow from all the ideas. @MatthewCaseres - I've added you to the repo (and set up a project) - does that work for you? Let's get issues/ideas noted out as separate items. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Trying to think through some work items that are interesting, a lot of work can be done but it isn't clear what should be done. In no order.
Lifelib
Maybe even make a PDF document. Keep it short and rigorous.
So the pitch is to contribute a couple of high quality educational notebooks to the lifelib projects so that people know some basic information about building their own simple modeling systems in Python.
Website
The fact that star counts have not been updating is pretty bad. We need to nuke the source code and make it as concise and maintainable as possible.
Simulating universal life data
This also has potential as a lifelib contribution. We need the simulated data to do reproducible research.
Benchmarks
The benchmarks are fine but I don't think there are any enhancements that need to be prioritized.
Chainladder
Raising issues and not fixing is in poor taste. Should probably come back around and solve the issues I raised.
Beta Was this translation helpful? Give feedback.
All reactions