Kevin Squire

Results 140 comments of Kevin Squire

> The _pair_confusion_matrix is translated from sklearn's https://github.com/scikit-learn/scikit-learn/blob/2beed55847ee70d363bdbfe14ee4401438fba057/sklearn/metrics/cluster/_supervised.py#L154 If it's a direct translation, you'll have to include the license here (or ask the scikit-learn folks if a translation of their...

Hi, Thanks for reporting. I haven't run across this, and I don't know what the problem is off hand. I'll try to take a look, but not sure how soon....

Okay, a small hint: the only `flush` function is [here](https://github.com/kmsquire/Logging.jl/blob/master/src/Logging.jl#L74). It might be that the file descriptor you're writing to (is it a file?) can't be created on travis with...

Unfortunately, this is an intrinsic limitation of the logging macros right now: the macro definitions that are used are the ones that are available at parse time, which happens when...

Do you have a suggestion as to how the README might be clearer about this point? In some ways, this is a limitation in Julia herself. For example, if you...

Given the shortcomings of the current approach, I'd say it makes sense and sounds like a good alternative. (It also might make sense to simply borrow code from Lumberjack, but...

@Thuener, sorry so slow in responding to this. I like the idea. My only request is that you rename `moreinfo` to `verbose`.

@Rory-Finnegan, sorry not to respond sooner. I working back through older issues in various packages I own/have a stake in. Unfortunately, it's totally unclear to me what it is happening...

Hi Jacob, you might consider using Zlib.jl instead, as it already has a stream API, and can compress (and I believe uncompress) gzip-formatted files/streams. It might require a little bit...