Skip to content

Dev/MIP-101 Preprocessing UDF for Logistic Regression

Kostas FILIPPOPOLITIS requested to merge dev/MIP-101-preproc-udf into master

Created by: jassak

This PR adds a new UDF in Logistic Regression. This UDF accepts a single column table with categorical data, encoded as strings, and encodes the values as integers.

Merge request reports