Jeremie Desgagne-Bouchard
Jeremie Desgagne-Bouchard
@wsmoses With Enzyme v0.11.11, the above `my_conv_B` still fails to differentiate, but only if executed in an environment where threads > 1. The following shows the stacktrace, where I think...
Would you see treelite as an appropriate target? https://github.com/dmlc/treelite https://treelite.readthedocs.io/en/latest/tutorials/builder.html Otherwise, if you could point me to some format specification, I'assuming (and hoping) it should be fairly straighforward to convert...
Are there specific hyper tuning methods you'd like to see covered? With regard to demonstation with internal EvoTrees API, I'd tend to recommend a simple random search. And for more...
Could you precise the nature of the hyper search you're envisioning? I'm not clear how a gradient method could be applied here for hyper-search as the an EvoTree loss function...
Even in the context of EvoLinear, I'm not understanding the applicability of a gradient method for hyper params tuning. Would you have an example (package/paper) of what you're trying to...
It wasn't on my radar at the moment. Have you seen any evidence about added value such linear leaves may bring? If there's a compelling case, then it could help...
Hello! 1. Multi-output: there's unfortunately no such multi-output support in place at the moment, so it's expected that passing a vector of `y` targets would faill (although it also signals...
I'd be happy to the PR merged as it is currently, which keeps the name as extracted from the Tables API. Regarding if it's a breaking change, the `label_clean` functionnality...
@hhaensel A motivation for having the `@click` to apply the vue logic was to be able to simply copy-paste code patterns as found in the Quasar docs. For examle, in...
Thanks a lot for these feedbacks it really helps better grasp the development logic. In my case, the missing component was figuring out a Stipple compatible layout: ```html Hello Genie...