Skip to content
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

Auto-Sklearn: add parameter for enabling anomaly detection #24

Open
johnantonn opened this issue Feb 9, 2022 · 1 comment
Open

Auto-Sklearn: add parameter for enabling anomaly detection #24

johnantonn opened this issue Feb 9, 2022 · 1 comment
Assignees
Labels
feature New functionality

Comments

@johnantonn
Copy link
Owner

The anomaly detection flow for Auto-Sklearn disables the calculation of f for the training set, where we assume that the process will be unsupervised.

In order for the original test suite to pass, it would be better to add a switch-parameter for enabling anomaly detection on Auto-Sklearn. That way, the original tests should pass without any issues.

@johnantonn johnantonn changed the title Add parameter for enabling anomaly detection Auto-Sklearn: add parameter for enabling anomaly detection Feb 9, 2022
@johnantonn johnantonn self-assigned this Feb 9, 2022
@johnantonn johnantonn added the feature New functionality label Feb 9, 2022
@johnantonn
Copy link
Owner Author

For now, a pseudo-check was added to train_evaluator.py and automl.py to enable seamless integration with the original version of Auto-Sklearn. Later, this check needs to be controlled by a flag that will indicate normal execution or unsupervised anomaly detection for training PyOD classifiers.

johnantonn added a commit that referenced this issue Mar 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New functionality
Projects
None yet
Development

No branches or pull requests

1 participant