Titipat Achakulvisut

Results 29 issues of Titipat Achakulvisut

we can see example here: https://github.com/davidadamojr/TextRank/blob/master/textrank.py

I would love to have workflow that use hierarchical nearest neighbor with Science Concierge also.

In Python 2, when I use logger, it print out double output. Here is snippet to do: ``` python import logging logger = logging.getLogger('science_concierge') logger.addHandler(logging.StreamHandler()) set_log_level(True) logger.info("hello") # output log...

This error found by @bluenex and related to this [Stack overflow post](http://stackoverflow.com/questions/1816958/cant-pickle-type-instancemethod-when-using-pythons-multiprocessing-pool-ma).

Here we want to add more options to nearest neighbor for example distance that we want to use in order to recommend e.g. `euclidean` or `cosine` distance. Also, we should...

I try to run `ipython notebook` with `profile spooky` on IPython notebook which came with Anaconda. However, I got this problem mentioned that `kernel_cmd` is deprecated. Is there any quick...

As we discussed, currently the registration dropdown is not in [`layout.js`](https://github.com/neuromatch/nmc-box/blob/master/frontend/src/components/layout.js) yet. It would be good to move the burger dropdown customization here.

frontend

Adding overall workflow figure to the document so that users understand how it works. Something like the following:

documentation

Our Neuromatch talk shows information such as title, author, abstract, ... ![Screen Shot 2021-07-07 at 12 27 02 AM](https://user-images.githubusercontent.com/8295838/124642446-0db23c00-deba-11eb-816c-09821e89ca93.png) However, we might have to add functionality to add - SlidesLive...

frontend