dobraczka/kiez

Improve single source handling

Closed this issue · 1 comments

Using single sources is a bit awkward since Kiez.fit() expects source and target. See #7 for an example use-case.

Maybe just make target=None by default, and in the first line do:

if target is None:
    target = source