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

Anomaly detection #9

Open
JedrzejFurmann opened this issue Apr 8, 2020 · 1 comment
Open

Anomaly detection #9

JedrzejFurmann opened this issue Apr 8, 2020 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@JedrzejFurmann
Copy link
Contributor

Anomaly detection by autoencoder model has a serious problem. The MOJO model cannot be imported (h2o.import_mojo) to use with h2o.anomaly to get reconstruction MSE values for new data. Some solution is needed to by-pass this shortcoming. This might be difficulkt though, as the h2o.predict function return the reconstruction error per feature, with categorical encoding, which cannot be generated for new data

@JedrzejFurmann JedrzejFurmann added the enhancement New feature or request label Apr 8, 2020
@JedrzejFurmann
Copy link
Contributor Author

Tasks

  • go through H2O documentation
  • write logic for training anomaly detection models
  • write logic for storing the models
  • write logic for applying the models

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants