You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we have a mixed terminology to refer to features / fields.
The schema uses features, whereas the field_formats.py file mostly uses fields.
It would be nice to unify this.
There is a lot of different terminology out there, depending on you allegiance.
CSV: talks about records which are divided by fields.
Relational algebra: Terms like Domain, Table, Attribute, Key and Tuple are used
SQL: row and column
DBs: tuple or record and attribute or field
ML: examples and features
The text was updated successfully, but these errors were encountered:
Currently we have a mixed terminology to refer to features / fields.
The schema uses features, whereas the
field_formats.py
file mostly uses fields.It would be nice to unify this.
There is a lot of different terminology out there, depending on you allegiance.
CSV: talks about records which are divided by fields.
Relational algebra: Terms like Domain, Table, Attribute, Key and Tuple are used
SQL: row and column
DBs: tuple or record and attribute or field
ML: examples and features
The text was updated successfully, but these errors were encountered: