Results 11 comments of Tobias Morville

It is. However, I think my baseline might be wrong. I think the relevant baseline to compare performance to should be a bayesian regression trained directly on the data, instead...

OK. So the switching of indexes seems to stem from lines 55-56 ``` if rid is None: rid = np.random.permutation(range(N)) ``` which is later used in `metis_one_level(rr,cc,vv,rid,weights)` ``` for ii...

To anyone having this issue in the notebook, add `tf.app.flags.DEFINE_string('f', '', 'kernel')` before defining your flags. E.g. for `rcv1` ``` flags = tf.app.flags FLAGS = flags.FLAGS # tf.app.flags.DEFINE_string('f', '', 'kernel')...

Same problem here. ``` TypeError: Path must be a string. Received undefined at assertPath (path.js:28:11) at Object.resolve (path.js:1186:7) at Object. (/Users/tmo/.atom/packages/remote-edit/lib/model/remote-edit-editor.coffee:7:36) at Object. (/Users/tmo/.atom/packages/remote-edit/lib/model/remote-edit-editor.coffee:1:1) at Object. (/Users/tmo/.atom/packages/remote-edit/lib/model/remote-edit-editor.coffee:1:1) at Module.get_Module._compile (/private/var/folders/0c/_c3h0bgn353bmtr7d5yrdxxh0000gn/T/AppTranslocation/CD8A0098-A6AB-4490-86B8-A891E4913863/d/Atom.app/Contents/Resources/app/src/native-compile-cache.js:106:36)...

This minimal implementation works. Any suggestions on how to run the plug-in every time I open something with remote_subl? ``` import sublime_plugin class ExampleCommand(sublime_plugin.TextCommand): def run(self, view): view = self.view...

I get the same error ``Terminal: No place to open terminal to`` , even though the file is saved and has content. OSX 10.12.6 Sierra Sublime Text3 3143 iTerm2 Build...

My shortcut is shift-command-T and if you're referring to the file I have open, it's in ``~/tmp/``.

OK. For some reason, opening a console allows the shortcut to work... I will see if this is a stable result after some use.

I did that, but ``http://127.0.0.1:8000/api/v1/videos/`` and ``http://127.0.0.1:8000/admin/pipeline/video/`` remains empty.

``http://127.0.0.1:8000/admin/pipeline/video/`` is empty. I haven't put anything into production, so I dont have a S3 instance running. I assumed that this could be handled on localhost? If that is the...