diff --git a/pysegcnn/core/utils.py b/pysegcnn/core/utils.py index ee6e7e7f899315eca6353b8538c061c3ba391b87..ebf98599e5b97bb592a04999df26ac1aa6509c60 100644 --- a/pysegcnn/core/utils.py +++ b/pysegcnn/core/utils.py @@ -2649,7 +2649,7 @@ def report2latex(classification_report, filename=None): """ # convert to pandas DataFrame and export to latex - df = pd.DataFrame(classification_report).transpose() + df = pd.DataFrame(classification_report) # check if output filename exists if filename is not None: