-
### this code can't work
```
from pyhht.emd import EMD
from pyhht.visualization import plot_imfs
import numpy as np
x = [2275.4, 2274.6, 2274.6, 2274.4, 2274.0, 2273.6, 2272.8, 2273.6, 2274.0,…
-
Could you put in a smoother for parameters?
The only non-obvious thing I would have to do is do some increment of the smoother in the processblock sample loop, easy. Would be pretty easy for you to…
-
It's the issue to discuss about PR we want to add before feature freeze.
Feature freeze is expected on 21st May.
I added some CSM PR + Player to Database backend
-
In simulations that use ionization for gas mixtures in large volumes (in contrast to confined targets with lots of vacuum around), memory ionization becomes a limiting problem.
Example:
- Primary par…
-
Dear @zeinebchelly @JJ and @fergunet,
The dataset we're working with has the following distribution of patterns per class:
45856 are GRANTED
3350 are STRONGDENY
This means 93% - 17% :(
What do you…
-
I would like to apply custom sampling functions to the training set for my regression problem, (e.g. Undersampling samples with y = 0).
This throws an error that "sampling methods are only implemen…
-
#### Description
I'm trying to use an imbalanced dataset to run LassoCV (that's why the StratifiedShuffleSplit), but it raises an error. Using another cross validation strategy object yields the same…
-
I'm trying to get tile by long, lat and zoom by formula:
```python
row = int((90 - lat) / 180 * 2 ** zoom)
col = int((180 + lon) / 180 * 2 ** zoom)
```
but it doesn't work.
Here is related ques…
-
Would there be interest in implementing oversampling and hybrid oversampling+undersampling techniques for combating class imbalance in classification problems?
The API I have envisioned (and have cod…
-
Dear mlr people!
Is there any simple way of incorporating additional modelling steps in the middle of the nested cv?
For example let's say I have an imbalanced dataset, with 10 times more negat…