nubank / fklearn

fklearn: Functional Machine Learning
Apache License 2.0
1.51k stars 165 forks source link

fkml logs object bugfix #234

Open PedroKoch opened 11 months ago

PedroKoch commented 11 months ago

Status

READY

Todo list

Background context

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.

Description of the changes proposed in the pull request

This PR simply fixes the dict's key name.