Rahul Raj
Rahul Raj
@reu24 What are your observations on debugging? Have you googled it? As per the error stack, it seems like minecraft specific issue, not an issue with the code.
Download from here -> [Here](https://physionet.org/static/published-projects/challenge-2012/predicting-mortality-of-icu-patients-the-physionet-computing-in-cardiology-challenge-2012-1.0.0.zip )
@jcfj Check this example: https://github.com/SkymindIO/ClassLabs/blob/b454230a692bb109d490ced48968022fc852df41/training-labs/src/main/java/ai/skymind/training/solutions/PhysionetMultivariateTimeSeriesClassificationBasic.java Data-> https://github.com/SkymindIO/ClassLabs/tree/b454230a692bb109d490ced48968022fc852df41/training-labs/src/main/resources/physionet2012 This could be a processed version of actual physionet data. So, the actual data in Physionet website may look different. I haven't checked...
@iluwatar Here is a PR that I started: [https://github.com/iluwatar/java-design-patterns/pull/2464](https://github.com/iluwatar/java-design-patterns/pull/2464) No new source code added from my side. Just the code/class name/method formatting as per checkstyle and respective changes in pom.xml...
@iluwatar I can work on this.
@adi-wtag attach the complete error stack, not just the error message.