Baselight

PTB Diagnostic ECG (Myocardial Infarction)

ECG Image Classification

@kaggle.c7934597_ptb_diagnostic_ecg_myocardial_infarction

Ptb
@kaggle.c7934597_ptb_diagnostic_ecg_myocardial_infarction.ptb

  • 10.45 KB
  • 448 rows
  • 4 columns
uid

UID

miresult

Miresult

p_lvd

P LVD

image_path

Image Path

s0010_re0.3ptbout/s0010_re/s0010_re_nolead_ch12all.jpg
s0014lre0.3ptbout/s0014lre/s0014lre_nolead_ch12all.jpg
s0016lre0.3ptbout/s0016lre/s0016lre_nolead_ch12all.jpg
s0015lre0.3ptbout/s0015lre/s0015lre_nolead_ch12all.jpg
s0017lre0.3ptbout/s0017lre/s0017lre_nolead_ch12all.jpg
s0020are0.3ptbout/s0020are/s0020are_nolead_ch12all.jpg
s0020bre0.3ptbout/s0020bre/s0020bre_nolead_ch12all.jpg
s0021are0.3ptbout/s0021are/s0021are_nolead_ch12all.jpg
s0021bre0.3ptbout/s0021bre/s0021bre_nolead_ch12all.jpg
s0025lre0.3ptbout/s0025lre/s0025lre_nolead_ch12all.jpg

CREATE TABLE ptb (
  "uid" VARCHAR,
  "miresult" BIGINT,
  "p_lvd" DOUBLE,
  "image_path" VARCHAR
);

Share link

Anyone who has the link will be able to view this.