-
The SciPy docs have a few of Dierckx's surface fit wrappers ([`SmoothBivariateSpline`](https://docs.scipy.org/doc/scipy/reference/generated/scipy.interpolate.SmoothBivariateSpline.html#scipy.interpola…
-
Thanks for the great package!
The paper in Patterns and the vignettes describe modelling variables with restricted cubic splines, using the rcspline.eval() function from Hmisc. I've noticed that rc…
-
Data exploration: Clustering
Preprocessing: Add binning, splines, etc.
-
The current instructions for creating a conda environment does not work. In particular, issues arise with pytorch and pytorch-geometric. I have attempted installing with pip instead using:
```
pi…
-
_Edited: based on @cderv comment and with additional examples_
## Considering the below example for Quarto `fig-alt` attribute:
```md
## Section
![Caption for Quarto Logo](https://quarto.org…
-
### Problem Description
Skrub currently encodes some features in the datetime encoder, but there are a few that feel missing.
- Seasonal patterns during the year
- Seasonal patterns during the…
-
Make a plot of `IMAGESCL` over the mission to test the nominal plate scale. Compute median, mean, and sigma.
Make a plot of `RSTWVL` over the mission and consider how to fit data with a spline. It …
-
Hi,
in some 3d design software (Blender) and in some 3d engines, animation data use bezier keyframes. These keyframes basically consist on the sampled value (time and value) and two handles (time …
-
```html
```
```js
import Spline from 'vue-spline'
import Scene1 from '../assets/scenes/scene.json'
export default {
name: 'Home',
components: {
Spline
},
data(){
ret…
-
### Request
Following the provided example for `GLMGam`, it appears that the b-spline terms to have penalized estimation must be input via the `smoother` argument and must be a `BSpline()` object. Ho…