Sebastian Gonzalez Aseretto
Sebastian Gonzalez Aseretto
I'll research a little bit more about Flux.jl, so I can get a better understanding on how it builds its computational graph, because it is basically a `dot product` between...
Thanks for the rapid response! In my point of view, this feature will be a very nice productivity booster for Genie.jl developers!
@FrankUrbach this functionality got me thinking all day. Since you tried to implement something like this in the past, how do you recommend me to start it? I was thinking...
You read my mind! That was what I was trying today, building a dict using `Model.name.names` and `Model.types` to use them to start generating the migration files. You are right...
@FrankUrbach do you know if there is a correct way (if posible) to try and test SearchLight in a standalone way with the REPL or in Jupyter, the same way...
Thanks a lot! I'll check them
I don't know if I'm overcomplicating things, but the only idea I have is to specify in the Model definition if indexes are required or not by defining custom structs...
Thanks for the answer @cwhsu-google ! I'll try it
First of all, sorry for my really late response to this, the github mail notification got lost between my other mails. About the GDPR concern, I think (but I'm not...
I'm implementing the same approach explained by @nathancooperjones both for cold/warm start users and items, and so far it is one of the best approaches I figured out to bootstrap...