marianacelyvelasquez / deep-learning-project

Group project for the Deep Learning course in HS 2023: Arrhythmia detection via dialted CNN + SWAG
0 stars 0 forks source link

Balanceness of DData #1

Closed pascal-mueller closed 9 months ago

pascal-mueller commented 9 months ago

Investigate the balanceness of our data i.e. how is the distribution of the classes. It is well-balanced if all the classes show up the same amount of time.

The dilated CNN paper uses stratification, implying that the data isn't well-balanced.

http://scikit.ml/stratification.html