Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does required and optional apply to categorical output types #10

Closed
annakrystalli opened this issue Nov 17, 2022 · 3 comments
Closed

Does required and optional apply to categorical output types #10

annakrystalli opened this issue Nov 17, 2022 · 3 comments
Labels
question Further information is requested

Comments

@annakrystalli
Copy link
Member

Given probabilities across all possible categories sum to 1, it doesn't make much sense to me to have some categories optional and some required?

If anything feels like they should either all be required or all optional (with any missing assumed to be 0 probability) so long as what is provided sums to one?

@annakrystalli annakrystalli added the question Further information is requested label Nov 17, 2022
@annakrystalli
Copy link
Member Author

Also, examples of possible categories welcome!

@nickreich
Copy link
Contributor

I like a plan where all categories are optional (with any missing assumed to be 0 probability) with a check that the probabilities provided sum to one.

Some example categories:
Example 1, like a level of incidence : ["low", "moderate", "high", "extreme"]
Example 2, like a trend: ["flat", "increasing", "decreasing"]

@annakrystalli
Copy link
Member Author

Closed via #11

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants