Need for disambiguation of terms "ID" and "value" #221
Labels
good first issue
Good for newcomers
help wanted
Extra attention is needed
question
Further information is requested
I don't know exactly where this should go, so I figured I would open it here in the documentation. I'm opening this in hopes that there can be a discussion about the best way to handle these.
There are a couple of things that always make me pause and make sure I'm understanding them correctly and this may be addressed by either a clear summary of conventions or a reevaluation. At the moment, I can think of two terms that are used in different ways in our documentation (and in our schemas): "ID" and "value." This may seem like a minor quibble, but it does affect how easy it is to understand the documentation and I am interested in hearing how others perceive these.
ID
The term ID is used in
task_id
andoutput_type_id
. Atask_id
describes a column of data (factors used for modeling) while anoutput_type_id
describes elements/values/items within theoutput_type_id
column.I'm honestly not sure the best way to disambiguate these, but I have to keep reminding myself of this every time I look at them.
value
The term "value" is to describe elements/items within a column, within a JSON list, and to describe a column of model output.
There is an unstated convention of using
value
(formatted as inline code) to refer to the column and value (formatted as plain text) to refer to the elements/items/contents within a column.This can get especially confusing when parsing sentences like this:
I think this one could be solved by using an analogous term for values in a column or clarifying when we mean "value column."
The text was updated successfully, but these errors were encountered: