towardsinnovationlab commited on
Commit
f2c862f
·
verified ·
1 Parent(s): 29833f2

Update pages/CGMM_Trial_3.py

Browse files
Files changed (1) hide show
  1. pages/CGMM_Trial_3.py +0 -3
pages/CGMM_Trial_3.py CHANGED
@@ -884,9 +884,6 @@ d3=pd.DataFrame(results_df3, index=['dataset 2'])
884
  d4=pd.DataFrame(results_df4, index=['synthetic dataset 2'])
885
  df_tot= pd.concat([d1,d2,d3,d4])
886
  st.dataframe(df_tot)
887
- st.write("For the Frequency, the first synthetic data closely matches real data patterns, with similar train-test gaps.\
888
- In the second synthetic dataset the train frequency seems not fitted adeguately. For the severity, both datasets are well-aligned.\
889
- Overall, the synthetic data don't show degradation with gender masking variable, except for the frequency in the second dataset.")
890
 
891
  # barplot comparison
892
  fig, ax = plt.subplots(figsize=(9, 5))
 
884
  d4=pd.DataFrame(results_df4, index=['synthetic dataset 2'])
885
  df_tot= pd.concat([d1,d2,d3,d4])
886
  st.dataframe(df_tot)
 
 
 
887
 
888
  # barplot comparison
889
  fig, ax = plt.subplots(figsize=(9, 5))