You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This interface is related to random Fourier features projection. We may want this functionality as part of our public surface, but the specific API right now is still very command-line and entry-points centric. This should change.
Somewhat similar in spirit to the problem of loss functions as discussed in #1973, and has many of the same problems, and should probably have a similar resolution to whatever we choose to do with loss functions.
The text was updated successfully, but these errors were encountered:
One area where it may differ from loss function si that due to their multi-inheritance and multi-appllication nature it kind of makes sense for loss functions to be interfaces, whereas I don't think these samplers should be interfaces; at least, nothing about this strikes me as being "interface-y."
This interface is related to random Fourier features projection. We may want this functionality as part of our public surface, but the specific API right now is still very command-line and entry-points centric. This should change.
Somewhat similar in spirit to the problem of loss functions as discussed in #1973, and has many of the same problems, and should probably have a similar resolution to whatever we choose to do with loss functions.
The text was updated successfully, but these errors were encountered: