one_to_many¶
- getml.data.relationship.one_to_many = 'one-to-many'¶
Used for one-to-many or many-to-many relationships.
When there is such a relationship, feature learning is necessary and meaningful. If you mark a join as a default relationship, but that assumption is violated for the training data, the pipeline will raise a warning.