Nikana

Results 5 issues of Nikana

I run kmedoids with (abridged) : k = 30 kmd = pyclust.KMedoids(n_clusters=k, n_trials=10) kmd.fit(data) # data is 10k points in dim 100, word representations And all goes fine with k...

In a particular test, my system failed to produce any event of one of the reference classes (C). As expected, its recall is 0, and its precision NaN on that...

Opening chrome's task manager (shortcut : Shift-Escape), a pop-up appears stating : > Module aw-watcher-window quit unexpectedly [Restart] [Show details] [Cancel] Details are 2017-11-21 17:12:57 [INFO ]: Running watcher with...

I got a large bunch of `2017-07-26 03:28:42,691 [WARNING]: Code made an unclear branch (aw_watcher_window.xlib:81)` (what does it mean ?), seemingly for all the heartbeats in a 20s period ?...

File "~/.local/lib/python2.7/site-packages/bluetool/blueserver.py", line 32, in import gobject as GObject ImportError: No module named gobject Fixed by installing (Archlinux) package `python2-gobject` (and for python3, `pip install gobject` is a thing). Mentioning...