jupyter notebook plots for parameter importance#296
jupyter notebook plots for parameter importance#296JessicaBorja wants to merge 5 commits intoautoml:developmentfrom
Conversation
|
Looks good to me from a quick glance. Since it's only jupyter-methods I'd deem it safe to merge, even though travis blocks it... that's some import-struggle with smac methods, I can fix that mid-march. Only thing, I think we should maybe merge to dev-branch first to not mess up general release order? |
shukon
left a comment
There was a problem hiding this comment.
Looks good, didn't check if it works, but can mid-March. If you checked that it works, that's good enough for me though. Otherwise, maybe change the branch to development?
Hi, |
|
Hi, is there any update on merging this in? |
Hi,
The plots in jupyter notebook were not working for some of the parameter importance analysis. I noticed that the get_jupyter() method in some of these files was referencing a different dictionary structure than the current.
I added/modify this method for each analysis type that was having issues, so that it plots the corresponding images using matplotlib in a grid.
In configurator_footprint.py I changed the import so that it stops throwing the future_warning for sklearn.