Skip to content

Get prediction list #250

Closed
Closed
@ecofee

Description

@ecofee

I am testing about document classification.
It return only single label.

I want to list of prediction with weight.
It would look like below,

public class DocumentPrediction 
{
  [ColumnName("PredictedLabel")]
  public string Label {get;set;}
  public float Weight {get;set;}
}
,
PredictionModel<DocumentData , List<DocumentPrediction>>

Is that possible with StochasticDualCoordinateAscentClassifier? How can I do that?
There is no ref about this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions