vincent d warmerdam
vincent d warmerdam
Exponential smoothing only looks at the previous value. I think it's just using a `.diff()` might do.
Benchmarks are most certainly the plan! Any preference on how though? Part of me likes the idea of running it on Github Actions, but I'm wondering if they provide consistent...
Come to think of it, do we really want to download large datasets and run potentially long-running benchmarks in Github Actions?
Fair enough. Let's try and start with GithubCI just to keep things simple. Where would you want to store the data from the benchmark results? Do we want to store...
I just got a base thing goin' on my local multiple dispatch branch.  What does TCPH stand for? Also, simulating some of these datasets is tricky. How might we...
I was thinking about building a [memo script](https://koaning.io/posts/for-loop-memo/), but I'm open to other ideas too. It kind of depends on how accurate you'd like these numbers. There's also stuff like...
I think I'm hitting the same issue with this demo script. ```python import click from trogon import tui @tui() @click.command() @click.option("--count", default=1, help="Number of greetings.") @click.option("--name", prompt="Your name", help="The person...
I am unsure. Looking at the docs it seems that the discovery tools are going away in sklearn. I do not know if something will replace it, but if sklearn...
Shall we close this issue in the meantime?
https://drive.google.com/file/d/0B1vGimk3GLjRTjk0ZzdUVWdWN0E/view