Skip to content

Dev/mip 105 tabular result dto

Kostas FILIPPOPOLITIS requested to merge dev/MIP-105-tabular-result-dto into master

Created by: jassak

Resolves tasks MIP-101 and MIP-105

MIP-101 Adds a new label_binarize UDF in Logistic Regression. This UDF accepts a single column table with categorical data, encoded as strings, and encodes the values as integers.

MIP-105 Adds a TabularDataResult DTO object which encapsulates all data necessary for the Back End to produce the algorithm result in tabular format.

Merge request reports