0.7.0
Pre-release
Pre-release
New features
TableRowClassifier.train()
can consume table withNaN
elements, which will be ignored while trainingTableRowClassifier.train()
can consumeground_truth
list entries==0
which will be ignored while training- Added a new predefined feature set
v070
Backwards compatibility breaking changes
TableRowClassifier.predict()
has no parameterreturn_numpy
anymore and returns a numpy array.- Input features and results of
TableRowClassifier
train()
andpredict()
are now always 1-dimensional. 2D arrays with shape(1, n)
are no longer allowed.
Thanks to @kevinyamauchi for feedback and support!