Preterm Prediction Data Set
Preterm and non_preterm feature from signals of EGH
@kaggle.ahmadalijamali_preterm_data_set
Preterm and non_preterm feature from signals of EGH
@kaggle.ahmadalijamali_preterm_data_set
The tabular data set has been extracted from the electro-histogram signal
By this signal can detect whether the baby is preterm or non-preterm.
for more information about preterm we refer this link:
https://www.cdc.gov/reproductivehealth/maternalinfanthealth/pretermbirth.htm#:~:text=Preterm%20birth%20is%20when%20a,2020%20to%2010.5%25%20in%202021.:
From research in the university of science and research of Tehran, the tabular features have been extracted from 58 signals in the Biomedical Engineering search.
The dataset is original Binary classified with 58 data each data has been mined from the signal of electro histogram in 1000 seconds periods.
Based on the signal physician can detect whether the baby is preterm. In this research, we have analysed 58 signals of electro histograms of a different mother. The dataset has been extracted from signal-processing technics.
CREATE TABLE preterm (
"count_contraction" BIGINT,
"lenght_of_contraction" BIGINT,
"std" DOUBLE,
"entropy" DOUBLE,
"contraction_times" BIGINT,
"pre_term" BIGINT
);
Anyone who has the link will be able to view this.