-
I am trying to get undersampled k space brain data . In the literature I have read that low frequencies ( or middle portion) data is not undersampled but only the high frequencies. But I do not have t…
-
Hi,
I am dealing with some unbalance dataset, so I want to do under-sampling before getting to any models.
Here are my code:
```
balance % group_by(Y) %>% summarise(n=n()) %>% collect
i…
-
Some bugs are still left in the master (and dev, too).
- Undersampling is not removed in every example. Please remove it in the examples "two_inverter_droop_safe_opt" and "single_inverter_voltage_…
-
**Problem Description**
Currently, when passing the model pipeline to any shap feature, we use SHAP explainer to explain it directly, which causes an error.
**Desired Outcome**
All shap features …
-
In a recent analysis with `corncob`, I'm getting many ASVs modelled with a very low or high mu but with an insignificant P-value while my significant ASVs have relatively low mu.
I run corncob as fol…
-
A place to leaves about how to think about handling data imbalance. @MarconiS
- [x] Oversampling minority and undersampling majority to even (test a variety of sizes)
- [ ] Oversampling as above…
bw4sz updated
3 years ago
-
Hi devs,
Could you please help with the following questions:
* Does EBM benefit from data scaling in the pipeline?
* Are there any recommendations for faster model training and/or for handling …
-
There are relatively strong spurious signals observed around 73MHz on 6m band and 94MHz on 10m band transmissions.
It seems that these spurious are related to 122.88MHz clock signal based on the cal…
-
Issue [JP-1313](https://jira.stsci.edu/browse/JP-1313) was created by David Law:
Ongoing testing of outlier rejection for the MIRI MRS has uncovered a few issues. The direct bugs are addressed in ht…
-
Hi guys,
I detected a big issue if one wants to create a second, also if it is another one, object for sampling. The reason is that in the parent class DataHandler you are setting the parent class …