Skip to content

Improving support for categorical variables

Compare
Choose a tag to compare
@drylks drylks released this 25 Jun 02:42
· 175 commits to master since this release
  • Regression analyses now fully support categorical variables.
  • Foundations for multi-output regressions are laid.
  • Categorical variables are now systematically encoded and treated as continuous, consistent with what's done at the learning stage.
  • Regression and classification are further normalized, and most the compute for classification problems now takes place on the API side, and should be considerably faster.