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

Model especially sensitive to number of max_iter #14

Open
YingxiaoKong opened this issue Mar 30, 2022 · 0 comments
Open

Model especially sensitive to number of max_iter #14

YingxiaoKong opened this issue Mar 30, 2022 · 0 comments

Comments

@YingxiaoKong
Copy link

Hello Raghavendra,

Thank you for sharing your code! The normal data are generated from a gaussian distribution with mean as 0 and std as 1 and the sample size is 1000. The anomalous data are generated from a gaussian distribution with mean as 5 and std as 1 and the sample is 20. I tried it with different numbers of max_iter and the results are shown below:

code_by_author_hidden_unit_2

The gradient errors for all cases are all very small (around 1.9e-8), but from the figure you can find totally different patterns of the anomaly scores. For me I feel that num_iter 10 and num_iter 50 provide quite convincing results. But this is a very simple dataset and I can visualize them. Given a multivariate dataset when the data is not easy to visualize and thus evaluate the model performance, is there any other way to do it?

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

No branches or pull requests

1 participant