superbenchmark/superbench/analyzer
Yuting Jiang 14a4a44b01
Analyzer: Fix bug in python3.8 due to pandas api change (#504)
**Description**
Analyzer: Fix bug in python3.8 due to pandas api change.

**Major Revision**
- force check numeric only in dataframe for analysis
- dataframe.append -> pd.concat
- pd.ExcelWriter.save() -> pd.ExcelWriter.close()
2023-04-06 07:13:48 +00:00
..
__init__.py Analyzer: Add feature - Add result summary in excel,md,html format (#320) 2022-03-24 15:32:01 +08:00
data_analysis.py Analyzer: Fix bug in python3.8 due to pandas api change (#504) 2023-04-06 07:13:48 +00:00
data_diagnosis.py Analyzer: Fix bug in python3.8 due to pandas api change (#504) 2023-04-06 07:13:48 +00:00
diagnosis_rule_op.py Benchmarks: Micro benchmarks - add source code of correctness check for cublas functions (#450) 2023-01-03 04:20:10 +00:00
diagnosis_summary.xlsx Analyzer - Add failure check feature in data diagnosis (#378) 2022-08-01 12:35:35 +08:00
file_handler.py Release - SuperBench v0.6.0 (#409) 2022-09-06 18:06:05 +08:00
result_summary.py Analyzer: Fix bug in python3.8 due to pandas api change (#504) 2023-04-06 07:13:48 +00:00
rule_base.py Release - SuperBench v0.6.0 (#409) 2022-09-06 18:06:05 +08:00
summary_op.py Analyzer: Add feature - Add result summary in excel,md,html format (#320) 2022-03-24 15:32:01 +08:00