issues
search
exasol
/
data-science-utils-python
This project provides utilities for developing data science integrations for Exasol.
MIT License
0
stars
0
forks
source link
Minor Refactoring of TrainRunner and TrainUDF
#37
Closed
tkilias
closed
3 years ago
tkilias
commented
3 years ago
Background
input and target column lists are not needed anymore, we only need a column list as parameter
the name is not appropriate, because both only work for PartialFitRegressions
Acceptance Criteria
Rename to PartialFitRegressor*
Replace input and target column list with a single column list
Background
Acceptance Criteria