Closed kjappelbaum closed 4 years ago
Issue-Label Bot is automatically applying the label feature_request
to this issue, with a confidence of 0.99. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!
Links: app homepage, dashboard and code for this bot.
i'd probably give it a shot tonight/tomorrow, any additional thoughts that I should consider, @byooooo
Basically we have two use-cases
So, looking a bit into it, the multihead case seems to be currently a bit tricky, so we will also take a list of models
Feature description
Have a
pyepal
class that supports neural tangent kernels.Implementation idea
Use the
neural_tangents
package and take as input a kernel defined by the user asThen the
_predict
function would just callWe will need to inspect the network to make sure that the last layer has the correct number of outputs.
Unclear to me is still how we do with hyperparameter optimization, I guess we can skip this here.
As
LightGBM
,neural_tangent
would be an optional dependency.