dr-sandbox/app
Michael Pilosov d052ec4223 labels: strip transient n_samples/random_state from generator_kwargs before regen
Sidecars written by the pre-fix flow contain merged generator_kwargs
(n_samples + random_state=0 mixed in with the user-supplied form). The
enrichment call passes n_samples/random_state explicitly, so an old
sidecar's gk caused a TypeError (duplicate kwarg) that the try/except
swallowed — leaving labels empty and coloring falling back to a plain
ramp. Strip those keys before DATASET_META matching and the regen
call; matches work naturally against the stripped dict.
2026-04-22 17:09:26 -06:00
..
demo adding in more examples 2026-04-21 19:14:23 -06:00
web labels: strip transient n_samples/random_state from generator_kwargs before regen 2026-04-22 17:09:26 -06:00
__init__.py data selector demo 2026-04-21 18:03:38 -06:00