joshdunnlime

Results 63 comments of joshdunnlime

> My solution is adding [`pass_filenames`](https://pre-commit.com/#hooks-pass_filenames) to the hook > > ```yaml > - repo: https://github.com/econchick/interrogate > rev: 1.3.2 > hooks: > - id: interrogate > args: [-vv, --config=pyproject.toml] >...

@cerlymarco Kind of... Linear Trees, from my understanding, (amazing work nonetheless) don't honour the continuously-smooth constraint that MVPWLR offers. This is important in many contexts, not least because it will...

> A probabilistic estimation would be of immense value. I'm in financial services, where people in the business are always wary of point estimates and ask the question, "how confident...

@glemaitre - I hadn't seen this. This is helpful but could be improved. 1) It gives and example of what to do if you don't want the behaviour. However, I...

Easiest solution so far: ```bash conda install -c conda-forge/osx-arm64 cython pip install git+https://github.com/tommyod/KDEpy ``` git+https://github.com/tommyod/KDEpy can even be added to requirements.txt or environment.yml for pip or conda install respectively.

What about Self-supervised Conformal Prediction (SSCP)? Is that likely to get added? +1 from me :)

I came from https://github.com/microsoft/AdaptiveCards/issues/8765 via the deprecation video blog (great idea on how to communicate the change and reasoning behind it and to improve user feedback). My use case is...

A nice extra addition to the augment module would be: `tk.augment_periodic_spline`. This has can have accuracy benefits over Fourier encoding, but does come at the cost of many more features....