|
@@ -144,7 +144,7 @@ def _main(old_predict_path: str, new_predict_path: str, calibration_file: str, a
|
|
old_df, old_group_df, old_segment_df = read_and_calibration_predict(old_predict_path)
|
|
old_df, old_group_df, old_segment_df = read_and_calibration_predict(old_predict_path)
|
|
new_df, new_group_df, new_segment_df = read_and_calibration_predict(new_predict_path)
|
|
new_df, new_group_df, new_segment_df = read_and_calibration_predict(new_predict_path)
|
|
|
|
|
|
- predict_local_save_for_auc(old_df, new_df)
|
|
+
|
|
|
|
|
|
|
|
|
|
new_segment_df.to_csv(calibration_file, sep='\t', index=False, header=False)
|
|
new_segment_df.to_csv(calibration_file, sep='\t', index=False, header=False)
|