Baselight

Preterm Prediction Data Set

Preterm and non_preterm feature from signals of EGH

@kaggle.ahmadalijamali_preterm_data_set

Preterm
@kaggle.ahmadalijamali_preterm_data_set.preterm

  • 6.21 KB
  • 58 rows
  • 6 columns
count_contraction

Count Contraction

lenght_of_contraction

Lenght Of Contraction

std

STD

entropy

Entropy

contraction_times

Contraction Times

pre_term

Pre-term

1105521832053231.011.8621
911822282062367.4881.5821
79251348160503.052.06721
124511747453628.0781.73121
1115221832053317.911.85721
60296378159177.9651.70121
100522231054431.031.7921
910121983063467.5831.4921
79291319261503.162.06721
124521647354678.0911.70121

CREATE TABLE preterm (
  "count_contraction" BIGINT,
  "lenght_of_contraction" BIGINT,
  "std" DOUBLE,
  "entropy" DOUBLE,
  "contraction_times" BIGINT,
  "pre_term" BIGINT
);

Share link

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