Evgeny Frolov

Results 9 comments of Evgeny Frolov

Hi! Are there any updates on the issue?

Thanks for reporting! Yes, sorry, the option is inactive yet. I'll add support for this feature in the future. For now, if your internal loop doesn't change its length, you...

Hi! The problem is not that your data contains multiple entries for a user, but that your data contains multiple entries of the same user-item pair. It's like having multiple...

HI! Are you sure that you're using the same env as the env you install polara to? What does the following line give you? ```python from polara import RecommenderData ```

Hi! Thanks for reporting! I'll have a look. There's a long-time-delayed update in my internal develop branch, I'll include the necessary modifications in the forthcoming release.

Hi @haow85, sorry, somehow I missed notification on this issue. It seems that your installation is corrupt. How do you install polara?

@haow85 @tracthuc I think, I know what is the problem. The hybrid part is only available on the develop branch, I haven't yet merged it into master. Please use the...

I am also very interested in this feature. My typical use-case is as follows. * I dump new ideas and tasks into daily notes. * If tasks belong to specific...

Thanks to the deep analysis performed by Kevin Bates in https://github.com/jupyter/notebook/issues/5985, it was identified that the problem is likely to stem from the `nb_conda_kernel.runner` script, which doesn't ensure process inheritance...