This directory contains 16 workflows.
Linear regression: predict house price. - Partition data into training and test set - Train a linear regression model - Apply the trained model to the test […]
In this exercise, we clean up a file from duplicates. The easiest way would be to use a GroupBy node, group by contract IDs and take only the first item in […]