-
Is your feature request related to a problem?
After using quite intensive Label Sleuth for a while in text classification projects that require consecutive generation evaluation of multiple models …
-
**Is your feature request related to a problem? Please describe.**
Me and my team design the data collection (activity classification) strategy that make same class close to each other, it's also rel…
-
First of all, fantastic work on this package!
As far as I can tell, the current implementation primarily focuses on instance segmentation but does not support multi-class prediction for detected nu…
-
[Latent Target-Opinion as Prior for Document-Level Sentiment Classification: A Variational Approach from Fine-Grained Perspective](https://dl.acm.org/doi/pdf/10.1145/3442381.3449789)
I chose this p…
-
--> model = MultiLabelClassifier(base_model=DistilBERT, batch_size=2, multi_label_sequences=True, n_epochs=3)
--> model.fit(trainX, trainY)
WARNING: Entity could not be transformed and will be ex…
-
![image](https://github.com/user-attachments/assets/8e36e43d-8c60-407d-8df3-856e01a2e5aa)
请问是只支持binary和multiclass吗
不知道能否做类似这样的
https://scikit-learn.org/stable/modules/generated/sklearn.model_select…
-
## 0. 論文
Journal/Conference: **ACL 2020**
Title: **Enhancing Cross-target Stance Detection with Transferable Semantic-Emotion Knowledge**
Authors: Bowen Zhang, Min Yang, Xutao Li, Yunming Ye, Xi…
-
#### Description
All tests in in `check_estimator` are disabled if `X_types` does not include `"2darray"`. Some tests such as `check_get_params_invariance` or `check_set_params` do not require a `fit…
-
I want to train the model to detect 2 classes, but after training it recognize only 1 class
-
## Description
Dear all, following the [tutorial](https://github.com/indhub/mxnet/blob/e5b89cf9d7c35ac749ed14b54c0faa6dfffa15ef/example/distributed_training/README.md) on distributed training (whic…