Roberto Spadim

Results 53 comments of Roberto Spadim

Well it’s a feature to create an event that tell client to do other task cause we are free of events

i was using aiomysql, and found a point to speed up when i was executing a insert ignore, or something that could report a known warning, it was executing a...

and maybe we could use numba+cython, when possible?

this step create a fir filter, maybe it can recover the signal, but like any derivative to integral you lost part of "constant" value, i don't know if it will...

P(Y1|X) - first model P(Y2|X) - second model no problem, you couldn't do P(Y2| X, Y1) cause Y1 is fitted to Y real values that Y2 will fit too in...

no, what i saw: model1.fit(X,Y1) model2.fit([X, model1.predict(X)], Y2)

the problem of this: model2.fit([X, model1.predict(X)], Y2)

there're two predictions, size and side, each one you can model with any X value, the point is avoid data contamination

> Yes I am completely aware of that. It is just difficult for me to understand conceptually what data the 2nd model should be trained on in relation to the...

I don't know if every body here like derivatives, but the first idea about size betting i read was about using a binary option to model the size (and side)...