-
We are definitely not going to implement the Spline logic on our own. We should look into other libraries to see who has it implemented and wrap around it.
-
#### Describe the workflow you want to enable
When using `SplineTransformer` as part of a larger feature preprocessing pipeline that ends in a linear model, e.g. `Ridge`, I'd like the splines to get …
-
Hi, this issue took me some debugging to sort out so I thought I'd log it in case it's helpful for others. It happens the weather station I'm working with began operation on 1 October 1961. So, in mod…
-
```
var chart = c3.generate({
data: {
columns: [
['data1', 30, 200, 100, 400, 150, 250],
['data2', 50, 20, 10, 40, 15, 25]
],
type:'spline',
regions: {
'data1': [{'start':1, 'end':2, 'style':…
-
## Description
We are using Spline widget with `timeseries` to display some data within a date range. We are also using `culling: { max: 5 }` to limit the amount of labels to display.
The issue is…
-
Optimize wiggliness through lambda so that the residuals of the alternative model equal zero.
This would eliminate the instances where RSS of the null model < RSS alt model. (?)
-
I would like to have a spline that starts with predicted value of 0 and ends at predicted value of 1 (outside of x-range) with slope (or asymptotic slope) equal to zero.
example spline fit for rese…
-
Carrying over from the discussion on SWUNG.
Expand the spline kernel to allow n-dimensional data. In particular, data in 3D (so interpolate [x, y, z, data] to arbitrary points [xi, yi, zi]).
So…
-
The predict.brmsfit() function includes an argument _allow_new_levels_, which allows one to predict on new data containing group levels that were not present in the original data used to fit the model…
-
exp 134116 (flat) had an error in Qproc (on nightwatch) on r4. The exposure looks fine - the error looks like an error in processing (in qproc_compute_fiberflat). The error in the log appears to be in…