Paul English

Results 8 comments of Paul English

I had a chance to look at this a bit earlier in the week, and had something basic rendering. I'll improve it and see if I can get a pull...

Just had a look at loom-gorilla it's great. Here's a start to using vega's force layout just using example data. http://viewer.gorilla-repl.org/view.html?source=github&user=log0ymxm&repo=gorilla-worksheets&path=src/drawing-graphs.clj

Strange that it uses the same parser, and has this error. I can add the newline, but I have git & my editor automatically truncating that extra newline in my...

Is the static viewer on github? I didn't see any entrypoints or repos for it.

The PEG seems to choke on certain types of Markdown with the same error. I can't seem to pinpoint what part of my Markdown is causing this issue at the...

PyLDAVis is pretty simple w.r.t input. I came up with the following for the prepare method, ```python model = textacy.tm.TopicModel('lda', n_topics=30) model.fit(doc_term_matrix) doc_topic_matrix = model.transform(doc_term_matrix) top_term_matrix = model.model.components_ doc_lengths =...

It should handle multiple visualizations in one page no problem. Most of the change involved organizing the d3 element ids & class names.

Sure, I'll double check it and see where to add a test. This edit was from the GH interface, thus the brevity.