Cieran is a Python package for designing visualization colormaps via active preference learning.
Use the package manager pip to install cieran.
pip install cieran
See altair-demo.ipynb for more details.
from cieran import Cieran
cie = Cieran(draw=draw_map)
cie.set_color("#f88253")
cieran.teach(); cieran.search()
Cieran borrows code from the APReL package licensed under the MIT License. We would like to thank the original authors for their contributions.