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
{{ message }}
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.
Hi, I am new with synthgauge for comparing my generated data. As I noticed from few days that when I called the histograms function its showing two times same number of columns. Same issue with the plot_correlation function.
The code I tried is below one:
import synthgauge as sg ev = sg.Evaluator(data, synthetic_data) ev.plot_histograms(figcols=4, figsize=(12,12))
Screen.Recording.2023-06-16.at.11.30.00.AM.mov
Also the graph heights didn't increase for me.
If I am missing something please let me know.
Thanks in Advance
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi, I am new with synthgauge for comparing my generated data. As I noticed from few days that when I called the histograms function its showing two times same number of columns. Same issue with the plot_correlation function.
The code I tried is below one:
import synthgauge as sg
ev = sg.Evaluator(data, synthetic_data)
ev.plot_histograms(figcols=4, figsize=(12,12))
Screen.Recording.2023-06-16.at.11.30.00.AM.mov
Also the graph heights didn't increase for me.
If I am missing something please let me know.
Thanks in Advance
The text was updated successfully, but these errors were encountered: