Closed tyronechen closed 1 year ago
Describe the bug When running train, if the dataset object has previously encoded class labels, it will break.
train
This is because it tries to coerce this to a class and fails.
To Reproduce Run train with any data
Expected behavior Training to be conducted as normal
Suggested fix Added a condition to skip type change if it is correct
Screenshots NA
Fixed in 2.5.0
Describe the bug When running
train
, if the dataset object has previously encoded class labels, it will break.This is because it tries to coerce this to a class and fails.
To Reproduce Run
train
with any dataExpected behavior Training to be conducted as normal
Suggested fix Added a condition to skip type change if it is correct
Screenshots NA