-
Suggest to have an option to exclude the BLQ points from the spline while still showing them.
In ggplot2, it can be done by specifying a subsetted dataset for the smoother, e.g.
```
ggplot(db, …
-
Welcome to 'DSWP' Team, good to see you here
This issue will helps readers in gaining all the guidance that one needs to know about Multivariate Adaptive Regression Splines. Tutorial to Multivariat…
-
I have put together a [Python port](https://github.com/oesteban/gridbspline) of P. Thevenaz's [code for interpolation](http://bigwww.epfl.ch/thevenaz/interpolation/).
Would you be interested in tha…
-
Hi authors, thanks for this amazing work. My question is when I try to put the model's parameter in cuda mode, the spline_conv doesn't work and inform me parameters (weights) must be in cpu mode. Also…
-
Hi Li,
Do you have Spline data for training and testing SplineNet in ParseNet, and the "predictions.h5" file? The author of ParseNet said he lost all data.
![image](https://github.com/yuanqili78…
-
hello, i'm looking at
https://github.com/tud-amr/amr-lmpcc/blob/c6ba7cecdcf79475c5927e5f73d8f33ab13e735a/lmpcc/src/lmpcc_controller.cpp#L300
and here it code line from 527
acadoVar…
-
I have a glue job in AWS Glue that I'm trying to connect to my Spline server on EC2 using the spline agent jar, using the HTTP lineage dispatcher.
The glue logs show the correct producer url, and …
-
I have a statment in a Notebook in Databricks that is
```sql
create table
lineage_data.lineagedemo.dinner_1
AS
SELECT
recipe_id, concat(app," + ", main," + ",dessert)
AS
full_menu
…
-
He should not jitter through the air. Seems the c++ script in hallows_end.cpp is erroneously configured as it never actually disables his gravity. Plus, his waypoint_data script (236820) is FAR too hi…
-
Great and useful library- thank you for this!
I am using Patsy for splines and applying a fit spline to new data is tedious and inefficient because there doesn't seem to be pickle support. So when …