python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Label Studio: How to use data fields in labelling interface
I importded thousand of images in Label Studio, every image is defined by a .json like this:
[
{
"data": {
"image": "cometa_32742CRO000005502746_1500824468_2.png&q...

Matteo_Sid
Votes: 0
Answers: 1
Calculating multi-label inter-annotator agreement in Python
Can anyone recommend a particular metric/python library for assessing the agreement between 3 annotators when the data can be assigned a combination of labels (as seen below)?
Msg_1
Msg_2
Msg_3
M...

James
Votes: 0
Answers: 0
How do I train a sklearn model on a list of numbers?
I have a sampling type:
Text
Target
TEXT
Yes
TEXT
No
TEXT
Yes
...
...
each text can only belong to one class. But the sample contains items with only 2 out of 3 possible target value...
parvector
Votes: 0
Answers: 2
Multi Label Imbalanced dataset classification
I am currently working on an multi label fashion item dataset which is highly imbalanced
I tried using class_weights to tackle it, but still the accuracy is stuck at 0.7556 every epoch. Is there any w...
GJT Praveen
Votes: 0
Answers: 1