-
```
# Step 2
all0_multicam = np.random.choice(all0_multicam, size_0, replace=False)
all1_multicam = np.random.choice(all1_multicam, size_0, replace=False)
all0_urfd = np.random.cho…
-
If we have almost the same amount of packets for every label, can we skip the undersampling?
The question is how to have almost the same amount not only for the train set, but also for the test set?
…
-
Section 8.4.5 mentions that subsampling (e.g., oversampling, undersampling, and hybrid) approaches "can be used to address class imbalance via subsampling". It may be worth mentioning (even briefly in…
-
貼吧活動:(請查閱 [SARS-CoV-2 Timeline by 2020.02.21](https://github.com/agorahub/_meta/blob/agoran/theagora/sari/Memorandum_2020-02-21_SARS-CoV-2-Timeline_Nathan.pdf?raw=true), by Nathan :cloud: )
- Colla…
-
Hi,
I am new to C# (but practicing Java, C++ for image analysis and electrophysiology) and I am trying to read H5 files storing recordings from 1024 micro-electrodes. These data are stored within an …
-
Why set _test_size= 0.2_ in _create_train_test_set.py_, but the resulting data set (training set: Test Set) is not (8:2). Moreover, the sample size of the test set is much higher than that of the trai…
-
Thanks for the easy to use software!
I am trying to use parrot for a classification task and got the following warning:
> #############################################
> WARNING: Severe class i…
-
I was checking the per streamline metrics when I observed a strange output for the streamline weights from SIFT2:
After tckgen, nearly 2 million streamlines were mapped (2190667 to be exact). I was…
-
Hi,
While trying to finetune a bert-base model for multi-label text classification, I keep encountering this error. TextEncodeInput must be Union[TextInputSequence, Tuple[InputSequence, InputSequence…
-
I am running a dataset that has 12K rows, with this RSF module. The fit function has been running for the past 2 days and there is no output. can someone please confirm if this is expected?
Also, h…