Open PedroKoch opened 11 months ago
READY
All Learners in the project return a logs dict with an object key. But in build_pipeline function, when combining learner's logs with attempts to select a key named obj.
object
build_pipeline
obj
This PR simply fixes the dict's key name.
Status
READY
Todo list
Background context
All Learners in the project return a logs dict with an
object
key. But inbuild_pipeline
function, when combining learner's logs with attempts to select a key namedobj
.Description of the changes proposed in the pull request
This PR simply fixes the dict's key name.