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.
At the moment, we print the hyperparameters sample by using a json dump of the dictionnary.
Which yield results such as :
I'd like a more elaborate, recursive, function which returns a string containing only the steps hierarchies which contains hyperparameters.