BorealisAI / TSC-Disc-Proto

Discriminative Prototypes learned by Dynamic Time Warping (DTW) for Time Series Classification (TSC)
Other
31 stars 2 forks source link

print(metrics.classification_report(test_y, test_p,digits=4)) #3

Open lxy51 opened 2 years ago

lxy51 commented 2 years ago

Excuse me,I would like to ask, how to add "print(metrics.classification_report(test_y, test_p,digits=4))" in the code