Closed nickreich closed 1 year ago
@elray1 notes that this then makes it so you can't see what the file is explicitly, you need additional information to make the file readable.
I'm guessing we will not be pursuing this idea anymore?
Yeah, I think we should close for now.
In a categorical target definition, could we use what is currently stored in
model_tasks > output_type > categorical > type_id
to encode a mapping between integers and categories, so that we could have sample-based representations of categories? E.g. a table likewhere type_id corresponds to the index of the sample and value corresponds to the number corresponding to the category. Noting that categorical targets are weird because the categories can show up as the type_id for pmf output_type but also as the value for the sample output_type.
Possibly related to the question about whether output_type should be a property of a target specifically or not.