Dev/mip 583/dummy encoder
Created by: jassak
- Implement
DummyEncoder
class which replaces categorical variables with the corresponding dummy variables in a table. It also adds optionally an intercept column. Useful as a preprocessing step in regressions. - Refactor Linear Regression to accept categorical variables
- Lower tolerance in tests due to some tests randomly failing in CI