Kristina Thieme
Kristina Thieme
I deleted the Type Hint in the signature, indicating that is if fine if the config is a dict (in the bug/pre-commit branch). It only accepts Configurations now.
It looks like he method for the matplotlib version for (e.g.) the importances plugin returns a plotly, not a matplotlib though. Am I seeing this right or can someone clarify?
I think the main part of my problem of understanding the method lies here https://github.com/automl/DeepCAVE/blob/1851126c064a3120299250fb39b2c00d00abbc2e/deepcave/plugins/hyperparameter/importances.py#L284-L288 If my understanding is correct, the returned object is a plotly object, but the methods...
This is also a problem in the modules [Pareto front](https://github.com/automl/DeepCAVE/blob/1851126c064a3120299250fb39b2c00d00abbc2e/deepcave/plugins/objective/pareto_front.py#L371-L375) and [footprint](https://github.com/automl/DeepCAVE/blob/1851126c064a3120299250fb39b2c00d00abbc2e/deepcave/plugins/summary/footprint.py#L341-L347)
Hi @Michael190502 , I am currently looking into the issue, could you provide a minimal code example/snippet so I can recreate the problem?
Thank you for your description of the problem. I tried to get the same results as you by applying the steps you provided to the api example. Unfortunately, the results...