Joel Berkeley

Results 6 comments of Joel Berkeley

@st-- sounds like we need two tickets, one bug ticket to handle the missing docs, and another feature ticket to implement it?

Hi Antony, thanks for the offer. Text surrounding links is the sentence or paragraph in which the link appears. If removing the link makes the paragraph no longer make sense,...

for 2. you may want a new ticket for each notebook, and yes GitHub issues. @vdutor do you have an opinion how many issues? And indeed whether you want this...

this ticket is introduced as: here's a problem, implement this solution. Can I suggest: here's a problem, solve the problem, here's one possible way of doing it. So as to...

i'd be interested to know how you handle equaiity of inputs. If I call `model.predict_f(X)` and `model.predict_f(XX)`, how close do X and XX need to be to use the cache?...

perhaps I'm missing sth, but doesn't that mean you can get ```python3 class X: pass class Foo: @property def foo(self) -> int: ... @foo.setter def foo(self, o: Union[X, int]) ->...