Closed dkobak closed 4 years ago
Maybe we could do this with verbosity levels. E.g. with verbose=True
i.e. verbose=1
I would keep the output as is because I don't think I'd want to look at that output every time. But then we could do verbose=2
to show that as well. What do you think?
Makes sense!
When run with
verbose=1
, pynndescent provides some helpful verbose output:openTSNE
currently does not pass theverbose
setting intopynndescent
, so the output withverbose=1
looks like this:Would it make sense to pass the
verbose
flag? The logging format used bypynndescent
looks a bit different, but I think it does not matter that much, and verbose output could be useful.