Neuraxio / Neuraxle

The world's cleanest AutoML library ✨ - Do hyperparameter tuning with the right pipeline abstractions to write clean deep learning production pipelines. Let your pipeline steps have hyperparameter spaces. Design steps in your pipeline like components. Compatible with Scikit-Learn, TensorFlow, and most other libraries, frameworks and MLOps environments.
https://www.neuraxle.org/
Apache License 2.0
608 stars 62 forks source link

Bug: don't use `dict()` as default argument in functions. #499

Closed guillaume-chevalier closed 3 years ago

guillaume-chevalier commented 3 years ago

Describe the bug image image

Suggested Fix We should put = None and then if none create a new dict

vincent-antaki commented 3 years ago

Fixed and merged as part of PR #488