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

Fix: Use seed for random #405

Closed guillaume-chevalier closed 4 years ago

guillaume-chevalier commented 4 years ago

Here: https://github.com/Neuraxio/Neuraxle/blob/9399a061909a20baaf7b07693067634f438d8b55/testing/metaopt/test_tpe.py#L76

@alexbrillant

vincent-antaki commented 4 years ago

Taken care of in PR #423