Brian Merrell

Results 11 comments of Brian Merrell

At the application level, I think a graceful shutdown might be fairly common. For example, I may want to make a call to a local database (ie something with time...

- I am thinking along the lines of long running WebSockets where I am not too worried about losing a few messages but rather several hours of accumulated state. A...

Can we have a "task that listens for control-C"? I thought this was usually caught by the outer nursery itself after all tasks had canceled. While control-C is an important...

2) I am hoping to get a sense of, how "bad" is the badMCMC approach? Depending a lot on `n_iter` still seems a lot easier to optimize than the multiple...

2) This seems a bit in conflict with the answer to Question 4 where ALS is suggested as superior in this situation. 3) I've done a hard reload on your...

Thanks, the paper link seems to work now (perhaps there was some caching earlier) My apologies for the lack of familiarity with the terminology. Instead of the end of a...

I am not sure I would say this is changing the API but rather making it consistent. Once `fit_predict` has been added to the API for MCMC I think it...

I'm seeing some discrepancies between libfm and fastfm with movielens. Before diving into my observations can you confirm the following are equivalent: ``` /libFM -train ml1m_train.svml -test ml1m_test.svml -task r...

I agree it may not be a great idea but given that it seems to be failing at an assertion I wondered if it might be possible to do it...

Is it possible to pull together some sample code showing how we would select a backend and interact with it?