many_to_one¶
- getml.data.relationship.many_to_one = 'many-to-one'¶
Used for many-to-one relationships.
If two tables are guaranteed to be in a many-to-one relationship, then feature learning is not necessary as they can simply be joined. If a relationship is marked many-to-one, but the assumption is violated, the pipeline will raise an exception.