- Fix #103, inverted labels in 3d-plot (using transpose)
- Allow for X-input as
pandas.DataFrame
, add pandas requirement, based on #95 - Also, log a warning, if input might be misinterpreted
- Add support for
OrdinalHyperparameter
- Refactor some code for PEP8 conformity
- Fix #96, invert ticks and labels on categorical-categorical pairwise plot
- Prepare
visualizer.py
forOrdinalHyperparameter
s - Generally simplify code for maintainablitiy
generate_pairwise_marginal
does NOT swap values anymore
- Fix inverted axes-bug (#96)
- Fix Constant-Handling and "swap"-axis logic (#93)
- Add try-except to pickling pairwise plots now fails silently (on info-level)
- Add support for Constant hyperparameters
- Beautify code in visualizer-class
- Fix axis on pairwise mixed cat/non-cat plots
- Fix visualizer's
create_all_plots
- Unassigned variable for marginal plot
- Enforce log-scale in plots if specified in argument of plot-function
- Add option to plot incumbent(s) if it/they is/are passed
- Add legend to plots
- Add grid to plots
- Having a boolean in pairwise marginal plots does not lead to indice-crash anymore (#80)