-
-
Hi,
I think the type of forecaster @KishManani mentions can be created with two approaches:
1. Using a multi-output regressor (multi-target) from [sklearn.multioutput](https://scikit…
-
Author, I would like to ask about the emphasis on multi-class in your work based on the SEAM code. I didn't see any significant changes related to multi-class in the code. Could you please clarify wha…
-
### Search before asking
- [x] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and [discussions](https://github.com/ultralytics/yolov5/discussions) and found no simi…
-
Right now the code auto assigns type Ia one value and all other SN another value. Figure out where this is happening and update it to assign number's corresponding to Ved's classifier (eg. Ib one valu…
-
### Feature Request
How can we use this library to get an equation for multiclass classification ?
-
Given a simple AI service:
```java
@RegisterAiService
public interface Assistant {
TokenStream chat(@UserMessage String prompt);
}
```
and a simple REST resource:
```java
@Appli…
-
Thanks for your sharing!
If I want to use multi-class AsymmetricUnifiedFocalLoss, is current version available?
-
Scikit-learn provides multi-class options for area under curve: https://scikit-learn.org/stable/modules/generated/sklearn.metrics.roc_auc_score.html
We should provide the most common ones, such as …
-
I have class of 12, so I convert flag_multi_class = True, but have occur this error
ValueError: Error when checking target: expected conv2d_24 to have 4 dimensions, but got array with shape (2, 65536…