-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Training DSADDetector
fails, at least through MLJ interface.
#8
Comments
Similar to OutlierDetectionJL/OutlierDetection.jl#32. It would make sense to propose a default model architecture or raise an informative error if none is provided, I'll fix that in the next release. |
Elsewhere models that are not wrappers have a constructor with no arguments that returns an instance with default hyper-parameters. That is |
We would probably have to implement #3 before to use something like builders as in MLJFlux, otherwise the shape of the data would have to be known beforehand to propose a network architecture. |
Ah, I see. That makes sense. Any objections to (temporarily) deregisteringOutlierDetectionNetwork models? I can add the package to this list. |
No objections, we can remove again once the issue is closed. |
ESADDetector
fails, at least through MLJ interface. DSADDetector
fails, at least through MLJ interface.
There is also a problem with ESADDetector.
Project:
The text was updated successfully, but these errors were encountered: