Nikolai Kapralov
Nikolai Kapralov
@britta-wstnr @larsoner I was wondering whether I could take care of this issue (found it through a link to easy ones from the contribution guide). I briefly looked at the...
Indeed, it increases the number of clicks to reach the webpage where actual pdf can be obtained, so I get this point. Although citation dynamics is quite easy to calculate,...
Does not work properly for scatter plots, might be fixed in next releases of `bokeh`.
Sure, but if `tokens_freqs_total` equals 0, I think it means that the whole `corpus_counts` contains only zeros, and one might also separate this case implicitly like: ``` if not corpus_counts.sum():...
As far as I understand, it means that some of the components have no corpus terms to be analyzed, so it would be correct to return an empty description for...
@drammock @agramfort Would it be OK if I start to work on this issue? I am also interested in having this functionality (passing a callable to `extract_label_time_course`) for my project.
@drammock Thanks! I have looked at the code a bit and wanted to merge all the suggestions with some of my ideas/questions to clarify the details. 1. All the existing...
Thanks for the replies @larsoner @drammock! I was trying out possible solutions locally and arrived at several more questions that I would like to discuss. 1. For the center of...
> I think in `label.center_of_mass`, the `subjects_dir` is only needed to load the source space surface mesh. In the STC, you already have access to `stc.surface()`. So some refactoring of...
From `SSNeo4jDatabaseHandler.store`: ``` "date" to DateTime(it.year ?:1970, 1, 1, 12, 0).toString() ``` Need to change the default behavior, I will fix this soon. However, firstly I want to investigate SS...