-
Not sure if this branches too far from the intended purpose of the package, but boosted conditional logit models as described in "Shi, H., Yin, G., Boosting conditional logit model". R package locate…
-
So here are some rough thoughts about distances etc based on Dave Harris's tweet:
[(e.g., are 20℃ and 25℃ the same distance as -3℃ and +2℃? Are they still the same if humidity changes?)](https://tw…
-
`add_lowess` is very convenient, just one line to add it to a new plot
e.g. smoothed endog for Logit as a function of predicted probabilities
(usecase calibration or reset plots #6430 or regressio…
-
Hi, very interesting idea, kudos!
I believe the proposed layer is equivalent to the following combination (I fix degree to be 4 for simplicity):
```python
from ChebyKANLayer import ChebyKANLa…
-
# Random effects and penalized splines are the same thing - Higher Order Functions
Weighted wiggles and smoothed categories
[https://tjmahr.github.io/random-effects-penalized-splines-same-thing/](ht…
-
We have a preliminary working set of vector tiles being created with a new data type that includes splines. The type of splines being used are b-splines. The control points of the spline are encoded i…
-
I'm training an EBM regressor on insurance loss data where the outcome has many zero values and large right skew. This is my model configuration:
```python
model = ExplainableBoostingRegressor(
…
-
In the description of the spline bases in the mgcv documentation it sounds like the derivatives uses in computing the derivative penalty can be different from the knots used in evaluating the spline.
…
-
**Description:**
Let's turn this into a documentation about what features has been added and what are missing.
Since the rework of the waypoint movement the node-to-node movement works pretty much a…
-
## 🚀 Feature
Shapes could have the option of a smooth interpolation between points.
## Motivation
In my image analysis pipeline, I make use of smooth curves which interpolate through points. Th…