Skip to content

Dev/mip 583/dummy encoder

Kostas FILIPPOPOLITIS requested to merge dev/MIP-583/dummy-encoder into master

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

Merge request reports