Matti Lyra

Results 17 comments of Matti Lyra

"Can you explain why the mean is the same for the cosine distance?" As it's been 4 year since I did the PR could you provide a little bit more...

Moved to nbconvert https://github.com/jupyter/nbconvert/issues/612

Riiight, I'm happy to help with this but I'm a little out of my depth as this is the first PR to Jupyter I've done. What did you want to...

Also would it help if a describe what my workflow is and where the pain points are?

That was my first thought as well, so I merged [the branch by quakberto](https://github.com/quakberto/distributed/commit/6cea274b16e92e994fddc9f848c7bc8aab6b370a) (see #1389) with master and tested it. The problem with relying on work stealing to sort...

In general I think it would be better to try to fix this to make the scheduler be aware of the resource constraints in the first place and act fairly,...

> For example, you might have to check on all of unrunnable every time a task completed rather than every time a new worker was added. This might affect our...

> This needs to work even if people are giving us resources arbitrarily on their own. This is exactly the use case I have. Let's say the work load I...

One option would be to add a `prefetch` arg to the scheduler to limit the number of tasks that can be pushed onto workers preemptively. Setting it to one would...

I've been testing the above branch and seems to be stable. I still need to write tests before a PR. Also if you have some example workloads you'd like me...