Closed prashanthin closed 1 year ago
Hi everyone,
I am working on some research project which uses CTGAN to develop synthetic data. For visualization and evaluation purposes - when I am writing below code - its giving me an error -
code from table_evaluator import load_data, TableEvaluator table_evaluator = TableEvaluator(data, samples,cat_cols=discrete_columns) table_evaluator.visual_evaluation()
ValueError: cannot reindex from a duplicate axis
Can someone help on this why i am getting this error and what could be the solution. whole error below -
ValueError Traceback (most recent call last)
Hi @prashanthin, thanks for reporting this issue. I'll discuss this problem further in #26 so please keep an eye on that.
Solved in previous PR
Hi everyone,
I am working on some research project which uses CTGAN to develop synthetic data. For visualization and evaluation purposes - when I am writing below code - its giving me an error -
code from table_evaluator import load_data, TableEvaluator table_evaluator = TableEvaluator(data, samples,cat_cols=discrete_columns) table_evaluator.visual_evaluation()
ValueError: cannot reindex from a duplicate axis
Can someone help on this why i am getting this error and what could be the solution. whole error below -
ValueError Traceback (most recent call last)