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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: