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

ConvergenceWarning: Initialization 1 did not converge #44

Closed
AshiakerWang opened this issue Jul 1, 2020 · 2 comments
Closed

ConvergenceWarning: Initialization 1 did not converge #44

AshiakerWang opened this issue Jul 1, 2020 · 2 comments
Labels
question General question about the software

Comments

@AshiakerWang
Copy link

  • SDGym version: sdgym == 0.2.1
  • Python version: Python ==3.6.10
  • Operating System: Windows 10

Description

Thanks very much for open-sourcing the code.

While running the script provided in the benchmarking documentation as follows:

from sdgym import benchmark
from sdgym.synthesizers import CTGANSynthesizer
leaderboard = benchmark(synthesizers=CTGANSynthesizer)

I encountered the following ConvergenceWaring:

ConvergenceWarning: Initialization 1 did not converge. Try different init parameters, or increase max_iter, tol or check for degenerate data.% (init + 1), ConvergenceWarning)

dd

Could you please tell me whether is it OK to ignore the ConvergenceWaring above ? Or give me some other suggestions?
Thank you in advance!

@csala
Copy link
Contributor

csala commented Jul 2, 2020

Hello @AshiakerWang

This warning is normal and happens randomly. You can safely ignore it.

@csala csala added the question General question about the software label Jul 2, 2020
@AshiakerWang
Copy link
Author

Hello @AshiakerWang

This warning is normal and happens randomly. You can safely ignore it.

Thank you very much for your reply!

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

No branches or pull requests

2 participants