What algorithms can handle probabilistic targets?
I have a classification problem where I want to want to use probabilities instead of classes to train my model to learn to output probabilities. In my dataset, I have instances where the probabilities of two classes are almost equal and I would like the model to be able to learn these subtleties instead of me just providing the class for each instance. Is there an ML model that can handle this?
Thanks!
Topic machine-learning-model probability classification machine-learning
Category Data Science