-
Hello,
In connection to `PlotWindow`, I want to create a set of _data correction_ tools for 1D curves. I imagine four tools in it:
1) delete data points within a given range,
2) vertically scale …
kklmn updated
7 months ago
-
I just want to know how I can change the position of data.labels.
I have two data series in spline chart and the data are close so they are overlapping. Attached an image of the problem and the code
…
-
Having data, especially raw data, in this repository is not good practice.
Where at all possible we should provide a way for the user to source the data themselves (if it is public of course).
Th…
-
Hello.
I am running into some performance issues when specifying and sampling from a linear model with b-splines in PYMC (chapter 4, R Code reference 4.76). Everything works fast as long as I keep…
-
A spline chart with `axis.y.padding` set to 0 will be cut off:
![image](https://cloud.githubusercontent.com/assets/572/4966188/affea250-67b1-11e4-9ce3-b8461331c597.png)
When the `y` axis shows a per…
jarib updated
9 years ago
-
We may be able to generate a smooth nicer looking graph:
1. Use turnips lib to generate the lines and collections.
2. Iterate over those lines and collections to find the min and max for each day …
-
Hi, thank you for sharing such wonderful work!
I want to generate 7-dof joint trajectory using non-zero start and end velocity. I have checked out the previous issues about this problem, but I can't …
-
pip install torch-scatter torch-sparse torch-cluster torch-spline-conv torch-geometric==2.0.4 -f https://data.pyg.org/whl/torch-1.11.0+cu117.html
will install latest torch-sparse which is incompati…
-
### Describe the workflow you want to enable
I think it should be possible to implement a new method `inverse_transform` such that:
```python
import numpy as np
from sklearn.preprocessing import…
-
I am using `pygam.gam( )` that is fitting all the features with splines (without my imposing any specific `term` to any feature), so is it fair to say that GAM is equivalent to multivariate adaptive r…
ghost updated
4 years ago