-
### Issue description
There is a vulnerability detected (serverless@3.38.0) by Snyk regarding [braces](https://security.snyk.io/vuln/SNYK-JS-BRACES-6838727?_gl=1*7c6pzm*_ga*MTkyNDI3ODI4NC4xNjk1NjM0Nj…
-
Hi, I've faced a problem when training the model which contains 2 classes, i.e., 'bg' and 'corrosion'. Most of the pixels are bg (background).
the first 100 iterations I got this performance metri…
-
Can you please add Cohen's kappa as one metric?
It is a good choice for imbalanced datasets
-
### Discussed in https://github.com/kogalur/randomForestSRC/discussions/287
Originally posted by **Jiangnan-Lyu** July 6, 2022
How do I extract the average split depth for each variable of ea…
-
Robocoins often ship with a hardcoded limit for their supply, which is progressively relaxed as stakeholders grow increasingly comfortable with the security and stability of the system. Unfortunately,…
-
I was working on an imbalanced problem with your code for a week and the results got me frustrated with low accuracy. However, after I did some work as below the accuracy has significantly improved so…
-
### Question
Hi,
I use yolov5x with this setting (train: 70%, val: 10%, test: 20%)
```
train: images/train # train images (relative to 'path') 128 images
val: images/val # val images (relativ…
-
### Describe the workflow you want to enable
I propose adding a `class_weight` parameter to the [KNeighborsClassifier](https://scikit-learn.org/stable/modules/generated/sklearn.neighbors.KNeighbors…
-
# Lines of code
https://github.com/Tapioca-DAO/tapioca-yieldbox-strategies-audit/blob/05ba7108a83c66dada98bc5bc75cf18004f2a49b/contracts/balancer/BalancerStrategy.sol#L138-L147
# Vulnerability deta…
-
My own dataset is very imbalanced, and I achieved superior results using:
```
weight_for_positive_class = 5
pos_weight = torch.tensor([weight_for_positive_class])
self.crit…