├── .gitignore ├── .idea ├── PredictionIntervals.iml ├── csv-plugin.xml ├── deployment.xml ├── inspectionProfiles │ ├── Project_Default.xml │ └── profiles_settings.xml ├── misc.xml ├── modules.xml ├── other.xml ├── rGraphicsSettings.xml ├── rSettings.xml ├── rpackages.xml ├── sshConfigs.xml ├── vcs.xml ├── webServers.xml └── workspace.xml ├── CVResults ├── Boston │ ├── DualAQD │ │ ├── regression_report-DualAQD-Boston.txt │ │ ├── validation_MPIW-DualAQD-Boston.npy │ │ ├── validation_MSE-DualAQD-Boston.npy │ │ ├── validation_PICP-DualAQD-Boston.npy │ │ ├── weights-DualAQD-Boston-1 │ │ ├── weights-DualAQD-Boston-10 │ │ ├── weights-DualAQD-Boston-10_historyMPIW.npy │ │ ├── weights-DualAQD-Boston-10_historyMPIWtr.npy │ │ ├── weights-DualAQD-Boston-10_historyMSE.npy │ │ ├── weights-DualAQD-Boston-10_historyMSEtr.npy │ │ ├── weights-DualAQD-Boston-10_historyPICP.npy │ │ ├── weights-DualAQD-Boston-10_historyPICPtr.npy │ │ ├── weights-DualAQD-Boston-10_validationMSE │ │ ├── weights-DualAQD-Boston-1_historyMPIW.npy │ │ ├── weights-DualAQD-Boston-1_historyMPIWtr.npy │ │ ├── weights-DualAQD-Boston-1_historyMSE.npy │ │ ├── weights-DualAQD-Boston-1_historyMSEtr.npy │ │ ├── weights-DualAQD-Boston-1_historyPICP.npy │ │ ├── weights-DualAQD-Boston-1_historyPICPtr.npy │ │ ├── weights-DualAQD-Boston-1_validationMSE │ │ ├── weights-DualAQD-Boston-2 │ │ ├── weights-DualAQD-Boston-2_historyMPIW.npy │ │ ├── weights-DualAQD-Boston-2_historyMPIWtr.npy │ │ ├── weights-DualAQD-Boston-2_historyMSE.npy │ │ ├── weights-DualAQD-Boston-2_historyMSEtr.npy │ │ ├── weights-DualAQD-Boston-2_historyPICP.npy │ │ ├── weights-DualAQD-Boston-2_historyPICPtr.npy │ │ ├── weights-DualAQD-Boston-2_validationMSE │ │ ├── weights-DualAQD-Boston-3 │ │ ├── weights-DualAQD-Boston-3_historyMPIW.npy │ │ ├── weights-DualAQD-Boston-3_historyMPIWtr.npy │ │ ├── weights-DualAQD-Boston-3_historyMSE.npy │ │ ├── weights-DualAQD-Boston-3_historyMSEtr.npy │ │ ├── weights-DualAQD-Boston-3_historyPICP.npy │ │ ├── weights-DualAQD-Boston-3_historyPICPtr.npy │ │ ├── weights-DualAQD-Boston-3_validationMSE │ │ ├── weights-DualAQD-Boston-4 │ │ ├── weights-DualAQD-Boston-4_historyMPIW.npy │ │ ├── weights-DualAQD-Boston-4_historyMPIWtr.npy │ │ ├── weights-DualAQD-Boston-4_historyMSE.npy │ │ ├── weights-DualAQD-Boston-4_historyMSEtr.npy │ │ ├── weights-DualAQD-Boston-4_historyPICP.npy │ │ ├── weights-DualAQD-Boston-4_historyPICPtr.npy │ │ ├── weights-DualAQD-Boston-4_validationMSE │ │ ├── weights-DualAQD-Boston-5 │ │ ├── weights-DualAQD-Boston-5_historyMPIW.npy │ │ ├── weights-DualAQD-Boston-5_historyMPIWtr.npy │ │ ├── weights-DualAQD-Boston-5_historyMSE.npy │ │ ├── weights-DualAQD-Boston-5_historyMSEtr.npy │ │ ├── weights-DualAQD-Boston-5_historyPICP.npy │ │ ├── weights-DualAQD-Boston-5_historyPICPtr.npy │ │ ├── weights-DualAQD-Boston-5_validationMSE │ │ ├── weights-DualAQD-Boston-6 │ │ ├── weights-DualAQD-Boston-6_historyMPIW.npy │ │ ├── weights-DualAQD-Boston-6_historyMPIWtr.npy │ │ ├── weights-DualAQD-Boston-6_historyMSE.npy │ │ ├── weights-DualAQD-Boston-6_historyMSEtr.npy │ │ ├── weights-DualAQD-Boston-6_historyPICP.npy │ │ ├── weights-DualAQD-Boston-6_historyPICPtr.npy │ │ ├── weights-DualAQD-Boston-6_validationMSE │ │ ├── weights-DualAQD-Boston-7 │ │ ├── weights-DualAQD-Boston-7_historyMPIW.npy │ │ ├── weights-DualAQD-Boston-7_historyMPIWtr.npy │ │ ├── weights-DualAQD-Boston-7_historyMSE.npy │ │ ├── weights-DualAQD-Boston-7_historyMSEtr.npy │ │ ├── weights-DualAQD-Boston-7_historyPICP.npy │ │ ├── weights-DualAQD-Boston-7_historyPICPtr.npy │ │ ├── weights-DualAQD-Boston-7_validationMSE │ │ ├── weights-DualAQD-Boston-8 │ │ ├── weights-DualAQD-Boston-8_historyMPIW.npy │ │ ├── weights-DualAQD-Boston-8_historyMPIWtr.npy │ │ ├── weights-DualAQD-Boston-8_historyMSE.npy │ │ ├── weights-DualAQD-Boston-8_historyMSEtr.npy │ │ ├── weights-DualAQD-Boston-8_historyPICP.npy │ │ ├── weights-DualAQD-Boston-8_historyPICPtr.npy │ │ ├── weights-DualAQD-Boston-8_validationMSE │ │ ├── weights-DualAQD-Boston-9 │ │ ├── weights-DualAQD-Boston-9_historyMPIW.npy │ │ ├── weights-DualAQD-Boston-9_historyMPIWtr.npy │ │ ├── weights-DualAQD-Boston-9_historyMSE.npy │ │ ├── weights-DualAQD-Boston-9_historyMSEtr.npy │ │ ├── weights-DualAQD-Boston-9_historyPICP.npy │ │ ├── weights-DualAQD-Boston-9_historyPICPtr.npy │ │ └── weights-DualAQD-Boston-9_validationMSE │ ├── MCDropout │ │ ├── regression_report-MCDropout-Boston.txt │ │ ├── validation_MPIW-MCDropout-Boston.npy │ │ ├── validation_MSE-MCDropout-Boston.npy │ │ ├── validation_PICP-MCDropout-Boston.npy │ │ ├── weights-MCDropout-Boston-1 │ │ ├── weights-MCDropout-Boston-10 │ │ ├── weights-MCDropout-Boston-10_historyMSE.npy │ │ ├── weights-MCDropout-Boston-10_historyMSEtr.npy │ │ ├── weights-MCDropout-Boston-10_validationMSE │ │ ├── weights-MCDropout-Boston-1_historyMSE.npy │ │ ├── weights-MCDropout-Boston-1_historyMSEtr.npy │ │ ├── weights-MCDropout-Boston-1_validationMSE │ │ ├── weights-MCDropout-Boston-2 │ │ ├── weights-MCDropout-Boston-2_historyMSE.npy │ │ ├── weights-MCDropout-Boston-2_historyMSEtr.npy │ │ ├── weights-MCDropout-Boston-2_validationMSE │ │ ├── weights-MCDropout-Boston-3 │ │ ├── weights-MCDropout-Boston-3_historyMSE.npy │ │ ├── weights-MCDropout-Boston-3_historyMSEtr.npy │ │ ├── weights-MCDropout-Boston-3_validationMSE │ │ ├── weights-MCDropout-Boston-4 │ │ ├── weights-MCDropout-Boston-4_historyMSE.npy │ │ ├── weights-MCDropout-Boston-4_historyMSEtr.npy │ │ ├── weights-MCDropout-Boston-4_validationMSE │ │ ├── weights-MCDropout-Boston-5 │ │ ├── weights-MCDropout-Boston-5_historyMSE.npy │ │ ├── weights-MCDropout-Boston-5_historyMSEtr.npy │ │ ├── weights-MCDropout-Boston-5_validationMSE │ │ ├── weights-MCDropout-Boston-6 │ │ ├── weights-MCDropout-Boston-6_historyMSE.npy │ │ ├── weights-MCDropout-Boston-6_historyMSEtr.npy │ │ ├── weights-MCDropout-Boston-6_validationMSE │ │ ├── weights-MCDropout-Boston-7 │ │ ├── weights-MCDropout-Boston-7_historyMSE.npy │ │ ├── weights-MCDropout-Boston-7_historyMSEtr.npy │ │ ├── weights-MCDropout-Boston-7_validationMSE │ │ ├── weights-MCDropout-Boston-8 │ │ ├── weights-MCDropout-Boston-8_historyMSE.npy │ │ ├── weights-MCDropout-Boston-8_historyMSEtr.npy │ │ ├── weights-MCDropout-Boston-8_validationMSE │ │ ├── weights-MCDropout-Boston-9 │ │ ├── weights-MCDropout-Boston-9_historyMSE.npy │ │ ├── weights-MCDropout-Boston-9_historyMSEtr.npy │ │ └── weights-MCDropout-Boston-9_validationMSE │ ├── QD+ │ │ ├── regression_report-QD+-Boston.txt │ │ ├── validation_MPIW-QD+-Boston.npy │ │ ├── validation_MSE-QD+-Boston.npy │ │ ├── validation_PICP-QD+-Boston.npy │ │ ├── weights-QD+-Boston-1-Model0 │ │ ├── weights-QD+-Boston-1-Model0_historyMSE.npy │ │ ├── weights-QD+-Boston-1-Model0_historyMSEtr.npy │ │ ├── weights-QD+-Boston-1-Model0_validationMSE │ │ ├── weights-QD+-Boston-1-Model1 │ │ ├── weights-QD+-Boston-1-Model1_historyMSE.npy │ │ ├── weights-QD+-Boston-1-Model1_historyMSEtr.npy │ │ ├── weights-QD+-Boston-1-Model1_validationMSE │ │ ├── weights-QD+-Boston-1-Model2 │ │ ├── weights-QD+-Boston-1-Model2_historyMSE.npy │ │ ├── weights-QD+-Boston-1-Model2_historyMSEtr.npy │ │ ├── weights-QD+-Boston-1-Model2_validationMSE │ │ ├── weights-QD+-Boston-1-Model3 │ │ ├── weights-QD+-Boston-1-Model3_historyMSE.npy │ │ ├── weights-QD+-Boston-1-Model3_historyMSEtr.npy │ │ ├── weights-QD+-Boston-1-Model3_validationMSE │ │ ├── weights-QD+-Boston-1-Model4 │ │ ├── weights-QD+-Boston-1-Model4_historyMSE.npy │ │ ├── weights-QD+-Boston-1-Model4_historyMSEtr.npy │ │ ├── weights-QD+-Boston-1-Model4_validationMSE │ │ ├── weights-QD+-Boston-10-Model0 │ │ ├── weights-QD+-Boston-10-Model0_historyMSE.npy │ │ ├── weights-QD+-Boston-10-Model0_historyMSEtr.npy │ │ ├── weights-QD+-Boston-10-Model0_validationMSE │ │ ├── weights-QD+-Boston-10-Model1 │ │ ├── weights-QD+-Boston-10-Model1_historyMSE.npy │ │ ├── weights-QD+-Boston-10-Model1_historyMSEtr.npy │ │ ├── weights-QD+-Boston-10-Model1_validationMSE │ │ ├── weights-QD+-Boston-10-Model2 │ │ ├── weights-QD+-Boston-10-Model2_historyMSE.npy │ │ ├── weights-QD+-Boston-10-Model2_historyMSEtr.npy │ │ ├── weights-QD+-Boston-10-Model2_validationMSE │ │ ├── weights-QD+-Boston-10-Model3 │ │ ├── weights-QD+-Boston-10-Model3_historyMSE.npy │ │ ├── weights-QD+-Boston-10-Model3_historyMSEtr.npy │ │ ├── weights-QD+-Boston-10-Model3_validationMSE │ │ ├── weights-QD+-Boston-10-Model4 │ │ ├── weights-QD+-Boston-10-Model4_historyMSE.npy │ │ ├── weights-QD+-Boston-10-Model4_historyMSEtr.npy │ │ ├── weights-QD+-Boston-10-Model4_validationMSE │ │ ├── weights-QD+-Boston-2-Model0 │ │ ├── weights-QD+-Boston-2-Model0_historyMSE.npy │ │ ├── weights-QD+-Boston-2-Model0_historyMSEtr.npy │ │ ├── weights-QD+-Boston-2-Model0_validationMSE │ │ ├── weights-QD+-Boston-2-Model1 │ │ ├── weights-QD+-Boston-2-Model1_historyMSE.npy │ │ ├── weights-QD+-Boston-2-Model1_historyMSEtr.npy │ │ ├── weights-QD+-Boston-2-Model1_validationMSE │ │ ├── weights-QD+-Boston-2-Model2 │ │ ├── weights-QD+-Boston-2-Model2_historyMSE.npy │ │ ├── weights-QD+-Boston-2-Model2_historyMSEtr.npy │ │ ├── weights-QD+-Boston-2-Model2_validationMSE │ │ ├── weights-QD+-Boston-2-Model3 │ │ ├── weights-QD+-Boston-2-Model3_historyMSE.npy │ │ ├── weights-QD+-Boston-2-Model3_historyMSEtr.npy │ │ ├── weights-QD+-Boston-2-Model3_validationMSE │ │ ├── weights-QD+-Boston-2-Model4 │ │ ├── weights-QD+-Boston-2-Model4_historyMSE.npy │ │ ├── weights-QD+-Boston-2-Model4_historyMSEtr.npy │ │ ├── weights-QD+-Boston-2-Model4_validationMSE │ │ ├── weights-QD+-Boston-3-Model0 │ │ ├── weights-QD+-Boston-3-Model0_historyMSE.npy │ │ ├── weights-QD+-Boston-3-Model0_historyMSEtr.npy │ │ ├── weights-QD+-Boston-3-Model0_validationMSE │ │ ├── weights-QD+-Boston-3-Model1 │ │ ├── weights-QD+-Boston-3-Model1_historyMSE.npy │ │ ├── weights-QD+-Boston-3-Model1_historyMSEtr.npy │ │ ├── weights-QD+-Boston-3-Model1_validationMSE │ │ ├── weights-QD+-Boston-3-Model2 │ │ ├── weights-QD+-Boston-3-Model2_historyMSE.npy │ │ ├── weights-QD+-Boston-3-Model2_historyMSEtr.npy │ │ ├── weights-QD+-Boston-3-Model2_validationMSE │ │ ├── weights-QD+-Boston-3-Model3 │ │ ├── weights-QD+-Boston-3-Model3_historyMSE.npy │ │ ├── weights-QD+-Boston-3-Model3_historyMSEtr.npy │ │ ├── weights-QD+-Boston-3-Model3_validationMSE │ │ ├── weights-QD+-Boston-3-Model4 │ │ ├── weights-QD+-Boston-3-Model4_historyMSE.npy │ │ ├── weights-QD+-Boston-3-Model4_historyMSEtr.npy │ │ ├── weights-QD+-Boston-3-Model4_validationMSE │ │ ├── weights-QD+-Boston-4-Model0 │ │ ├── weights-QD+-Boston-4-Model0_historyMSE.npy │ │ ├── weights-QD+-Boston-4-Model0_historyMSEtr.npy │ │ ├── weights-QD+-Boston-4-Model0_validationMSE │ │ ├── weights-QD+-Boston-4-Model1 │ │ ├── weights-QD+-Boston-4-Model1_historyMSE.npy │ │ ├── weights-QD+-Boston-4-Model1_historyMSEtr.npy │ │ ├── weights-QD+-Boston-4-Model1_validationMSE │ │ ├── weights-QD+-Boston-4-Model2 │ │ ├── weights-QD+-Boston-4-Model2_historyMSE.npy │ │ ├── weights-QD+-Boston-4-Model2_historyMSEtr.npy │ │ ├── weights-QD+-Boston-4-Model2_validationMSE │ │ ├── weights-QD+-Boston-4-Model3 │ │ ├── weights-QD+-Boston-4-Model3_historyMSE.npy │ │ ├── weights-QD+-Boston-4-Model3_historyMSEtr.npy │ │ ├── weights-QD+-Boston-4-Model3_validationMSE │ │ ├── weights-QD+-Boston-4-Model4 │ │ ├── weights-QD+-Boston-4-Model4_historyMSE.npy │ │ ├── weights-QD+-Boston-4-Model4_historyMSEtr.npy │ │ ├── weights-QD+-Boston-4-Model4_validationMSE │ │ ├── weights-QD+-Boston-5-Model0 │ │ ├── weights-QD+-Boston-5-Model0_historyMSE.npy │ │ ├── weights-QD+-Boston-5-Model0_historyMSEtr.npy │ │ ├── weights-QD+-Boston-5-Model0_validationMSE │ │ ├── weights-QD+-Boston-5-Model1 │ │ ├── weights-QD+-Boston-5-Model1_historyMSE.npy │ │ ├── weights-QD+-Boston-5-Model1_historyMSEtr.npy │ │ ├── weights-QD+-Boston-5-Model1_validationMSE │ │ ├── weights-QD+-Boston-5-Model2 │ │ ├── weights-QD+-Boston-5-Model2_historyMSE.npy │ │ ├── weights-QD+-Boston-5-Model2_historyMSEtr.npy │ │ ├── weights-QD+-Boston-5-Model2_validationMSE │ │ ├── weights-QD+-Boston-5-Model3 │ │ ├── weights-QD+-Boston-5-Model3_historyMSE.npy │ │ ├── weights-QD+-Boston-5-Model3_historyMSEtr.npy │ │ ├── weights-QD+-Boston-5-Model3_validationMSE │ │ ├── weights-QD+-Boston-5-Model4 │ │ ├── weights-QD+-Boston-5-Model4_historyMSE.npy │ │ ├── weights-QD+-Boston-5-Model4_historyMSEtr.npy │ │ ├── weights-QD+-Boston-5-Model4_validationMSE │ │ ├── weights-QD+-Boston-6-Model0 │ │ ├── weights-QD+-Boston-6-Model0_historyMSE.npy │ │ ├── weights-QD+-Boston-6-Model0_historyMSEtr.npy │ │ ├── weights-QD+-Boston-6-Model0_validationMSE │ │ ├── weights-QD+-Boston-6-Model1 │ │ ├── weights-QD+-Boston-6-Model1_historyMSE.npy │ │ ├── weights-QD+-Boston-6-Model1_historyMSEtr.npy │ │ ├── weights-QD+-Boston-6-Model1_validationMSE │ │ ├── weights-QD+-Boston-6-Model2 │ │ ├── weights-QD+-Boston-6-Model2_historyMSE.npy │ │ ├── weights-QD+-Boston-6-Model2_historyMSEtr.npy │ │ ├── weights-QD+-Boston-6-Model2_validationMSE │ │ ├── weights-QD+-Boston-6-Model3 │ │ ├── weights-QD+-Boston-6-Model3_historyMSE.npy │ │ ├── weights-QD+-Boston-6-Model3_historyMSEtr.npy │ │ ├── weights-QD+-Boston-6-Model3_validationMSE │ │ ├── weights-QD+-Boston-6-Model4 │ │ ├── weights-QD+-Boston-6-Model4_historyMSE.npy │ │ ├── weights-QD+-Boston-6-Model4_historyMSEtr.npy │ │ ├── weights-QD+-Boston-6-Model4_validationMSE │ │ ├── weights-QD+-Boston-7-Model0 │ │ ├── weights-QD+-Boston-7-Model0_historyMSE.npy │ │ ├── weights-QD+-Boston-7-Model0_historyMSEtr.npy │ │ ├── weights-QD+-Boston-7-Model0_validationMSE │ │ ├── weights-QD+-Boston-7-Model1 │ │ ├── weights-QD+-Boston-7-Model1_historyMSE.npy │ │ ├── weights-QD+-Boston-7-Model1_historyMSEtr.npy │ │ ├── weights-QD+-Boston-7-Model1_validationMSE │ │ ├── weights-QD+-Boston-7-Model2 │ │ ├── weights-QD+-Boston-7-Model2_historyMSE.npy │ │ ├── weights-QD+-Boston-7-Model2_historyMSEtr.npy │ │ ├── weights-QD+-Boston-7-Model2_validationMSE │ │ ├── weights-QD+-Boston-7-Model3 │ │ ├── weights-QD+-Boston-7-Model3_historyMSE.npy │ │ ├── weights-QD+-Boston-7-Model3_historyMSEtr.npy │ │ ├── weights-QD+-Boston-7-Model3_validationMSE │ │ ├── weights-QD+-Boston-7-Model4 │ │ ├── weights-QD+-Boston-7-Model4_historyMSE.npy │ │ ├── weights-QD+-Boston-7-Model4_historyMSEtr.npy │ │ ├── weights-QD+-Boston-7-Model4_validationMSE │ │ ├── weights-QD+-Boston-8-Model0 │ │ ├── weights-QD+-Boston-8-Model0_historyMSE.npy │ │ ├── weights-QD+-Boston-8-Model0_historyMSEtr.npy │ │ ├── weights-QD+-Boston-8-Model0_validationMSE │ │ ├── weights-QD+-Boston-8-Model1 │ │ ├── weights-QD+-Boston-8-Model1_historyMSE.npy │ │ ├── weights-QD+-Boston-8-Model1_historyMSEtr.npy │ │ ├── weights-QD+-Boston-8-Model1_validationMSE │ │ ├── weights-QD+-Boston-8-Model2 │ │ ├── weights-QD+-Boston-8-Model2_historyMSE.npy │ │ ├── weights-QD+-Boston-8-Model2_historyMSEtr.npy │ │ ├── weights-QD+-Boston-8-Model2_validationMSE │ │ ├── weights-QD+-Boston-8-Model3 │ │ ├── weights-QD+-Boston-8-Model3_historyMSE.npy │ │ ├── weights-QD+-Boston-8-Model3_historyMSEtr.npy │ │ ├── weights-QD+-Boston-8-Model3_validationMSE │ │ ├── weights-QD+-Boston-8-Model4 │ │ ├── weights-QD+-Boston-8-Model4_historyMSE.npy │ │ ├── weights-QD+-Boston-8-Model4_historyMSEtr.npy │ │ ├── weights-QD+-Boston-8-Model4_validationMSE │ │ ├── weights-QD+-Boston-9-Model0 │ │ ├── weights-QD+-Boston-9-Model0_historyMSE.npy │ │ ├── weights-QD+-Boston-9-Model0_historyMSEtr.npy │ │ ├── weights-QD+-Boston-9-Model0_validationMSE │ │ ├── weights-QD+-Boston-9-Model1 │ │ ├── weights-QD+-Boston-9-Model1_historyMSE.npy │ │ ├── weights-QD+-Boston-9-Model1_historyMSEtr.npy │ │ ├── weights-QD+-Boston-9-Model1_validationMSE │ │ ├── weights-QD+-Boston-9-Model2 │ │ ├── weights-QD+-Boston-9-Model2_historyMSE.npy │ │ ├── weights-QD+-Boston-9-Model2_historyMSEtr.npy │ │ ├── weights-QD+-Boston-9-Model2_validationMSE │ │ ├── weights-QD+-Boston-9-Model3 │ │ ├── weights-QD+-Boston-9-Model3_historyMSE.npy │ │ ├── weights-QD+-Boston-9-Model3_historyMSEtr.npy │ │ ├── weights-QD+-Boston-9-Model3_validationMSE │ │ ├── weights-QD+-Boston-9-Model4 │ │ ├── weights-QD+-Boston-9-Model4_historyMSE.npy │ │ ├── weights-QD+-Boston-9-Model4_historyMSEtr.npy │ │ └── weights-QD+-Boston-9-Model4_validationMSE │ ├── QD │ │ ├── regression_report-QD-Boston.txt │ │ ├── validation_MPIW-QD-Boston.npy │ │ ├── validation_MSE-QD-Boston.npy │ │ ├── validation_PICP-QD-Boston.npy │ │ ├── weights-QD-Boston-1 │ │ ├── weights-QD-Boston-1-Model0 │ │ ├── weights-QD-Boston-1-Model0_historyMPIW.npy │ │ ├── weights-QD-Boston-1-Model0_historyMPIWtr.npy │ │ ├── weights-QD-Boston-1-Model0_historyMSE.npy │ │ ├── weights-QD-Boston-1-Model0_historyMSEtr.npy │ │ ├── weights-QD-Boston-1-Model0_historyPICP.npy │ │ ├── weights-QD-Boston-1-Model0_historyPICPtr.npy │ │ ├── weights-QD-Boston-1-Model0_validationMSE │ │ ├── weights-QD-Boston-1-Model1 │ │ ├── weights-QD-Boston-1-Model1_historyMPIW.npy │ │ ├── weights-QD-Boston-1-Model1_historyMPIWtr.npy │ │ ├── weights-QD-Boston-1-Model1_historyMSE.npy │ │ ├── weights-QD-Boston-1-Model1_historyMSEtr.npy │ │ ├── weights-QD-Boston-1-Model1_historyPICP.npy │ │ ├── weights-QD-Boston-1-Model1_historyPICPtr.npy │ │ ├── weights-QD-Boston-1-Model1_validationMSE │ │ ├── weights-QD-Boston-1-Model2 │ │ ├── weights-QD-Boston-1-Model2_historyMPIW.npy │ │ ├── weights-QD-Boston-1-Model2_historyMPIWtr.npy │ │ ├── weights-QD-Boston-1-Model2_historyMSE.npy │ │ ├── weights-QD-Boston-1-Model2_historyMSEtr.npy │ │ ├── weights-QD-Boston-1-Model2_historyPICP.npy │ │ ├── weights-QD-Boston-1-Model2_historyPICPtr.npy │ │ ├── weights-QD-Boston-1-Model2_validationMSE │ │ ├── weights-QD-Boston-1-Model3 │ │ ├── weights-QD-Boston-1-Model3_historyMPIW.npy │ │ ├── weights-QD-Boston-1-Model3_historyMPIWtr.npy │ │ ├── weights-QD-Boston-1-Model3_historyMSE.npy │ │ ├── weights-QD-Boston-1-Model3_historyMSEtr.npy │ │ ├── weights-QD-Boston-1-Model3_historyPICP.npy │ │ ├── weights-QD-Boston-1-Model3_historyPICPtr.npy │ │ ├── weights-QD-Boston-1-Model3_validationMSE │ │ ├── weights-QD-Boston-1-Model4 │ │ ├── weights-QD-Boston-1-Model4_historyMPIW.npy │ │ ├── weights-QD-Boston-1-Model4_historyMPIWtr.npy │ │ ├── weights-QD-Boston-1-Model4_historyMSE.npy │ │ ├── weights-QD-Boston-1-Model4_historyMSEtr.npy │ │ ├── weights-QD-Boston-1-Model4_historyPICP.npy │ │ ├── weights-QD-Boston-1-Model4_historyPICPtr.npy │ │ ├── weights-QD-Boston-1-Model4_validationMSE │ │ ├── weights-QD-Boston-10 │ │ ├── weights-QD-Boston-10-Model0 │ │ ├── weights-QD-Boston-10-Model0_historyMPIW.npy │ │ ├── weights-QD-Boston-10-Model0_historyMPIWtr.npy │ │ ├── weights-QD-Boston-10-Model0_historyMSE.npy │ │ ├── weights-QD-Boston-10-Model0_historyMSEtr.npy │ │ ├── weights-QD-Boston-10-Model0_historyPICP.npy │ │ ├── weights-QD-Boston-10-Model0_historyPICPtr.npy │ │ ├── weights-QD-Boston-10-Model0_validationMSE │ │ ├── weights-QD-Boston-10-Model1 │ │ ├── weights-QD-Boston-10-Model1_historyMPIW.npy │ │ ├── weights-QD-Boston-10-Model1_historyMPIWtr.npy │ │ ├── weights-QD-Boston-10-Model1_historyMSE.npy │ │ ├── weights-QD-Boston-10-Model1_historyMSEtr.npy │ │ ├── weights-QD-Boston-10-Model1_historyPICP.npy │ │ ├── weights-QD-Boston-10-Model1_historyPICPtr.npy │ │ ├── weights-QD-Boston-10-Model1_validationMSE │ │ ├── weights-QD-Boston-10-Model2 │ │ ├── weights-QD-Boston-10-Model2_historyMPIW.npy │ │ ├── weights-QD-Boston-10-Model2_historyMPIWtr.npy │ │ ├── weights-QD-Boston-10-Model2_historyMSE.npy │ │ ├── weights-QD-Boston-10-Model2_historyMSEtr.npy │ │ ├── weights-QD-Boston-10-Model2_historyPICP.npy │ │ ├── weights-QD-Boston-10-Model2_historyPICPtr.npy │ │ ├── weights-QD-Boston-10-Model2_validationMSE │ │ ├── weights-QD-Boston-10-Model3 │ │ ├── weights-QD-Boston-10-Model3_historyMPIW.npy │ │ ├── weights-QD-Boston-10-Model3_historyMPIWtr.npy │ │ ├── weights-QD-Boston-10-Model3_historyMSE.npy │ │ ├── weights-QD-Boston-10-Model3_historyMSEtr.npy │ │ ├── weights-QD-Boston-10-Model3_historyPICP.npy │ │ ├── weights-QD-Boston-10-Model3_historyPICPtr.npy │ │ ├── weights-QD-Boston-10-Model3_validationMSE │ │ ├── weights-QD-Boston-10-Model4 │ │ ├── weights-QD-Boston-10-Model4_historyMPIW.npy │ │ ├── weights-QD-Boston-10-Model4_historyMPIWtr.npy │ │ ├── weights-QD-Boston-10-Model4_historyMSE.npy │ │ ├── weights-QD-Boston-10-Model4_historyMSEtr.npy │ │ ├── weights-QD-Boston-10-Model4_historyPICP.npy │ │ ├── weights-QD-Boston-10-Model4_historyPICPtr.npy │ │ ├── weights-QD-Boston-10-Model4_validationMSE │ │ ├── weights-QD-Boston-10_historyMPIW.npy │ │ ├── weights-QD-Boston-10_historyMPIWtr.npy │ │ ├── weights-QD-Boston-10_historyMSE.npy │ │ ├── weights-QD-Boston-10_historyMSEtr.npy │ │ ├── weights-QD-Boston-10_historyPICP.npy │ │ ├── weights-QD-Boston-10_historyPICPtr.npy │ │ ├── weights-QD-Boston-10_validationMSE │ │ ├── weights-QD-Boston-1_historyMPIW.npy │ │ ├── weights-QD-Boston-1_historyMPIWtr.npy │ │ ├── weights-QD-Boston-1_historyMSE.npy │ │ ├── weights-QD-Boston-1_historyMSEtr.npy │ │ ├── weights-QD-Boston-1_historyPICP.npy │ │ ├── weights-QD-Boston-1_historyPICPtr.npy │ │ ├── weights-QD-Boston-1_validationMSE │ │ ├── weights-QD-Boston-2 │ │ ├── weights-QD-Boston-2-Model0 │ │ ├── weights-QD-Boston-2-Model0_historyMPIW.npy │ │ ├── weights-QD-Boston-2-Model0_historyMPIWtr.npy │ │ ├── weights-QD-Boston-2-Model0_historyMSE.npy │ │ ├── weights-QD-Boston-2-Model0_historyMSEtr.npy │ │ ├── weights-QD-Boston-2-Model0_historyPICP.npy │ │ ├── weights-QD-Boston-2-Model0_historyPICPtr.npy │ │ ├── weights-QD-Boston-2-Model0_validationMSE │ │ ├── weights-QD-Boston-2-Model1 │ │ ├── weights-QD-Boston-2-Model1_historyMPIW.npy │ │ ├── weights-QD-Boston-2-Model1_historyMPIWtr.npy │ │ ├── weights-QD-Boston-2-Model1_historyMSE.npy │ │ ├── weights-QD-Boston-2-Model1_historyMSEtr.npy │ │ ├── weights-QD-Boston-2-Model1_historyPICP.npy │ │ ├── weights-QD-Boston-2-Model1_historyPICPtr.npy │ │ ├── weights-QD-Boston-2-Model1_validationMSE │ │ ├── weights-QD-Boston-2-Model2 │ │ ├── weights-QD-Boston-2-Model2_historyMPIW.npy │ │ ├── weights-QD-Boston-2-Model2_historyMPIWtr.npy │ │ ├── weights-QD-Boston-2-Model2_historyMSE.npy │ │ ├── weights-QD-Boston-2-Model2_historyMSEtr.npy │ │ ├── weights-QD-Boston-2-Model2_historyPICP.npy │ │ ├── weights-QD-Boston-2-Model2_historyPICPtr.npy │ │ ├── weights-QD-Boston-2-Model2_validationMSE │ │ ├── weights-QD-Boston-2-Model3 │ │ ├── weights-QD-Boston-2-Model3_historyMPIW.npy │ │ ├── weights-QD-Boston-2-Model3_historyMPIWtr.npy │ │ ├── weights-QD-Boston-2-Model3_historyMSE.npy │ │ ├── weights-QD-Boston-2-Model3_historyMSEtr.npy │ │ ├── weights-QD-Boston-2-Model3_historyPICP.npy │ │ ├── weights-QD-Boston-2-Model3_historyPICPtr.npy │ │ ├── weights-QD-Boston-2-Model3_validationMSE │ │ ├── weights-QD-Boston-2-Model4 │ │ ├── weights-QD-Boston-2-Model4_historyMPIW.npy │ │ ├── weights-QD-Boston-2-Model4_historyMPIWtr.npy │ │ ├── weights-QD-Boston-2-Model4_historyMSE.npy │ │ ├── weights-QD-Boston-2-Model4_historyMSEtr.npy │ │ ├── weights-QD-Boston-2-Model4_historyPICP.npy │ │ ├── weights-QD-Boston-2-Model4_historyPICPtr.npy │ │ ├── weights-QD-Boston-2-Model4_validationMSE │ │ ├── weights-QD-Boston-2_historyMPIW.npy │ │ ├── weights-QD-Boston-2_historyMPIWtr.npy │ │ ├── weights-QD-Boston-2_historyMSE.npy │ │ ├── weights-QD-Boston-2_historyMSEtr.npy │ │ ├── weights-QD-Boston-2_historyPICP.npy │ │ ├── weights-QD-Boston-2_historyPICPtr.npy │ │ ├── weights-QD-Boston-2_validationMSE │ │ ├── weights-QD-Boston-3 │ │ ├── weights-QD-Boston-3-Model0 │ │ ├── weights-QD-Boston-3-Model0_historyMPIW.npy │ │ ├── weights-QD-Boston-3-Model0_historyMPIWtr.npy │ │ ├── weights-QD-Boston-3-Model0_historyMSE.npy │ │ ├── weights-QD-Boston-3-Model0_historyMSEtr.npy │ │ ├── weights-QD-Boston-3-Model0_historyPICP.npy │ │ ├── weights-QD-Boston-3-Model0_historyPICPtr.npy │ │ ├── weights-QD-Boston-3-Model0_validationMSE │ │ ├── weights-QD-Boston-3-Model1 │ │ ├── weights-QD-Boston-3-Model1_historyMPIW.npy │ │ ├── weights-QD-Boston-3-Model1_historyMPIWtr.npy │ │ ├── weights-QD-Boston-3-Model1_historyMSE.npy │ │ ├── weights-QD-Boston-3-Model1_historyMSEtr.npy │ │ ├── weights-QD-Boston-3-Model1_historyPICP.npy │ │ ├── weights-QD-Boston-3-Model1_historyPICPtr.npy │ │ ├── weights-QD-Boston-3-Model1_validationMSE │ │ ├── weights-QD-Boston-3-Model2 │ │ ├── weights-QD-Boston-3-Model2_historyMPIW.npy │ │ ├── weights-QD-Boston-3-Model2_historyMPIWtr.npy │ │ ├── weights-QD-Boston-3-Model2_historyMSE.npy │ │ ├── weights-QD-Boston-3-Model2_historyMSEtr.npy │ │ ├── weights-QD-Boston-3-Model2_historyPICP.npy │ │ ├── weights-QD-Boston-3-Model2_historyPICPtr.npy │ │ ├── weights-QD-Boston-3-Model2_validationMSE │ │ ├── weights-QD-Boston-3-Model3 │ │ ├── weights-QD-Boston-3-Model3_historyMPIW.npy │ │ ├── weights-QD-Boston-3-Model3_historyMPIWtr.npy │ │ ├── weights-QD-Boston-3-Model3_historyMSE.npy │ │ ├── weights-QD-Boston-3-Model3_historyMSEtr.npy │ │ ├── weights-QD-Boston-3-Model3_historyPICP.npy │ │ ├── weights-QD-Boston-3-Model3_historyPICPtr.npy │ │ ├── weights-QD-Boston-3-Model3_validationMSE │ │ ├── weights-QD-Boston-3-Model4 │ │ ├── weights-QD-Boston-3-Model4_historyMPIW.npy │ │ ├── weights-QD-Boston-3-Model4_historyMPIWtr.npy │ │ ├── weights-QD-Boston-3-Model4_historyMSE.npy │ │ ├── weights-QD-Boston-3-Model4_historyMSEtr.npy │ │ ├── weights-QD-Boston-3-Model4_historyPICP.npy │ │ ├── weights-QD-Boston-3-Model4_historyPICPtr.npy │ │ ├── weights-QD-Boston-3-Model4_validationMSE │ │ ├── weights-QD-Boston-3_historyMPIW.npy │ │ ├── weights-QD-Boston-3_historyMPIWtr.npy │ │ ├── weights-QD-Boston-3_historyMSE.npy │ │ ├── weights-QD-Boston-3_historyMSEtr.npy │ │ ├── weights-QD-Boston-3_historyPICP.npy │ │ ├── weights-QD-Boston-3_historyPICPtr.npy │ │ ├── weights-QD-Boston-3_validationMSE │ │ ├── weights-QD-Boston-4 │ │ ├── weights-QD-Boston-4-Model0 │ │ ├── weights-QD-Boston-4-Model0_historyMPIW.npy │ │ ├── weights-QD-Boston-4-Model0_historyMPIWtr.npy │ │ ├── weights-QD-Boston-4-Model0_historyMSE.npy │ │ ├── weights-QD-Boston-4-Model0_historyMSEtr.npy │ │ ├── weights-QD-Boston-4-Model0_historyPICP.npy │ │ ├── weights-QD-Boston-4-Model0_historyPICPtr.npy │ │ ├── weights-QD-Boston-4-Model0_validationMSE │ │ ├── weights-QD-Boston-4-Model1 │ │ ├── weights-QD-Boston-4-Model1_historyMPIW.npy │ │ ├── weights-QD-Boston-4-Model1_historyMPIWtr.npy │ │ ├── weights-QD-Boston-4-Model1_historyMSE.npy │ │ ├── weights-QD-Boston-4-Model1_historyMSEtr.npy │ │ ├── weights-QD-Boston-4-Model1_historyPICP.npy │ │ ├── weights-QD-Boston-4-Model1_historyPICPtr.npy │ │ ├── weights-QD-Boston-4-Model1_validationMSE │ │ ├── weights-QD-Boston-4-Model2 │ │ ├── weights-QD-Boston-4-Model2_historyMPIW.npy │ │ ├── weights-QD-Boston-4-Model2_historyMPIWtr.npy │ │ ├── weights-QD-Boston-4-Model2_historyMSE.npy │ │ ├── weights-QD-Boston-4-Model2_historyMSEtr.npy │ │ ├── weights-QD-Boston-4-Model2_historyPICP.npy │ │ ├── weights-QD-Boston-4-Model2_historyPICPtr.npy │ │ ├── weights-QD-Boston-4-Model2_validationMSE │ │ ├── weights-QD-Boston-4-Model3 │ │ ├── weights-QD-Boston-4-Model3_historyMPIW.npy │ │ ├── weights-QD-Boston-4-Model3_historyMPIWtr.npy │ │ ├── weights-QD-Boston-4-Model3_historyMSE.npy │ │ ├── weights-QD-Boston-4-Model3_historyMSEtr.npy │ │ ├── weights-QD-Boston-4-Model3_historyPICP.npy │ │ ├── weights-QD-Boston-4-Model3_historyPICPtr.npy │ │ ├── weights-QD-Boston-4-Model3_validationMSE │ │ ├── weights-QD-Boston-4-Model4 │ │ ├── weights-QD-Boston-4-Model4_historyMPIW.npy │ │ ├── weights-QD-Boston-4-Model4_historyMPIWtr.npy │ │ ├── weights-QD-Boston-4-Model4_historyMSE.npy │ │ ├── weights-QD-Boston-4-Model4_historyMSEtr.npy │ │ ├── weights-QD-Boston-4-Model4_historyPICP.npy │ │ ├── weights-QD-Boston-4-Model4_historyPICPtr.npy │ │ ├── weights-QD-Boston-4-Model4_validationMSE │ │ ├── weights-QD-Boston-4_historyMPIW.npy │ │ ├── weights-QD-Boston-4_historyMPIWtr.npy │ │ ├── weights-QD-Boston-4_historyMSE.npy │ │ ├── weights-QD-Boston-4_historyMSEtr.npy │ │ ├── weights-QD-Boston-4_historyPICP.npy │ │ ├── weights-QD-Boston-4_historyPICPtr.npy │ │ ├── weights-QD-Boston-4_validationMSE │ │ ├── weights-QD-Boston-5 │ │ ├── weights-QD-Boston-5-Model0 │ │ ├── weights-QD-Boston-5-Model0_historyMPIW.npy │ │ ├── weights-QD-Boston-5-Model0_historyMPIWtr.npy │ │ ├── weights-QD-Boston-5-Model0_historyMSE.npy │ │ ├── weights-QD-Boston-5-Model0_historyMSEtr.npy │ │ ├── weights-QD-Boston-5-Model0_historyPICP.npy │ │ ├── weights-QD-Boston-5-Model0_historyPICPtr.npy │ │ ├── weights-QD-Boston-5-Model0_validationMSE │ │ ├── weights-QD-Boston-5-Model1 │ │ ├── weights-QD-Boston-5-Model1_historyMPIW.npy │ │ ├── weights-QD-Boston-5-Model1_historyMPIWtr.npy │ │ ├── weights-QD-Boston-5-Model1_historyMSE.npy │ │ ├── weights-QD-Boston-5-Model1_historyMSEtr.npy │ │ ├── weights-QD-Boston-5-Model1_historyPICP.npy │ │ ├── weights-QD-Boston-5-Model1_historyPICPtr.npy │ │ ├── weights-QD-Boston-5-Model1_validationMSE │ │ ├── weights-QD-Boston-5-Model2 │ │ ├── weights-QD-Boston-5-Model2_historyMPIW.npy │ │ ├── weights-QD-Boston-5-Model2_historyMPIWtr.npy │ │ ├── weights-QD-Boston-5-Model2_historyMSE.npy │ │ ├── weights-QD-Boston-5-Model2_historyMSEtr.npy │ │ ├── weights-QD-Boston-5-Model2_historyPICP.npy │ │ ├── weights-QD-Boston-5-Model2_historyPICPtr.npy │ │ ├── weights-QD-Boston-5-Model2_validationMSE │ │ ├── weights-QD-Boston-5-Model3 │ │ ├── weights-QD-Boston-5-Model3_historyMPIW.npy │ │ ├── weights-QD-Boston-5-Model3_historyMPIWtr.npy │ │ ├── weights-QD-Boston-5-Model3_historyMSE.npy │ │ ├── weights-QD-Boston-5-Model3_historyMSEtr.npy │ │ ├── weights-QD-Boston-5-Model3_historyPICP.npy │ │ ├── weights-QD-Boston-5-Model3_historyPICPtr.npy │ │ ├── weights-QD-Boston-5-Model3_validationMSE │ │ ├── weights-QD-Boston-5-Model4 │ │ ├── weights-QD-Boston-5-Model4_historyMPIW.npy │ │ ├── weights-QD-Boston-5-Model4_historyMPIWtr.npy │ │ ├── weights-QD-Boston-5-Model4_historyMSE.npy │ │ ├── weights-QD-Boston-5-Model4_historyMSEtr.npy │ │ ├── weights-QD-Boston-5-Model4_historyPICP.npy │ │ ├── weights-QD-Boston-5-Model4_historyPICPtr.npy │ │ ├── weights-QD-Boston-5-Model4_validationMSE │ │ ├── weights-QD-Boston-5_historyMPIW.npy │ │ ├── weights-QD-Boston-5_historyMPIWtr.npy │ │ ├── weights-QD-Boston-5_historyMSE.npy │ │ ├── weights-QD-Boston-5_historyMSEtr.npy │ │ ├── weights-QD-Boston-5_historyPICP.npy │ │ ├── weights-QD-Boston-5_historyPICPtr.npy │ │ ├── weights-QD-Boston-5_validationMSE │ │ ├── weights-QD-Boston-6 │ │ ├── weights-QD-Boston-6-Model0 │ │ ├── weights-QD-Boston-6-Model0_historyMPIW.npy │ │ ├── weights-QD-Boston-6-Model0_historyMPIWtr.npy │ │ ├── weights-QD-Boston-6-Model0_historyMSE.npy │ │ ├── weights-QD-Boston-6-Model0_historyMSEtr.npy │ │ ├── weights-QD-Boston-6-Model0_historyPICP.npy │ │ ├── weights-QD-Boston-6-Model0_historyPICPtr.npy │ │ ├── weights-QD-Boston-6-Model0_validationMSE │ │ ├── weights-QD-Boston-6-Model1 │ │ ├── weights-QD-Boston-6-Model1_historyMPIW.npy │ │ ├── weights-QD-Boston-6-Model1_historyMPIWtr.npy │ │ ├── weights-QD-Boston-6-Model1_historyMSE.npy │ │ ├── weights-QD-Boston-6-Model1_historyMSEtr.npy │ │ ├── weights-QD-Boston-6-Model1_historyPICP.npy │ │ ├── weights-QD-Boston-6-Model1_historyPICPtr.npy │ │ ├── weights-QD-Boston-6-Model1_validationMSE │ │ ├── weights-QD-Boston-6-Model2 │ │ ├── weights-QD-Boston-6-Model2_historyMPIW.npy │ │ ├── weights-QD-Boston-6-Model2_historyMPIWtr.npy │ │ ├── weights-QD-Boston-6-Model2_historyMSE.npy │ │ ├── weights-QD-Boston-6-Model2_historyMSEtr.npy │ │ ├── weights-QD-Boston-6-Model2_historyPICP.npy │ │ ├── weights-QD-Boston-6-Model2_historyPICPtr.npy │ │ ├── weights-QD-Boston-6-Model2_validationMSE │ │ ├── weights-QD-Boston-6-Model3 │ │ ├── weights-QD-Boston-6-Model3_historyMPIW.npy │ │ ├── weights-QD-Boston-6-Model3_historyMPIWtr.npy │ │ ├── weights-QD-Boston-6-Model3_historyMSE.npy │ │ ├── weights-QD-Boston-6-Model3_historyMSEtr.npy │ │ ├── weights-QD-Boston-6-Model3_historyPICP.npy │ │ ├── weights-QD-Boston-6-Model3_historyPICPtr.npy │ │ ├── weights-QD-Boston-6-Model3_validationMSE │ │ ├── weights-QD-Boston-6-Model4 │ │ ├── weights-QD-Boston-6-Model4_historyMPIW.npy │ │ ├── weights-QD-Boston-6-Model4_historyMPIWtr.npy │ │ ├── weights-QD-Boston-6-Model4_historyMSE.npy │ │ ├── weights-QD-Boston-6-Model4_historyMSEtr.npy │ │ ├── weights-QD-Boston-6-Model4_historyPICP.npy │ │ ├── weights-QD-Boston-6-Model4_historyPICPtr.npy │ │ ├── weights-QD-Boston-6-Model4_validationMSE │ │ ├── weights-QD-Boston-6_historyMPIW.npy │ │ ├── weights-QD-Boston-6_historyMPIWtr.npy │ │ ├── weights-QD-Boston-6_historyMSE.npy │ │ ├── weights-QD-Boston-6_historyMSEtr.npy │ │ ├── weights-QD-Boston-6_historyPICP.npy │ │ ├── weights-QD-Boston-6_historyPICPtr.npy │ │ ├── weights-QD-Boston-6_validationMSE │ │ ├── weights-QD-Boston-7 │ │ ├── weights-QD-Boston-7-Model0 │ │ ├── weights-QD-Boston-7-Model0_historyMPIW.npy │ │ ├── weights-QD-Boston-7-Model0_historyMPIWtr.npy │ │ ├── weights-QD-Boston-7-Model0_historyMSE.npy │ │ ├── weights-QD-Boston-7-Model0_historyMSEtr.npy │ │ ├── weights-QD-Boston-7-Model0_historyPICP.npy │ │ ├── weights-QD-Boston-7-Model0_historyPICPtr.npy │ │ ├── weights-QD-Boston-7-Model0_validationMSE │ │ ├── weights-QD-Boston-7-Model1 │ │ ├── weights-QD-Boston-7-Model1_historyMPIW.npy │ │ ├── weights-QD-Boston-7-Model1_historyMPIWtr.npy │ │ ├── weights-QD-Boston-7-Model1_historyMSE.npy │ │ ├── weights-QD-Boston-7-Model1_historyMSEtr.npy │ │ ├── weights-QD-Boston-7-Model1_historyPICP.npy │ │ ├── weights-QD-Boston-7-Model1_historyPICPtr.npy │ │ ├── weights-QD-Boston-7-Model1_validationMSE │ │ ├── weights-QD-Boston-7-Model2 │ │ ├── weights-QD-Boston-7-Model2_historyMPIW.npy │ │ ├── weights-QD-Boston-7-Model2_historyMPIWtr.npy │ │ ├── weights-QD-Boston-7-Model2_historyMSE.npy │ │ ├── weights-QD-Boston-7-Model2_historyMSEtr.npy │ │ ├── weights-QD-Boston-7-Model2_historyPICP.npy │ │ ├── weights-QD-Boston-7-Model2_historyPICPtr.npy │ │ ├── weights-QD-Boston-7-Model2_validationMSE │ │ ├── weights-QD-Boston-7-Model3 │ │ ├── weights-QD-Boston-7-Model3_historyMPIW.npy │ │ ├── weights-QD-Boston-7-Model3_historyMPIWtr.npy │ │ ├── weights-QD-Boston-7-Model3_historyMSE.npy │ │ ├── weights-QD-Boston-7-Model3_historyMSEtr.npy │ │ ├── weights-QD-Boston-7-Model3_historyPICP.npy │ │ ├── weights-QD-Boston-7-Model3_historyPICPtr.npy │ │ ├── weights-QD-Boston-7-Model3_validationMSE │ │ ├── weights-QD-Boston-7-Model4 │ │ ├── weights-QD-Boston-7-Model4_historyMPIW.npy │ │ ├── weights-QD-Boston-7-Model4_historyMPIWtr.npy │ │ ├── weights-QD-Boston-7-Model4_historyMSE.npy │ │ ├── weights-QD-Boston-7-Model4_historyMSEtr.npy │ │ ├── weights-QD-Boston-7-Model4_historyPICP.npy │ │ ├── weights-QD-Boston-7-Model4_historyPICPtr.npy │ │ ├── weights-QD-Boston-7-Model4_validationMSE │ │ ├── weights-QD-Boston-7_historyMPIW.npy │ │ ├── weights-QD-Boston-7_historyMPIWtr.npy │ │ ├── weights-QD-Boston-7_historyMSE.npy │ │ ├── weights-QD-Boston-7_historyMSEtr.npy │ │ ├── weights-QD-Boston-7_historyPICP.npy │ │ ├── weights-QD-Boston-7_historyPICPtr.npy │ │ ├── weights-QD-Boston-7_validationMSE │ │ ├── weights-QD-Boston-8 │ │ ├── weights-QD-Boston-8-Model0 │ │ ├── weights-QD-Boston-8-Model0_historyMPIW.npy │ │ ├── weights-QD-Boston-8-Model0_historyMPIWtr.npy │ │ ├── weights-QD-Boston-8-Model0_historyMSE.npy │ │ ├── weights-QD-Boston-8-Model0_historyMSEtr.npy │ │ ├── weights-QD-Boston-8-Model0_historyPICP.npy │ │ ├── weights-QD-Boston-8-Model0_historyPICPtr.npy │ │ ├── weights-QD-Boston-8-Model0_validationMSE │ │ ├── weights-QD-Boston-8-Model1 │ │ ├── weights-QD-Boston-8-Model1_historyMPIW.npy │ │ ├── weights-QD-Boston-8-Model1_historyMPIWtr.npy │ │ ├── weights-QD-Boston-8-Model1_historyMSE.npy │ │ ├── weights-QD-Boston-8-Model1_historyMSEtr.npy │ │ ├── weights-QD-Boston-8-Model1_historyPICP.npy │ │ ├── weights-QD-Boston-8-Model1_historyPICPtr.npy │ │ ├── weights-QD-Boston-8-Model1_validationMSE │ │ ├── weights-QD-Boston-8-Model2 │ │ ├── weights-QD-Boston-8-Model2_historyMPIW.npy │ │ ├── weights-QD-Boston-8-Model2_historyMPIWtr.npy │ │ ├── weights-QD-Boston-8-Model2_historyMSE.npy │ │ ├── weights-QD-Boston-8-Model2_historyMSEtr.npy │ │ ├── weights-QD-Boston-8-Model2_historyPICP.npy │ │ ├── weights-QD-Boston-8-Model2_historyPICPtr.npy │ │ ├── weights-QD-Boston-8-Model2_validationMSE │ │ ├── weights-QD-Boston-8-Model3 │ │ ├── weights-QD-Boston-8-Model3_historyMPIW.npy │ │ ├── weights-QD-Boston-8-Model3_historyMPIWtr.npy │ │ ├── weights-QD-Boston-8-Model3_historyMSE.npy │ │ ├── weights-QD-Boston-8-Model3_historyMSEtr.npy │ │ ├── weights-QD-Boston-8-Model3_historyPICP.npy │ │ ├── weights-QD-Boston-8-Model3_historyPICPtr.npy │ │ ├── weights-QD-Boston-8-Model3_validationMSE │ │ ├── weights-QD-Boston-8-Model4 │ │ ├── weights-QD-Boston-8-Model4_historyMPIW.npy │ │ ├── weights-QD-Boston-8-Model4_historyMPIWtr.npy │ │ ├── weights-QD-Boston-8-Model4_historyMSE.npy │ │ ├── weights-QD-Boston-8-Model4_historyMSEtr.npy │ │ ├── weights-QD-Boston-8-Model4_historyPICP.npy │ │ ├── weights-QD-Boston-8-Model4_historyPICPtr.npy │ │ ├── weights-QD-Boston-8-Model4_validationMSE │ │ ├── weights-QD-Boston-8_historyMPIW.npy │ │ ├── weights-QD-Boston-8_historyMPIWtr.npy │ │ ├── weights-QD-Boston-8_historyMSE.npy │ │ ├── weights-QD-Boston-8_historyMSEtr.npy │ │ ├── weights-QD-Boston-8_historyPICP.npy │ │ ├── weights-QD-Boston-8_historyPICPtr.npy │ │ ├── weights-QD-Boston-8_validationMSE │ │ ├── weights-QD-Boston-9 │ │ ├── weights-QD-Boston-9-Model0 │ │ ├── weights-QD-Boston-9-Model0_historyMPIW.npy │ │ ├── weights-QD-Boston-9-Model0_historyMPIWtr.npy │ │ ├── weights-QD-Boston-9-Model0_historyMSE.npy │ │ ├── weights-QD-Boston-9-Model0_historyMSEtr.npy │ │ ├── weights-QD-Boston-9-Model0_historyPICP.npy │ │ ├── weights-QD-Boston-9-Model0_historyPICPtr.npy │ │ ├── weights-QD-Boston-9-Model0_validationMSE │ │ ├── weights-QD-Boston-9-Model1 │ │ ├── weights-QD-Boston-9-Model1_historyMPIW.npy │ │ ├── weights-QD-Boston-9-Model1_historyMPIWtr.npy │ │ ├── weights-QD-Boston-9-Model1_historyMSE.npy │ │ ├── weights-QD-Boston-9-Model1_historyMSEtr.npy │ │ ├── weights-QD-Boston-9-Model1_historyPICP.npy │ │ ├── weights-QD-Boston-9-Model1_historyPICPtr.npy │ │ ├── weights-QD-Boston-9-Model1_validationMSE │ │ ├── weights-QD-Boston-9-Model2 │ │ ├── weights-QD-Boston-9-Model2_historyMPIW.npy │ │ ├── weights-QD-Boston-9-Model2_historyMPIWtr.npy │ │ ├── weights-QD-Boston-9-Model2_historyMSE.npy │ │ ├── weights-QD-Boston-9-Model2_historyMSEtr.npy │ │ ├── weights-QD-Boston-9-Model2_historyPICP.npy │ │ ├── weights-QD-Boston-9-Model2_historyPICPtr.npy │ │ ├── weights-QD-Boston-9-Model2_validationMSE │ │ ├── weights-QD-Boston-9-Model3 │ │ ├── weights-QD-Boston-9-Model3_historyMPIW.npy │ │ ├── weights-QD-Boston-9-Model3_historyMPIWtr.npy │ │ ├── weights-QD-Boston-9-Model3_historyMSE.npy │ │ ├── weights-QD-Boston-9-Model3_historyMSEtr.npy │ │ ├── weights-QD-Boston-9-Model3_historyPICP.npy │ │ ├── weights-QD-Boston-9-Model3_historyPICPtr.npy │ │ ├── weights-QD-Boston-9-Model3_validationMSE │ │ ├── weights-QD-Boston-9-Model4 │ │ ├── weights-QD-Boston-9-Model4_historyMPIW.npy │ │ ├── weights-QD-Boston-9-Model4_historyMPIWtr.npy │ │ ├── weights-QD-Boston-9-Model4_historyMSE.npy │ │ ├── weights-QD-Boston-9-Model4_historyMSEtr.npy │ │ ├── weights-QD-Boston-9-Model4_historyPICP.npy │ │ ├── weights-QD-Boston-9-Model4_historyPICPtr.npy │ │ ├── weights-QD-Boston-9-Model4_validationMSE │ │ ├── weights-QD-Boston-9_historyMPIW.npy │ │ ├── weights-QD-Boston-9_historyMPIWtr.npy │ │ ├── weights-QD-Boston-9_historyMSE.npy │ │ ├── weights-QD-Boston-9_historyMSEtr.npy │ │ ├── weights-QD-Boston-9_historyPICP.npy │ │ ├── weights-QD-Boston-9_historyPICPtr.npy │ │ └── weights-QD-Boston-9_validationMSE │ ├── comparison_MPIW.jpg │ ├── comparison_MSE.jpg │ ├── comparison_PICP.jpg │ └── t-test.txt ├── Concrete │ ├── DualAQD │ │ ├── regression_report-DualAQD-Concrete.txt │ │ ├── validation_MPIW-DualAQD-Concrete.npy │ │ ├── validation_MSE-DualAQD-Concrete.npy │ │ ├── validation_PICP-DualAQD-Concrete.npy │ │ ├── weights-DualAQD-Concrete-1 │ │ ├── weights-DualAQD-Concrete-10 │ │ ├── weights-DualAQD-Concrete-10_historyMPIW.npy │ │ ├── weights-DualAQD-Concrete-10_historyMPIWtr.npy │ │ ├── weights-DualAQD-Concrete-10_historyMSE.npy │ │ ├── weights-DualAQD-Concrete-10_historyMSEtr.npy │ │ ├── weights-DualAQD-Concrete-10_historyPICP.npy │ │ ├── weights-DualAQD-Concrete-10_historyPICPtr.npy │ │ ├── weights-DualAQD-Concrete-10_validationMSE │ │ ├── weights-DualAQD-Concrete-1_historyMPIW.npy │ │ ├── weights-DualAQD-Concrete-1_historyMPIWtr.npy │ │ ├── weights-DualAQD-Concrete-1_historyMSE.npy │ │ ├── weights-DualAQD-Concrete-1_historyMSEtr.npy │ │ ├── weights-DualAQD-Concrete-1_historyPICP.npy │ │ ├── weights-DualAQD-Concrete-1_historyPICPtr.npy │ │ ├── weights-DualAQD-Concrete-1_validationMSE │ │ ├── weights-DualAQD-Concrete-2 │ │ ├── weights-DualAQD-Concrete-2_historyMPIW.npy │ │ ├── weights-DualAQD-Concrete-2_historyMPIWtr.npy │ │ ├── weights-DualAQD-Concrete-2_historyMSE.npy │ │ ├── weights-DualAQD-Concrete-2_historyMSEtr.npy │ │ ├── weights-DualAQD-Concrete-2_historyPICP.npy │ │ ├── weights-DualAQD-Concrete-2_historyPICPtr.npy │ │ ├── weights-DualAQD-Concrete-2_validationMSE │ │ ├── weights-DualAQD-Concrete-3 │ │ ├── weights-DualAQD-Concrete-3_historyMPIW.npy │ │ ├── weights-DualAQD-Concrete-3_historyMPIWtr.npy │ │ ├── weights-DualAQD-Concrete-3_historyMSE.npy │ │ ├── weights-DualAQD-Concrete-3_historyMSEtr.npy │ │ ├── weights-DualAQD-Concrete-3_historyPICP.npy │ │ ├── weights-DualAQD-Concrete-3_historyPICPtr.npy │ │ ├── weights-DualAQD-Concrete-3_validationMSE │ │ ├── weights-DualAQD-Concrete-4 │ │ ├── weights-DualAQD-Concrete-4_historyMPIW.npy │ │ ├── weights-DualAQD-Concrete-4_historyMPIWtr.npy │ │ ├── weights-DualAQD-Concrete-4_historyMSE.npy │ │ ├── weights-DualAQD-Concrete-4_historyMSEtr.npy │ │ ├── weights-DualAQD-Concrete-4_historyPICP.npy │ │ ├── weights-DualAQD-Concrete-4_historyPICPtr.npy │ │ ├── weights-DualAQD-Concrete-4_validationMSE │ │ ├── weights-DualAQD-Concrete-5 │ │ ├── weights-DualAQD-Concrete-5_historyMPIW.npy │ │ ├── weights-DualAQD-Concrete-5_historyMPIWtr.npy │ │ ├── weights-DualAQD-Concrete-5_historyMSE.npy │ │ ├── weights-DualAQD-Concrete-5_historyMSEtr.npy │ │ ├── weights-DualAQD-Concrete-5_historyPICP.npy │ │ ├── weights-DualAQD-Concrete-5_historyPICPtr.npy │ │ ├── weights-DualAQD-Concrete-5_validationMSE │ │ ├── weights-DualAQD-Concrete-6 │ │ ├── weights-DualAQD-Concrete-6_historyMPIW.npy │ │ ├── weights-DualAQD-Concrete-6_historyMPIWtr.npy │ │ ├── weights-DualAQD-Concrete-6_historyMSE.npy │ │ ├── weights-DualAQD-Concrete-6_historyMSEtr.npy │ │ ├── weights-DualAQD-Concrete-6_historyPICP.npy │ │ ├── weights-DualAQD-Concrete-6_historyPICPtr.npy │ │ ├── weights-DualAQD-Concrete-6_validationMSE │ │ ├── weights-DualAQD-Concrete-7 │ │ ├── weights-DualAQD-Concrete-7_historyMPIW.npy │ │ ├── weights-DualAQD-Concrete-7_historyMPIWtr.npy │ │ ├── weights-DualAQD-Concrete-7_historyMSE.npy │ │ ├── weights-DualAQD-Concrete-7_historyMSEtr.npy │ │ ├── weights-DualAQD-Concrete-7_historyPICP.npy │ │ ├── weights-DualAQD-Concrete-7_historyPICPtr.npy │ │ ├── weights-DualAQD-Concrete-7_validationMSE │ │ ├── weights-DualAQD-Concrete-8 │ │ ├── weights-DualAQD-Concrete-8_historyMPIW.npy │ │ ├── weights-DualAQD-Concrete-8_historyMPIWtr.npy │ │ ├── weights-DualAQD-Concrete-8_historyMSE.npy │ │ ├── weights-DualAQD-Concrete-8_historyMSEtr.npy │ │ ├── weights-DualAQD-Concrete-8_historyPICP.npy │ │ ├── weights-DualAQD-Concrete-8_historyPICPtr.npy │ │ ├── weights-DualAQD-Concrete-8_validationMSE │ │ ├── weights-DualAQD-Concrete-9 │ │ ├── weights-DualAQD-Concrete-9_historyMPIW.npy │ │ ├── weights-DualAQD-Concrete-9_historyMPIWtr.npy │ │ ├── weights-DualAQD-Concrete-9_historyMSE.npy │ │ ├── weights-DualAQD-Concrete-9_historyMSEtr.npy │ │ ├── weights-DualAQD-Concrete-9_historyPICP.npy │ │ ├── weights-DualAQD-Concrete-9_historyPICPtr.npy │ │ └── weights-DualAQD-Concrete-9_validationMSE │ ├── MCDropout │ │ ├── regression_report-MCDropout-Concrete.txt │ │ ├── validation_MPIW-MCDropout-Concrete.npy │ │ ├── validation_MSE-MCDropout-Concrete.npy │ │ ├── validation_PICP-MCDropout-Concrete.npy │ │ ├── weights-MCDropout-Concrete-1 │ │ ├── weights-MCDropout-Concrete-10 │ │ ├── weights-MCDropout-Concrete-10_historyMSE.npy │ │ ├── weights-MCDropout-Concrete-10_historyMSEtr.npy │ │ ├── weights-MCDropout-Concrete-10_validationMSE │ │ ├── weights-MCDropout-Concrete-1_historyMSE.npy │ │ ├── weights-MCDropout-Concrete-1_historyMSEtr.npy │ │ ├── weights-MCDropout-Concrete-1_validationMSE │ │ ├── weights-MCDropout-Concrete-2 │ │ ├── weights-MCDropout-Concrete-2_historyMSE.npy │ │ ├── weights-MCDropout-Concrete-2_historyMSEtr.npy │ │ ├── weights-MCDropout-Concrete-2_validationMSE │ │ ├── weights-MCDropout-Concrete-3 │ │ ├── weights-MCDropout-Concrete-3_historyMSE.npy │ │ ├── weights-MCDropout-Concrete-3_historyMSEtr.npy │ │ ├── weights-MCDropout-Concrete-3_validationMSE │ │ ├── weights-MCDropout-Concrete-4 │ │ ├── weights-MCDropout-Concrete-4_historyMSE.npy │ │ ├── weights-MCDropout-Concrete-4_historyMSEtr.npy │ │ ├── weights-MCDropout-Concrete-4_validationMSE │ │ ├── weights-MCDropout-Concrete-5 │ │ ├── weights-MCDropout-Concrete-5_historyMSE.npy │ │ ├── weights-MCDropout-Concrete-5_historyMSEtr.npy │ │ ├── weights-MCDropout-Concrete-5_validationMSE │ │ ├── weights-MCDropout-Concrete-6 │ │ ├── weights-MCDropout-Concrete-6_historyMSE.npy │ │ ├── weights-MCDropout-Concrete-6_historyMSEtr.npy │ │ ├── weights-MCDropout-Concrete-6_validationMSE │ │ ├── weights-MCDropout-Concrete-7 │ │ ├── weights-MCDropout-Concrete-7_historyMSE.npy │ │ ├── weights-MCDropout-Concrete-7_historyMSEtr.npy │ │ ├── weights-MCDropout-Concrete-7_validationMSE │ │ ├── weights-MCDropout-Concrete-8 │ │ ├── weights-MCDropout-Concrete-8_historyMSE.npy │ │ ├── weights-MCDropout-Concrete-8_historyMSEtr.npy │ │ ├── weights-MCDropout-Concrete-8_validationMSE │ │ ├── weights-MCDropout-Concrete-9 │ │ ├── weights-MCDropout-Concrete-9_historyMSE.npy │ │ ├── weights-MCDropout-Concrete-9_historyMSEtr.npy │ │ └── weights-MCDropout-Concrete-9_validationMSE │ ├── QD+ │ │ ├── regression_report-QD+-Concrete.txt │ │ ├── validation_MPIW-QD+-Concrete.npy │ │ ├── validation_MSE-QD+-Concrete.npy │ │ ├── validation_PICP-QD+-Concrete.npy │ │ ├── weights-QD+-Concrete-1-Model0 │ │ ├── weights-QD+-Concrete-1-Model0_historyMSE.npy │ │ ├── weights-QD+-Concrete-1-Model0_historyMSEtr.npy │ │ ├── weights-QD+-Concrete-1-Model0_validationMSE │ │ ├── weights-QD+-Concrete-1-Model1 │ │ ├── weights-QD+-Concrete-1-Model1_historyMSE.npy │ │ ├── weights-QD+-Concrete-1-Model1_historyMSEtr.npy │ │ ├── weights-QD+-Concrete-1-Model1_validationMSE │ │ ├── weights-QD+-Concrete-1-Model2 │ │ ├── weights-QD+-Concrete-1-Model2_historyMSE.npy │ │ ├── weights-QD+-Concrete-1-Model2_historyMSEtr.npy │ │ ├── weights-QD+-Concrete-1-Model2_validationMSE │ │ ├── weights-QD+-Concrete-1-Model3 │ │ ├── weights-QD+-Concrete-1-Model3_historyMSE.npy │ │ ├── weights-QD+-Concrete-1-Model3_historyMSEtr.npy │ │ ├── weights-QD+-Concrete-1-Model3_validationMSE │ │ ├── weights-QD+-Concrete-1-Model4 │ │ ├── weights-QD+-Concrete-1-Model4_historyMSE.npy │ │ ├── weights-QD+-Concrete-1-Model4_historyMSEtr.npy │ │ ├── weights-QD+-Concrete-1-Model4_validationMSE │ │ ├── weights-QD+-Concrete-10-Model0 │ │ ├── weights-QD+-Concrete-10-Model0_historyMSE.npy │ │ ├── weights-QD+-Concrete-10-Model0_historyMSEtr.npy │ │ ├── weights-QD+-Concrete-10-Model0_validationMSE │ │ ├── weights-QD+-Concrete-10-Model1 │ │ ├── weights-QD+-Concrete-10-Model1_historyMSE.npy │ │ ├── weights-QD+-Concrete-10-Model1_historyMSEtr.npy │ │ ├── weights-QD+-Concrete-10-Model1_validationMSE │ │ ├── weights-QD+-Concrete-10-Model2 │ │ ├── weights-QD+-Concrete-10-Model2_historyMSE.npy │ │ ├── weights-QD+-Concrete-10-Model2_historyMSEtr.npy │ │ ├── weights-QD+-Concrete-10-Model2_validationMSE │ │ ├── weights-QD+-Concrete-10-Model3 │ │ ├── weights-QD+-Concrete-10-Model3_historyMSE.npy │ │ ├── weights-QD+-Concrete-10-Model3_historyMSEtr.npy │ │ ├── weights-QD+-Concrete-10-Model3_validationMSE │ │ ├── weights-QD+-Concrete-10-Model4 │ │ ├── weights-QD+-Concrete-10-Model4_historyMSE.npy │ │ ├── weights-QD+-Concrete-10-Model4_historyMSEtr.npy │ │ ├── weights-QD+-Concrete-10-Model4_validationMSE │ │ ├── weights-QD+-Concrete-2-Model0 │ │ ├── weights-QD+-Concrete-2-Model0_historyMSE.npy │ │ ├── weights-QD+-Concrete-2-Model0_historyMSEtr.npy │ │ ├── weights-QD+-Concrete-2-Model0_validationMSE │ │ ├── weights-QD+-Concrete-2-Model1 │ │ ├── weights-QD+-Concrete-2-Model1_historyMSE.npy │ │ ├── weights-QD+-Concrete-2-Model1_historyMSEtr.npy │ │ ├── weights-QD+-Concrete-2-Model1_validationMSE │ │ ├── weights-QD+-Concrete-2-Model2 │ │ ├── weights-QD+-Concrete-2-Model2_historyMSE.npy │ │ ├── weights-QD+-Concrete-2-Model2_historyMSEtr.npy │ │ ├── weights-QD+-Concrete-2-Model2_validationMSE │ │ ├── weights-QD+-Concrete-2-Model3 │ │ ├── weights-QD+-Concrete-2-Model3_historyMSE.npy │ │ ├── weights-QD+-Concrete-2-Model3_historyMSEtr.npy │ │ ├── weights-QD+-Concrete-2-Model3_validationMSE │ │ ├── weights-QD+-Concrete-2-Model4 │ │ ├── weights-QD+-Concrete-2-Model4_historyMSE.npy │ │ ├── weights-QD+-Concrete-2-Model4_historyMSEtr.npy │ │ ├── weights-QD+-Concrete-2-Model4_validationMSE │ │ ├── weights-QD+-Concrete-3-Model0 │ │ ├── weights-QD+-Concrete-3-Model0_historyMSE.npy │ │ ├── weights-QD+-Concrete-3-Model0_historyMSEtr.npy │ │ ├── weights-QD+-Concrete-3-Model0_validationMSE │ │ ├── weights-QD+-Concrete-3-Model1 │ │ ├── weights-QD+-Concrete-3-Model1_historyMSE.npy │ │ ├── weights-QD+-Concrete-3-Model1_historyMSEtr.npy │ │ ├── weights-QD+-Concrete-3-Model1_validationMSE │ │ ├── weights-QD+-Concrete-3-Model2 │ │ ├── weights-QD+-Concrete-3-Model2_historyMSE.npy │ │ ├── weights-QD+-Concrete-3-Model2_historyMSEtr.npy │ │ ├── weights-QD+-Concrete-3-Model2_validationMSE │ │ ├── weights-QD+-Concrete-3-Model3 │ │ ├── weights-QD+-Concrete-3-Model3_historyMSE.npy │ │ ├── weights-QD+-Concrete-3-Model3_historyMSEtr.npy │ │ ├── weights-QD+-Concrete-3-Model3_validationMSE │ │ ├── weights-QD+-Concrete-3-Model4 │ │ ├── weights-QD+-Concrete-3-Model4_historyMSE.npy │ │ ├── weights-QD+-Concrete-3-Model4_historyMSEtr.npy │ │ ├── weights-QD+-Concrete-3-Model4_validationMSE │ │ ├── weights-QD+-Concrete-4-Model0 │ │ ├── weights-QD+-Concrete-4-Model0_historyMSE.npy │ │ ├── weights-QD+-Concrete-4-Model0_historyMSEtr.npy │ │ ├── weights-QD+-Concrete-4-Model0_validationMSE │ │ ├── weights-QD+-Concrete-4-Model1 │ │ ├── weights-QD+-Concrete-4-Model1_historyMSE.npy │ │ ├── weights-QD+-Concrete-4-Model1_historyMSEtr.npy │ │ ├── weights-QD+-Concrete-4-Model1_validationMSE │ │ ├── weights-QD+-Concrete-4-Model2 │ │ ├── weights-QD+-Concrete-4-Model2_historyMSE.npy │ │ ├── weights-QD+-Concrete-4-Model2_historyMSEtr.npy │ │ ├── weights-QD+-Concrete-4-Model2_validationMSE │ │ ├── weights-QD+-Concrete-4-Model3 │ │ ├── weights-QD+-Concrete-4-Model3_historyMSE.npy │ │ ├── weights-QD+-Concrete-4-Model3_historyMSEtr.npy │ │ ├── weights-QD+-Concrete-4-Model3_validationMSE │ │ ├── weights-QD+-Concrete-4-Model4 │ │ ├── weights-QD+-Concrete-4-Model4_historyMSE.npy │ │ ├── weights-QD+-Concrete-4-Model4_historyMSEtr.npy │ │ ├── weights-QD+-Concrete-4-Model4_validationMSE │ │ ├── weights-QD+-Concrete-5-Model0 │ │ ├── weights-QD+-Concrete-5-Model0_historyMSE.npy │ │ ├── weights-QD+-Concrete-5-Model0_historyMSEtr.npy │ │ ├── weights-QD+-Concrete-5-Model0_validationMSE │ │ ├── weights-QD+-Concrete-5-Model1 │ │ ├── weights-QD+-Concrete-5-Model1_historyMSE.npy │ │ ├── weights-QD+-Concrete-5-Model1_historyMSEtr.npy │ │ ├── weights-QD+-Concrete-5-Model1_validationMSE │ │ ├── weights-QD+-Concrete-5-Model2 │ │ ├── weights-QD+-Concrete-5-Model2_historyMSE.npy │ │ ├── weights-QD+-Concrete-5-Model2_historyMSEtr.npy │ │ ├── weights-QD+-Concrete-5-Model2_validationMSE │ │ ├── weights-QD+-Concrete-5-Model3 │ │ ├── weights-QD+-Concrete-5-Model3_historyMSE.npy │ │ ├── weights-QD+-Concrete-5-Model3_historyMSEtr.npy │ │ ├── weights-QD+-Concrete-5-Model3_validationMSE │ │ ├── weights-QD+-Concrete-5-Model4 │ │ ├── weights-QD+-Concrete-5-Model4_historyMSE.npy │ │ ├── weights-QD+-Concrete-5-Model4_historyMSEtr.npy │ │ ├── weights-QD+-Concrete-5-Model4_validationMSE │ │ ├── weights-QD+-Concrete-6-Model0 │ │ ├── weights-QD+-Concrete-6-Model0_historyMSE.npy │ │ ├── weights-QD+-Concrete-6-Model0_historyMSEtr.npy │ │ ├── weights-QD+-Concrete-6-Model0_validationMSE │ │ ├── weights-QD+-Concrete-6-Model1 │ │ ├── weights-QD+-Concrete-6-Model1_historyMSE.npy │ │ ├── weights-QD+-Concrete-6-Model1_historyMSEtr.npy │ │ ├── weights-QD+-Concrete-6-Model1_validationMSE │ │ ├── weights-QD+-Concrete-6-Model2 │ │ ├── weights-QD+-Concrete-6-Model2_historyMSE.npy │ │ ├── weights-QD+-Concrete-6-Model2_historyMSEtr.npy │ │ ├── weights-QD+-Concrete-6-Model2_validationMSE │ │ ├── weights-QD+-Concrete-6-Model3 │ │ ├── weights-QD+-Concrete-6-Model3_historyMSE.npy │ │ ├── weights-QD+-Concrete-6-Model3_historyMSEtr.npy │ │ ├── weights-QD+-Concrete-6-Model3_validationMSE │ │ ├── weights-QD+-Concrete-6-Model4 │ │ ├── weights-QD+-Concrete-6-Model4_historyMSE.npy │ │ ├── weights-QD+-Concrete-6-Model4_historyMSEtr.npy │ │ ├── weights-QD+-Concrete-6-Model4_validationMSE │ │ ├── weights-QD+-Concrete-7-Model0 │ │ ├── weights-QD+-Concrete-7-Model0_historyMSE.npy │ │ ├── weights-QD+-Concrete-7-Model0_historyMSEtr.npy │ │ ├── weights-QD+-Concrete-7-Model0_validationMSE │ │ ├── weights-QD+-Concrete-7-Model1 │ │ ├── weights-QD+-Concrete-7-Model1_historyMSE.npy │ │ ├── weights-QD+-Concrete-7-Model1_historyMSEtr.npy │ │ ├── weights-QD+-Concrete-7-Model1_validationMSE │ │ ├── weights-QD+-Concrete-7-Model2 │ │ ├── weights-QD+-Concrete-7-Model2_historyMSE.npy │ │ ├── weights-QD+-Concrete-7-Model2_historyMSEtr.npy │ │ ├── weights-QD+-Concrete-7-Model2_validationMSE │ │ ├── weights-QD+-Concrete-7-Model3 │ │ ├── weights-QD+-Concrete-7-Model3_historyMSE.npy │ │ ├── weights-QD+-Concrete-7-Model3_historyMSEtr.npy │ │ ├── weights-QD+-Concrete-7-Model3_validationMSE │ │ ├── weights-QD+-Concrete-7-Model4 │ │ ├── weights-QD+-Concrete-7-Model4_historyMSE.npy │ │ ├── weights-QD+-Concrete-7-Model4_historyMSEtr.npy │ │ ├── weights-QD+-Concrete-7-Model4_validationMSE │ │ ├── weights-QD+-Concrete-8-Model0 │ │ ├── weights-QD+-Concrete-8-Model0_historyMSE.npy │ │ ├── weights-QD+-Concrete-8-Model0_historyMSEtr.npy │ │ ├── weights-QD+-Concrete-8-Model0_validationMSE │ │ ├── weights-QD+-Concrete-8-Model1 │ │ ├── weights-QD+-Concrete-8-Model1_historyMSE.npy │ │ ├── weights-QD+-Concrete-8-Model1_historyMSEtr.npy │ │ ├── weights-QD+-Concrete-8-Model1_validationMSE │ │ ├── weights-QD+-Concrete-8-Model2 │ │ ├── weights-QD+-Concrete-8-Model2_historyMSE.npy │ │ ├── weights-QD+-Concrete-8-Model2_historyMSEtr.npy │ │ ├── weights-QD+-Concrete-8-Model2_validationMSE │ │ ├── weights-QD+-Concrete-8-Model3 │ │ ├── weights-QD+-Concrete-8-Model3_historyMSE.npy │ │ ├── weights-QD+-Concrete-8-Model3_historyMSEtr.npy │ │ ├── weights-QD+-Concrete-8-Model3_validationMSE │ │ ├── weights-QD+-Concrete-8-Model4 │ │ ├── weights-QD+-Concrete-8-Model4_historyMSE.npy │ │ ├── weights-QD+-Concrete-8-Model4_historyMSEtr.npy │ │ ├── weights-QD+-Concrete-8-Model4_validationMSE │ │ ├── weights-QD+-Concrete-9-Model0 │ │ ├── weights-QD+-Concrete-9-Model0_historyMSE.npy │ │ ├── weights-QD+-Concrete-9-Model0_historyMSEtr.npy │ │ ├── weights-QD+-Concrete-9-Model0_validationMSE │ │ ├── weights-QD+-Concrete-9-Model1 │ │ ├── weights-QD+-Concrete-9-Model1_historyMSE.npy │ │ ├── weights-QD+-Concrete-9-Model1_historyMSEtr.npy │ │ ├── weights-QD+-Concrete-9-Model1_validationMSE │ │ ├── weights-QD+-Concrete-9-Model2 │ │ ├── weights-QD+-Concrete-9-Model2_historyMSE.npy │ │ ├── weights-QD+-Concrete-9-Model2_historyMSEtr.npy │ │ ├── weights-QD+-Concrete-9-Model2_validationMSE │ │ ├── weights-QD+-Concrete-9-Model3 │ │ ├── weights-QD+-Concrete-9-Model3_historyMSE.npy │ │ ├── weights-QD+-Concrete-9-Model3_historyMSEtr.npy │ │ ├── weights-QD+-Concrete-9-Model3_validationMSE │ │ ├── weights-QD+-Concrete-9-Model4 │ │ ├── weights-QD+-Concrete-9-Model4_historyMSE.npy │ │ ├── weights-QD+-Concrete-9-Model4_historyMSEtr.npy │ │ └── weights-QD+-Concrete-9-Model4_validationMSE │ ├── QD │ │ ├── regression_report-QD-Concrete.txt │ │ ├── validation_MPIW-QD-Concrete.npy │ │ ├── validation_MSE-QD-Concrete.npy │ │ ├── validation_PICP-QD-Concrete.npy │ │ ├── weights-QD-Concrete-1-Model0 │ │ ├── weights-QD-Concrete-1-Model0_historyMPIW.npy │ │ ├── weights-QD-Concrete-1-Model0_historyMPIWtr.npy │ │ ├── weights-QD-Concrete-1-Model0_historyMSE.npy │ │ ├── weights-QD-Concrete-1-Model0_historyMSEtr.npy │ │ ├── weights-QD-Concrete-1-Model0_historyPICP.npy │ │ ├── weights-QD-Concrete-1-Model0_historyPICPtr.npy │ │ ├── weights-QD-Concrete-1-Model0_validationMSE │ │ ├── weights-QD-Concrete-1-Model1 │ │ ├── weights-QD-Concrete-1-Model1_historyMPIW.npy │ │ ├── weights-QD-Concrete-1-Model1_historyMPIWtr.npy │ │ ├── weights-QD-Concrete-1-Model1_historyMSE.npy │ │ ├── weights-QD-Concrete-1-Model1_historyMSEtr.npy │ │ ├── weights-QD-Concrete-1-Model1_historyPICP.npy │ │ ├── weights-QD-Concrete-1-Model1_historyPICPtr.npy │ │ ├── weights-QD-Concrete-1-Model1_validationMSE │ │ ├── weights-QD-Concrete-1-Model2 │ │ ├── weights-QD-Concrete-1-Model2_historyMPIW.npy │ │ ├── weights-QD-Concrete-1-Model2_historyMPIWtr.npy │ │ ├── weights-QD-Concrete-1-Model2_historyMSE.npy │ │ ├── weights-QD-Concrete-1-Model2_historyMSEtr.npy │ │ ├── weights-QD-Concrete-1-Model2_historyPICP.npy │ │ ├── weights-QD-Concrete-1-Model2_historyPICPtr.npy │ │ ├── weights-QD-Concrete-1-Model2_validationMSE │ │ ├── weights-QD-Concrete-1-Model3 │ │ ├── weights-QD-Concrete-1-Model3_historyMPIW.npy │ │ ├── weights-QD-Concrete-1-Model3_historyMPIWtr.npy │ │ ├── weights-QD-Concrete-1-Model3_historyMSE.npy │ │ ├── weights-QD-Concrete-1-Model3_historyMSEtr.npy │ │ ├── weights-QD-Concrete-1-Model3_historyPICP.npy │ │ ├── weights-QD-Concrete-1-Model3_historyPICPtr.npy │ │ ├── weights-QD-Concrete-1-Model3_validationMSE │ │ ├── weights-QD-Concrete-1-Model4 │ │ ├── weights-QD-Concrete-1-Model4_historyMPIW.npy │ │ ├── weights-QD-Concrete-1-Model4_historyMPIWtr.npy │ │ ├── weights-QD-Concrete-1-Model4_historyMSE.npy │ │ ├── weights-QD-Concrete-1-Model4_historyMSEtr.npy │ │ ├── weights-QD-Concrete-1-Model4_historyPICP.npy │ │ ├── weights-QD-Concrete-1-Model4_historyPICPtr.npy │ │ ├── weights-QD-Concrete-1-Model4_validationMSE │ │ ├── weights-QD-Concrete-10-Model0 │ │ ├── weights-QD-Concrete-10-Model0_historyMPIW.npy │ │ ├── weights-QD-Concrete-10-Model0_historyMPIWtr.npy │ │ ├── weights-QD-Concrete-10-Model0_historyMSE.npy │ │ ├── weights-QD-Concrete-10-Model0_historyMSEtr.npy │ │ ├── weights-QD-Concrete-10-Model0_historyPICP.npy │ │ ├── weights-QD-Concrete-10-Model0_historyPICPtr.npy │ │ ├── weights-QD-Concrete-10-Model0_validationMSE │ │ ├── weights-QD-Concrete-10-Model1 │ │ ├── weights-QD-Concrete-10-Model1_historyMPIW.npy │ │ ├── weights-QD-Concrete-10-Model1_historyMPIWtr.npy │ │ ├── weights-QD-Concrete-10-Model1_historyMSE.npy │ │ ├── weights-QD-Concrete-10-Model1_historyMSEtr.npy │ │ ├── weights-QD-Concrete-10-Model1_historyPICP.npy │ │ ├── weights-QD-Concrete-10-Model1_historyPICPtr.npy │ │ ├── weights-QD-Concrete-10-Model1_validationMSE │ │ ├── weights-QD-Concrete-10-Model2 │ │ ├── weights-QD-Concrete-10-Model2_historyMPIW.npy │ │ ├── weights-QD-Concrete-10-Model2_historyMPIWtr.npy │ │ ├── weights-QD-Concrete-10-Model2_historyMSE.npy │ │ ├── weights-QD-Concrete-10-Model2_historyMSEtr.npy │ │ ├── weights-QD-Concrete-10-Model2_historyPICP.npy │ │ ├── weights-QD-Concrete-10-Model2_historyPICPtr.npy │ │ ├── weights-QD-Concrete-10-Model2_validationMSE │ │ ├── weights-QD-Concrete-10-Model3 │ │ ├── weights-QD-Concrete-10-Model3_historyMPIW.npy │ │ ├── weights-QD-Concrete-10-Model3_historyMPIWtr.npy │ │ ├── weights-QD-Concrete-10-Model3_historyMSE.npy │ │ ├── weights-QD-Concrete-10-Model3_historyMSEtr.npy │ │ ├── weights-QD-Concrete-10-Model3_historyPICP.npy │ │ ├── weights-QD-Concrete-10-Model3_historyPICPtr.npy │ │ ├── weights-QD-Concrete-10-Model3_validationMSE │ │ ├── weights-QD-Concrete-10-Model4 │ │ ├── weights-QD-Concrete-10-Model4_historyMPIW.npy │ │ ├── weights-QD-Concrete-10-Model4_historyMPIWtr.npy │ │ ├── weights-QD-Concrete-10-Model4_historyMSE.npy │ │ ├── weights-QD-Concrete-10-Model4_historyMSEtr.npy │ │ ├── weights-QD-Concrete-10-Model4_historyPICP.npy │ │ ├── weights-QD-Concrete-10-Model4_historyPICPtr.npy │ │ ├── weights-QD-Concrete-10-Model4_validationMSE │ │ ├── weights-QD-Concrete-2-Model0 │ │ ├── weights-QD-Concrete-2-Model0_historyMPIW.npy │ │ ├── weights-QD-Concrete-2-Model0_historyMPIWtr.npy │ │ ├── weights-QD-Concrete-2-Model0_historyMSE.npy │ │ ├── weights-QD-Concrete-2-Model0_historyMSEtr.npy │ │ ├── weights-QD-Concrete-2-Model0_historyPICP.npy │ │ ├── weights-QD-Concrete-2-Model0_historyPICPtr.npy │ │ ├── weights-QD-Concrete-2-Model0_validationMSE │ │ ├── weights-QD-Concrete-2-Model1 │ │ ├── weights-QD-Concrete-2-Model1_historyMPIW.npy │ │ ├── weights-QD-Concrete-2-Model1_historyMPIWtr.npy │ │ ├── weights-QD-Concrete-2-Model1_historyMSE.npy │ │ ├── weights-QD-Concrete-2-Model1_historyMSEtr.npy │ │ ├── weights-QD-Concrete-2-Model1_historyPICP.npy │ │ ├── weights-QD-Concrete-2-Model1_historyPICPtr.npy │ │ ├── weights-QD-Concrete-2-Model1_validationMSE │ │ ├── weights-QD-Concrete-2-Model2 │ │ ├── weights-QD-Concrete-2-Model2_historyMPIW.npy │ │ ├── weights-QD-Concrete-2-Model2_historyMPIWtr.npy │ │ ├── weights-QD-Concrete-2-Model2_historyMSE.npy │ │ ├── weights-QD-Concrete-2-Model2_historyMSEtr.npy │ │ ├── weights-QD-Concrete-2-Model2_historyPICP.npy │ │ ├── weights-QD-Concrete-2-Model2_historyPICPtr.npy │ │ ├── weights-QD-Concrete-2-Model2_validationMSE │ │ ├── weights-QD-Concrete-2-Model3 │ │ ├── weights-QD-Concrete-2-Model3_historyMPIW.npy │ │ ├── weights-QD-Concrete-2-Model3_historyMPIWtr.npy │ │ ├── weights-QD-Concrete-2-Model3_historyMSE.npy │ │ ├── weights-QD-Concrete-2-Model3_historyMSEtr.npy │ │ ├── weights-QD-Concrete-2-Model3_historyPICP.npy │ │ ├── weights-QD-Concrete-2-Model3_historyPICPtr.npy │ │ ├── weights-QD-Concrete-2-Model3_validationMSE │ │ ├── weights-QD-Concrete-2-Model4 │ │ ├── weights-QD-Concrete-2-Model4_historyMPIW.npy │ │ ├── weights-QD-Concrete-2-Model4_historyMPIWtr.npy │ │ ├── weights-QD-Concrete-2-Model4_historyMSE.npy │ │ ├── weights-QD-Concrete-2-Model4_historyMSEtr.npy │ │ ├── weights-QD-Concrete-2-Model4_historyPICP.npy │ │ ├── weights-QD-Concrete-2-Model4_historyPICPtr.npy │ │ ├── weights-QD-Concrete-2-Model4_validationMSE │ │ ├── weights-QD-Concrete-3-Model0 │ │ ├── weights-QD-Concrete-3-Model0_historyMPIW.npy │ │ ├── weights-QD-Concrete-3-Model0_historyMPIWtr.npy │ │ ├── weights-QD-Concrete-3-Model0_historyMSE.npy │ │ ├── weights-QD-Concrete-3-Model0_historyMSEtr.npy │ │ ├── weights-QD-Concrete-3-Model0_historyPICP.npy │ │ ├── weights-QD-Concrete-3-Model0_historyPICPtr.npy │ │ ├── weights-QD-Concrete-3-Model0_validationMSE │ │ ├── weights-QD-Concrete-3-Model1 │ │ ├── weights-QD-Concrete-3-Model1_historyMPIW.npy │ │ ├── weights-QD-Concrete-3-Model1_historyMPIWtr.npy │ │ ├── weights-QD-Concrete-3-Model1_historyMSE.npy │ │ ├── weights-QD-Concrete-3-Model1_historyMSEtr.npy │ │ ├── weights-QD-Concrete-3-Model1_historyPICP.npy │ │ ├── weights-QD-Concrete-3-Model1_historyPICPtr.npy │ │ ├── weights-QD-Concrete-3-Model1_validationMSE │ │ ├── weights-QD-Concrete-3-Model2 │ │ ├── weights-QD-Concrete-3-Model2_historyMPIW.npy │ │ ├── weights-QD-Concrete-3-Model2_historyMPIWtr.npy │ │ ├── weights-QD-Concrete-3-Model2_historyMSE.npy │ │ ├── weights-QD-Concrete-3-Model2_historyMSEtr.npy │ │ ├── weights-QD-Concrete-3-Model2_historyPICP.npy │ │ ├── weights-QD-Concrete-3-Model2_historyPICPtr.npy │ │ ├── weights-QD-Concrete-3-Model2_validationMSE │ │ ├── weights-QD-Concrete-3-Model3 │ │ ├── weights-QD-Concrete-3-Model3_historyMPIW.npy │ │ ├── weights-QD-Concrete-3-Model3_historyMPIWtr.npy │ │ ├── weights-QD-Concrete-3-Model3_historyMSE.npy │ │ ├── weights-QD-Concrete-3-Model3_historyMSEtr.npy │ │ ├── weights-QD-Concrete-3-Model3_historyPICP.npy │ │ ├── weights-QD-Concrete-3-Model3_historyPICPtr.npy │ │ ├── weights-QD-Concrete-3-Model3_validationMSE │ │ ├── weights-QD-Concrete-3-Model4 │ │ ├── weights-QD-Concrete-3-Model4_historyMPIW.npy │ │ ├── weights-QD-Concrete-3-Model4_historyMPIWtr.npy │ │ ├── weights-QD-Concrete-3-Model4_historyMSE.npy │ │ ├── weights-QD-Concrete-3-Model4_historyMSEtr.npy │ │ ├── weights-QD-Concrete-3-Model4_historyPICP.npy │ │ ├── weights-QD-Concrete-3-Model4_historyPICPtr.npy │ │ ├── weights-QD-Concrete-3-Model4_validationMSE │ │ ├── weights-QD-Concrete-4-Model0 │ │ ├── weights-QD-Concrete-4-Model0_historyMPIW.npy │ │ ├── weights-QD-Concrete-4-Model0_historyMPIWtr.npy │ │ ├── weights-QD-Concrete-4-Model0_historyMSE.npy │ │ ├── weights-QD-Concrete-4-Model0_historyMSEtr.npy │ │ ├── weights-QD-Concrete-4-Model0_historyPICP.npy │ │ ├── weights-QD-Concrete-4-Model0_historyPICPtr.npy │ │ ├── weights-QD-Concrete-4-Model0_validationMSE │ │ ├── weights-QD-Concrete-4-Model1 │ │ ├── weights-QD-Concrete-4-Model1_historyMPIW.npy │ │ ├── weights-QD-Concrete-4-Model1_historyMPIWtr.npy │ │ ├── weights-QD-Concrete-4-Model1_historyMSE.npy │ │ ├── weights-QD-Concrete-4-Model1_historyMSEtr.npy │ │ ├── weights-QD-Concrete-4-Model1_historyPICP.npy │ │ ├── weights-QD-Concrete-4-Model1_historyPICPtr.npy │ │ ├── weights-QD-Concrete-4-Model1_validationMSE │ │ ├── weights-QD-Concrete-4-Model2 │ │ ├── weights-QD-Concrete-4-Model2_historyMPIW.npy │ │ ├── weights-QD-Concrete-4-Model2_historyMPIWtr.npy │ │ ├── weights-QD-Concrete-4-Model2_historyMSE.npy │ │ ├── weights-QD-Concrete-4-Model2_historyMSEtr.npy │ │ ├── weights-QD-Concrete-4-Model2_historyPICP.npy │ │ ├── weights-QD-Concrete-4-Model2_historyPICPtr.npy │ │ ├── weights-QD-Concrete-4-Model2_validationMSE │ │ ├── weights-QD-Concrete-4-Model3 │ │ ├── weights-QD-Concrete-4-Model3_historyMPIW.npy │ │ ├── weights-QD-Concrete-4-Model3_historyMPIWtr.npy │ │ ├── weights-QD-Concrete-4-Model3_historyMSE.npy │ │ ├── weights-QD-Concrete-4-Model3_historyMSEtr.npy │ │ ├── weights-QD-Concrete-4-Model3_historyPICP.npy │ │ ├── weights-QD-Concrete-4-Model3_historyPICPtr.npy │ │ ├── weights-QD-Concrete-4-Model3_validationMSE │ │ ├── weights-QD-Concrete-4-Model4 │ │ ├── weights-QD-Concrete-4-Model4_historyMPIW.npy │ │ ├── weights-QD-Concrete-4-Model4_historyMPIWtr.npy │ │ ├── weights-QD-Concrete-4-Model4_historyMSE.npy │ │ ├── weights-QD-Concrete-4-Model4_historyMSEtr.npy │ │ ├── weights-QD-Concrete-4-Model4_historyPICP.npy │ │ ├── weights-QD-Concrete-4-Model4_historyPICPtr.npy │ │ ├── weights-QD-Concrete-4-Model4_validationMSE │ │ ├── weights-QD-Concrete-5-Model0 │ │ ├── weights-QD-Concrete-5-Model0_historyMPIW.npy │ │ ├── weights-QD-Concrete-5-Model0_historyMPIWtr.npy │ │ ├── weights-QD-Concrete-5-Model0_historyMSE.npy │ │ ├── weights-QD-Concrete-5-Model0_historyMSEtr.npy │ │ ├── weights-QD-Concrete-5-Model0_historyPICP.npy │ │ ├── weights-QD-Concrete-5-Model0_historyPICPtr.npy │ │ ├── weights-QD-Concrete-5-Model0_validationMSE │ │ ├── weights-QD-Concrete-5-Model1 │ │ ├── weights-QD-Concrete-5-Model1_historyMPIW.npy │ │ ├── weights-QD-Concrete-5-Model1_historyMPIWtr.npy │ │ ├── weights-QD-Concrete-5-Model1_historyMSE.npy │ │ ├── weights-QD-Concrete-5-Model1_historyMSEtr.npy │ │ ├── weights-QD-Concrete-5-Model1_historyPICP.npy │ │ ├── weights-QD-Concrete-5-Model1_historyPICPtr.npy │ │ ├── weights-QD-Concrete-5-Model1_validationMSE │ │ ├── weights-QD-Concrete-5-Model2 │ │ ├── weights-QD-Concrete-5-Model2_historyMPIW.npy │ │ ├── weights-QD-Concrete-5-Model2_historyMPIWtr.npy │ │ ├── weights-QD-Concrete-5-Model2_historyMSE.npy │ │ ├── weights-QD-Concrete-5-Model2_historyMSEtr.npy │ │ ├── weights-QD-Concrete-5-Model2_historyPICP.npy │ │ ├── weights-QD-Concrete-5-Model2_historyPICPtr.npy │ │ ├── weights-QD-Concrete-5-Model2_validationMSE │ │ ├── weights-QD-Concrete-5-Model3 │ │ ├── weights-QD-Concrete-5-Model3_historyMPIW.npy │ │ ├── weights-QD-Concrete-5-Model3_historyMPIWtr.npy │ │ ├── weights-QD-Concrete-5-Model3_historyMSE.npy │ │ ├── weights-QD-Concrete-5-Model3_historyMSEtr.npy │ │ ├── weights-QD-Concrete-5-Model3_historyPICP.npy │ │ ├── weights-QD-Concrete-5-Model3_historyPICPtr.npy │ │ ├── weights-QD-Concrete-5-Model3_validationMSE │ │ ├── weights-QD-Concrete-5-Model4 │ │ ├── weights-QD-Concrete-5-Model4_historyMPIW.npy │ │ ├── weights-QD-Concrete-5-Model4_historyMPIWtr.npy │ │ ├── weights-QD-Concrete-5-Model4_historyMSE.npy │ │ ├── weights-QD-Concrete-5-Model4_historyMSEtr.npy │ │ ├── weights-QD-Concrete-5-Model4_historyPICP.npy │ │ ├── weights-QD-Concrete-5-Model4_historyPICPtr.npy │ │ ├── weights-QD-Concrete-5-Model4_validationMSE │ │ ├── weights-QD-Concrete-6-Model0 │ │ ├── weights-QD-Concrete-6-Model0_historyMPIW.npy │ │ ├── weights-QD-Concrete-6-Model0_historyMPIWtr.npy │ │ ├── weights-QD-Concrete-6-Model0_historyMSE.npy │ │ ├── weights-QD-Concrete-6-Model0_historyMSEtr.npy │ │ ├── weights-QD-Concrete-6-Model0_historyPICP.npy │ │ ├── weights-QD-Concrete-6-Model0_historyPICPtr.npy │ │ ├── weights-QD-Concrete-6-Model0_validationMSE │ │ ├── weights-QD-Concrete-6-Model1 │ │ ├── weights-QD-Concrete-6-Model1_historyMPIW.npy │ │ ├── weights-QD-Concrete-6-Model1_historyMPIWtr.npy │ │ ├── weights-QD-Concrete-6-Model1_historyMSE.npy │ │ ├── weights-QD-Concrete-6-Model1_historyMSEtr.npy │ │ ├── weights-QD-Concrete-6-Model1_historyPICP.npy │ │ ├── weights-QD-Concrete-6-Model1_historyPICPtr.npy │ │ ├── weights-QD-Concrete-6-Model1_validationMSE │ │ ├── weights-QD-Concrete-6-Model2 │ │ ├── weights-QD-Concrete-6-Model2_historyMPIW.npy │ │ ├── weights-QD-Concrete-6-Model2_historyMPIWtr.npy │ │ ├── weights-QD-Concrete-6-Model2_historyMSE.npy │ │ ├── weights-QD-Concrete-6-Model2_historyMSEtr.npy │ │ ├── weights-QD-Concrete-6-Model2_historyPICP.npy │ │ ├── weights-QD-Concrete-6-Model2_historyPICPtr.npy │ │ ├── weights-QD-Concrete-6-Model2_validationMSE │ │ ├── weights-QD-Concrete-6-Model3 │ │ ├── weights-QD-Concrete-6-Model3_historyMPIW.npy │ │ ├── weights-QD-Concrete-6-Model3_historyMPIWtr.npy │ │ ├── weights-QD-Concrete-6-Model3_historyMSE.npy │ │ ├── weights-QD-Concrete-6-Model3_historyMSEtr.npy │ │ ├── weights-QD-Concrete-6-Model3_historyPICP.npy │ │ ├── weights-QD-Concrete-6-Model3_historyPICPtr.npy │ │ ├── weights-QD-Concrete-6-Model3_validationMSE │ │ ├── weights-QD-Concrete-6-Model4 │ │ ├── weights-QD-Concrete-6-Model4_historyMPIW.npy │ │ ├── weights-QD-Concrete-6-Model4_historyMPIWtr.npy │ │ ├── weights-QD-Concrete-6-Model4_historyMSE.npy │ │ ├── weights-QD-Concrete-6-Model4_historyMSEtr.npy │ │ ├── weights-QD-Concrete-6-Model4_historyPICP.npy │ │ ├── weights-QD-Concrete-6-Model4_historyPICPtr.npy │ │ ├── weights-QD-Concrete-6-Model4_validationMSE │ │ ├── weights-QD-Concrete-7-Model0 │ │ ├── weights-QD-Concrete-7-Model0_historyMPIW.npy │ │ ├── weights-QD-Concrete-7-Model0_historyMPIWtr.npy │ │ ├── weights-QD-Concrete-7-Model0_historyMSE.npy │ │ ├── weights-QD-Concrete-7-Model0_historyMSEtr.npy │ │ ├── weights-QD-Concrete-7-Model0_historyPICP.npy │ │ ├── weights-QD-Concrete-7-Model0_historyPICPtr.npy │ │ ├── weights-QD-Concrete-7-Model0_validationMSE │ │ ├── weights-QD-Concrete-7-Model1 │ │ ├── weights-QD-Concrete-7-Model1_historyMPIW.npy │ │ ├── weights-QD-Concrete-7-Model1_historyMPIWtr.npy │ │ ├── weights-QD-Concrete-7-Model1_historyMSE.npy │ │ ├── weights-QD-Concrete-7-Model1_historyMSEtr.npy │ │ ├── weights-QD-Concrete-7-Model1_historyPICP.npy │ │ ├── weights-QD-Concrete-7-Model1_historyPICPtr.npy │ │ ├── weights-QD-Concrete-7-Model1_validationMSE │ │ ├── weights-QD-Concrete-7-Model2 │ │ ├── weights-QD-Concrete-7-Model2_historyMPIW.npy │ │ ├── weights-QD-Concrete-7-Model2_historyMPIWtr.npy │ │ ├── weights-QD-Concrete-7-Model2_historyMSE.npy │ │ ├── weights-QD-Concrete-7-Model2_historyMSEtr.npy │ │ ├── weights-QD-Concrete-7-Model2_historyPICP.npy │ │ ├── weights-QD-Concrete-7-Model2_historyPICPtr.npy │ │ ├── weights-QD-Concrete-7-Model2_validationMSE │ │ ├── weights-QD-Concrete-7-Model3 │ │ ├── weights-QD-Concrete-7-Model3_historyMPIW.npy │ │ ├── weights-QD-Concrete-7-Model3_historyMPIWtr.npy │ │ ├── weights-QD-Concrete-7-Model3_historyMSE.npy │ │ ├── weights-QD-Concrete-7-Model3_historyMSEtr.npy │ │ ├── weights-QD-Concrete-7-Model3_historyPICP.npy │ │ ├── weights-QD-Concrete-7-Model3_historyPICPtr.npy │ │ ├── weights-QD-Concrete-7-Model3_validationMSE │ │ ├── weights-QD-Concrete-7-Model4 │ │ ├── weights-QD-Concrete-7-Model4_historyMPIW.npy │ │ ├── weights-QD-Concrete-7-Model4_historyMPIWtr.npy │ │ ├── weights-QD-Concrete-7-Model4_historyMSE.npy │ │ ├── weights-QD-Concrete-7-Model4_historyMSEtr.npy │ │ ├── weights-QD-Concrete-7-Model4_historyPICP.npy │ │ ├── weights-QD-Concrete-7-Model4_historyPICPtr.npy │ │ ├── weights-QD-Concrete-7-Model4_validationMSE │ │ ├── weights-QD-Concrete-8-Model0 │ │ ├── weights-QD-Concrete-8-Model0_historyMPIW.npy │ │ ├── weights-QD-Concrete-8-Model0_historyMPIWtr.npy │ │ ├── weights-QD-Concrete-8-Model0_historyMSE.npy │ │ ├── weights-QD-Concrete-8-Model0_historyMSEtr.npy │ │ ├── weights-QD-Concrete-8-Model0_historyPICP.npy │ │ ├── weights-QD-Concrete-8-Model0_historyPICPtr.npy │ │ ├── weights-QD-Concrete-8-Model0_validationMSE │ │ ├── weights-QD-Concrete-8-Model1 │ │ ├── weights-QD-Concrete-8-Model1_historyMPIW.npy │ │ ├── weights-QD-Concrete-8-Model1_historyMPIWtr.npy │ │ ├── weights-QD-Concrete-8-Model1_historyMSE.npy │ │ ├── weights-QD-Concrete-8-Model1_historyMSEtr.npy │ │ ├── weights-QD-Concrete-8-Model1_historyPICP.npy │ │ ├── weights-QD-Concrete-8-Model1_historyPICPtr.npy │ │ ├── weights-QD-Concrete-8-Model1_validationMSE │ │ ├── weights-QD-Concrete-8-Model2 │ │ ├── weights-QD-Concrete-8-Model2_historyMPIW.npy │ │ ├── weights-QD-Concrete-8-Model2_historyMPIWtr.npy │ │ ├── weights-QD-Concrete-8-Model2_historyMSE.npy │ │ ├── weights-QD-Concrete-8-Model2_historyMSEtr.npy │ │ ├── weights-QD-Concrete-8-Model2_historyPICP.npy │ │ ├── weights-QD-Concrete-8-Model2_historyPICPtr.npy │ │ ├── weights-QD-Concrete-8-Model2_validationMSE │ │ ├── weights-QD-Concrete-8-Model3 │ │ ├── weights-QD-Concrete-8-Model3_historyMPIW.npy │ │ ├── weights-QD-Concrete-8-Model3_historyMPIWtr.npy │ │ ├── weights-QD-Concrete-8-Model3_historyMSE.npy │ │ ├── weights-QD-Concrete-8-Model3_historyMSEtr.npy │ │ ├── weights-QD-Concrete-8-Model3_historyPICP.npy │ │ ├── weights-QD-Concrete-8-Model3_historyPICPtr.npy │ │ ├── weights-QD-Concrete-8-Model3_validationMSE │ │ ├── weights-QD-Concrete-8-Model4 │ │ ├── weights-QD-Concrete-8-Model4_historyMPIW.npy │ │ ├── weights-QD-Concrete-8-Model4_historyMPIWtr.npy │ │ ├── weights-QD-Concrete-8-Model4_historyMSE.npy │ │ ├── weights-QD-Concrete-8-Model4_historyMSEtr.npy │ │ ├── weights-QD-Concrete-8-Model4_historyPICP.npy │ │ ├── weights-QD-Concrete-8-Model4_historyPICPtr.npy │ │ ├── weights-QD-Concrete-8-Model4_validationMSE │ │ ├── weights-QD-Concrete-9-Model0 │ │ ├── weights-QD-Concrete-9-Model0_historyMPIW.npy │ │ ├── weights-QD-Concrete-9-Model0_historyMPIWtr.npy │ │ ├── weights-QD-Concrete-9-Model0_historyMSE.npy │ │ ├── weights-QD-Concrete-9-Model0_historyMSEtr.npy │ │ ├── weights-QD-Concrete-9-Model0_historyPICP.npy │ │ ├── weights-QD-Concrete-9-Model0_historyPICPtr.npy │ │ ├── weights-QD-Concrete-9-Model0_validationMSE │ │ ├── weights-QD-Concrete-9-Model1 │ │ ├── weights-QD-Concrete-9-Model1_historyMPIW.npy │ │ ├── weights-QD-Concrete-9-Model1_historyMPIWtr.npy │ │ ├── weights-QD-Concrete-9-Model1_historyMSE.npy │ │ ├── weights-QD-Concrete-9-Model1_historyMSEtr.npy │ │ ├── weights-QD-Concrete-9-Model1_historyPICP.npy │ │ ├── weights-QD-Concrete-9-Model1_historyPICPtr.npy │ │ ├── weights-QD-Concrete-9-Model1_validationMSE │ │ ├── weights-QD-Concrete-9-Model2 │ │ ├── weights-QD-Concrete-9-Model2_historyMPIW.npy │ │ ├── weights-QD-Concrete-9-Model2_historyMPIWtr.npy │ │ ├── weights-QD-Concrete-9-Model2_historyMSE.npy │ │ ├── weights-QD-Concrete-9-Model2_historyMSEtr.npy │ │ ├── weights-QD-Concrete-9-Model2_historyPICP.npy │ │ ├── weights-QD-Concrete-9-Model2_historyPICPtr.npy │ │ ├── weights-QD-Concrete-9-Model2_validationMSE │ │ ├── weights-QD-Concrete-9-Model3 │ │ ├── weights-QD-Concrete-9-Model3_historyMPIW.npy │ │ ├── weights-QD-Concrete-9-Model3_historyMPIWtr.npy │ │ ├── weights-QD-Concrete-9-Model3_historyMSE.npy │ │ ├── weights-QD-Concrete-9-Model3_historyMSEtr.npy │ │ ├── weights-QD-Concrete-9-Model3_historyPICP.npy │ │ ├── weights-QD-Concrete-9-Model3_historyPICPtr.npy │ │ ├── weights-QD-Concrete-9-Model3_validationMSE │ │ ├── weights-QD-Concrete-9-Model4 │ │ ├── weights-QD-Concrete-9-Model4_historyMPIW.npy │ │ ├── weights-QD-Concrete-9-Model4_historyMPIWtr.npy │ │ ├── weights-QD-Concrete-9-Model4_historyMSE.npy │ │ ├── weights-QD-Concrete-9-Model4_historyMSEtr.npy │ │ ├── weights-QD-Concrete-9-Model4_historyPICP.npy │ │ ├── weights-QD-Concrete-9-Model4_historyPICPtr.npy │ │ └── weights-QD-Concrete-9-Model4_validationMSE │ ├── comparison_MPIW.jpg │ ├── comparison_MSE.jpg │ ├── comparison_PICP.jpg │ └── t-test.txt ├── Energy │ ├── DualAQD │ │ ├── regression_report-DualAQD-Energy.txt │ │ ├── validation_MPIW-DualAQD-Energy.npy │ │ ├── validation_MSE-DualAQD-Energy.npy │ │ ├── validation_PICP-DualAQD-Energy.npy │ │ ├── weights-DualAQD-Energy-1 │ │ ├── weights-DualAQD-Energy-10 │ │ ├── weights-DualAQD-Energy-10_historyMPIW.npy │ │ ├── weights-DualAQD-Energy-10_historyMPIWtr.npy │ │ ├── weights-DualAQD-Energy-10_historyMSE.npy │ │ ├── weights-DualAQD-Energy-10_historyMSEtr.npy │ │ ├── weights-DualAQD-Energy-10_historyPICP.npy │ │ ├── weights-DualAQD-Energy-10_historyPICPtr.npy │ │ ├── weights-DualAQD-Energy-10_validationMSE │ │ ├── weights-DualAQD-Energy-1_historyMPIW.npy │ │ ├── weights-DualAQD-Energy-1_historyMPIWtr.npy │ │ ├── weights-DualAQD-Energy-1_historyMSE.npy │ │ ├── weights-DualAQD-Energy-1_historyMSEtr.npy │ │ ├── weights-DualAQD-Energy-1_historyPICP.npy │ │ ├── weights-DualAQD-Energy-1_historyPICPtr.npy │ │ ├── weights-DualAQD-Energy-1_validationMSE │ │ ├── weights-DualAQD-Energy-2 │ │ ├── weights-DualAQD-Energy-2_historyMPIW.npy │ │ ├── weights-DualAQD-Energy-2_historyMPIWtr.npy │ │ ├── weights-DualAQD-Energy-2_historyMSE.npy │ │ ├── weights-DualAQD-Energy-2_historyMSEtr.npy │ │ ├── weights-DualAQD-Energy-2_historyPICP.npy │ │ ├── weights-DualAQD-Energy-2_historyPICPtr.npy │ │ ├── weights-DualAQD-Energy-2_validationMSE │ │ ├── weights-DualAQD-Energy-3 │ │ ├── weights-DualAQD-Energy-3_historyMPIW.npy │ │ ├── weights-DualAQD-Energy-3_historyMPIWtr.npy │ │ ├── weights-DualAQD-Energy-3_historyMSE.npy │ │ ├── weights-DualAQD-Energy-3_historyMSEtr.npy │ │ ├── weights-DualAQD-Energy-3_historyPICP.npy │ │ ├── weights-DualAQD-Energy-3_historyPICPtr.npy │ │ ├── weights-DualAQD-Energy-3_validationMSE │ │ ├── weights-DualAQD-Energy-4 │ │ ├── weights-DualAQD-Energy-4_historyMPIW.npy │ │ ├── weights-DualAQD-Energy-4_historyMPIWtr.npy │ │ ├── weights-DualAQD-Energy-4_historyMSE.npy │ │ ├── weights-DualAQD-Energy-4_historyMSEtr.npy │ │ ├── weights-DualAQD-Energy-4_historyPICP.npy │ │ ├── weights-DualAQD-Energy-4_historyPICPtr.npy │ │ ├── weights-DualAQD-Energy-4_validationMSE │ │ ├── weights-DualAQD-Energy-5 │ │ ├── weights-DualAQD-Energy-5_historyMPIW.npy │ │ ├── weights-DualAQD-Energy-5_historyMPIWtr.npy │ │ ├── weights-DualAQD-Energy-5_historyMSE.npy │ │ ├── weights-DualAQD-Energy-5_historyMSEtr.npy │ │ ├── weights-DualAQD-Energy-5_historyPICP.npy │ │ ├── weights-DualAQD-Energy-5_historyPICPtr.npy │ │ ├── weights-DualAQD-Energy-5_validationMSE │ │ ├── weights-DualAQD-Energy-6 │ │ ├── weights-DualAQD-Energy-6_historyMPIW.npy │ │ ├── weights-DualAQD-Energy-6_historyMPIWtr.npy │ │ ├── weights-DualAQD-Energy-6_historyMSE.npy │ │ ├── weights-DualAQD-Energy-6_historyMSEtr.npy │ │ ├── weights-DualAQD-Energy-6_historyPICP.npy │ │ ├── weights-DualAQD-Energy-6_historyPICPtr.npy │ │ ├── weights-DualAQD-Energy-6_validationMSE │ │ ├── weights-DualAQD-Energy-7 │ │ ├── weights-DualAQD-Energy-7_historyMPIW.npy │ │ ├── weights-DualAQD-Energy-7_historyMPIWtr.npy │ │ ├── weights-DualAQD-Energy-7_historyMSE.npy │ │ ├── weights-DualAQD-Energy-7_historyMSEtr.npy │ │ ├── weights-DualAQD-Energy-7_historyPICP.npy │ │ ├── weights-DualAQD-Energy-7_historyPICPtr.npy │ │ ├── weights-DualAQD-Energy-7_validationMSE │ │ ├── weights-DualAQD-Energy-8 │ │ ├── weights-DualAQD-Energy-8_historyMPIW.npy │ │ ├── weights-DualAQD-Energy-8_historyMPIWtr.npy │ │ ├── weights-DualAQD-Energy-8_historyMSE.npy │ │ ├── weights-DualAQD-Energy-8_historyMSEtr.npy │ │ ├── weights-DualAQD-Energy-8_historyPICP.npy │ │ ├── weights-DualAQD-Energy-8_historyPICPtr.npy │ │ ├── weights-DualAQD-Energy-8_validationMSE │ │ ├── weights-DualAQD-Energy-9 │ │ ├── weights-DualAQD-Energy-9_historyMPIW.npy │ │ ├── weights-DualAQD-Energy-9_historyMPIWtr.npy │ │ ├── weights-DualAQD-Energy-9_historyMSE.npy │ │ ├── weights-DualAQD-Energy-9_historyMSEtr.npy │ │ ├── weights-DualAQD-Energy-9_historyPICP.npy │ │ ├── weights-DualAQD-Energy-9_historyPICPtr.npy │ │ └── weights-DualAQD-Energy-9_validationMSE │ ├── MCDropout │ │ ├── regression_report-MCDropout-Energy.txt │ │ ├── validation_MPIW-MCDropout-Energy.npy │ │ ├── validation_MSE-MCDropout-Energy.npy │ │ ├── validation_PICP-MCDropout-Energy.npy │ │ ├── weights-MCDropout-Energy-1 │ │ ├── weights-MCDropout-Energy-10 │ │ ├── weights-MCDropout-Energy-10_historyMSE.npy │ │ ├── weights-MCDropout-Energy-10_historyMSEtr.npy │ │ ├── weights-MCDropout-Energy-10_validationMSE │ │ ├── weights-MCDropout-Energy-1_historyMSE.npy │ │ ├── weights-MCDropout-Energy-1_historyMSEtr.npy │ │ ├── weights-MCDropout-Energy-1_validationMSE │ │ ├── weights-MCDropout-Energy-2 │ │ ├── weights-MCDropout-Energy-2_historyMSE.npy │ │ ├── weights-MCDropout-Energy-2_historyMSEtr.npy │ │ ├── weights-MCDropout-Energy-2_validationMSE │ │ ├── weights-MCDropout-Energy-3 │ │ ├── weights-MCDropout-Energy-3_historyMSE.npy │ │ ├── weights-MCDropout-Energy-3_historyMSEtr.npy │ │ ├── weights-MCDropout-Energy-3_validationMSE │ │ ├── weights-MCDropout-Energy-4 │ │ ├── weights-MCDropout-Energy-4_historyMSE.npy │ │ ├── weights-MCDropout-Energy-4_historyMSEtr.npy │ │ ├── weights-MCDropout-Energy-4_validationMSE │ │ ├── weights-MCDropout-Energy-5 │ │ ├── weights-MCDropout-Energy-5_historyMSE.npy │ │ ├── weights-MCDropout-Energy-5_historyMSEtr.npy │ │ ├── weights-MCDropout-Energy-5_validationMSE │ │ ├── weights-MCDropout-Energy-6 │ │ ├── weights-MCDropout-Energy-6_historyMSE.npy │ │ ├── weights-MCDropout-Energy-6_historyMSEtr.npy │ │ ├── weights-MCDropout-Energy-6_validationMSE │ │ ├── weights-MCDropout-Energy-7 │ │ ├── weights-MCDropout-Energy-7_historyMSE.npy │ │ ├── weights-MCDropout-Energy-7_historyMSEtr.npy │ │ ├── weights-MCDropout-Energy-7_validationMSE │ │ ├── weights-MCDropout-Energy-8 │ │ ├── weights-MCDropout-Energy-8_historyMSE.npy │ │ ├── weights-MCDropout-Energy-8_historyMSEtr.npy │ │ ├── weights-MCDropout-Energy-8_validationMSE │ │ ├── weights-MCDropout-Energy-9 │ │ ├── weights-MCDropout-Energy-9_historyMSE.npy │ │ ├── weights-MCDropout-Energy-9_historyMSEtr.npy │ │ └── weights-MCDropout-Energy-9_validationMSE │ ├── QD+ │ │ ├── regression_report-QD+-Energy.txt │ │ ├── validation_MPIW-QD+-Energy.npy │ │ ├── validation_MSE-QD+-Energy.npy │ │ ├── validation_PICP-QD+-Energy.npy │ │ ├── weights-QD+-Energy-1-Model0 │ │ ├── weights-QD+-Energy-1-Model0_historyMSE.npy │ │ ├── weights-QD+-Energy-1-Model0_historyMSEtr.npy │ │ ├── weights-QD+-Energy-1-Model0_validationMSE │ │ ├── weights-QD+-Energy-1-Model1 │ │ ├── weights-QD+-Energy-1-Model1_historyMSE.npy │ │ ├── weights-QD+-Energy-1-Model1_historyMSEtr.npy │ │ ├── weights-QD+-Energy-1-Model1_validationMSE │ │ ├── weights-QD+-Energy-1-Model2 │ │ ├── weights-QD+-Energy-1-Model2_historyMSE.npy │ │ ├── weights-QD+-Energy-1-Model2_historyMSEtr.npy │ │ ├── weights-QD+-Energy-1-Model2_validationMSE │ │ ├── weights-QD+-Energy-1-Model3 │ │ ├── weights-QD+-Energy-1-Model3_historyMSE.npy │ │ ├── weights-QD+-Energy-1-Model3_historyMSEtr.npy │ │ ├── weights-QD+-Energy-1-Model3_validationMSE │ │ ├── weights-QD+-Energy-1-Model4 │ │ ├── weights-QD+-Energy-1-Model4_historyMSE.npy │ │ ├── weights-QD+-Energy-1-Model4_historyMSEtr.npy │ │ ├── weights-QD+-Energy-1-Model4_validationMSE │ │ ├── weights-QD+-Energy-10-Model0 │ │ ├── weights-QD+-Energy-10-Model0_historyMSE.npy │ │ ├── weights-QD+-Energy-10-Model0_historyMSEtr.npy │ │ ├── weights-QD+-Energy-10-Model0_validationMSE │ │ ├── weights-QD+-Energy-10-Model1 │ │ ├── weights-QD+-Energy-10-Model1_historyMSE.npy │ │ ├── weights-QD+-Energy-10-Model1_historyMSEtr.npy │ │ ├── weights-QD+-Energy-10-Model1_validationMSE │ │ ├── weights-QD+-Energy-10-Model2 │ │ ├── weights-QD+-Energy-10-Model2_historyMSE.npy │ │ ├── weights-QD+-Energy-10-Model2_historyMSEtr.npy │ │ ├── weights-QD+-Energy-10-Model2_validationMSE │ │ ├── weights-QD+-Energy-10-Model3 │ │ ├── weights-QD+-Energy-10-Model3_historyMSE.npy │ │ ├── weights-QD+-Energy-10-Model3_historyMSEtr.npy │ │ ├── weights-QD+-Energy-10-Model3_validationMSE │ │ ├── weights-QD+-Energy-10-Model4 │ │ ├── weights-QD+-Energy-10-Model4_historyMSE.npy │ │ ├── weights-QD+-Energy-10-Model4_historyMSEtr.npy │ │ ├── weights-QD+-Energy-10-Model4_validationMSE │ │ ├── weights-QD+-Energy-2-Model0 │ │ ├── weights-QD+-Energy-2-Model0_historyMSE.npy │ │ ├── weights-QD+-Energy-2-Model0_historyMSEtr.npy │ │ ├── weights-QD+-Energy-2-Model0_validationMSE │ │ ├── weights-QD+-Energy-2-Model1 │ │ ├── weights-QD+-Energy-2-Model1_historyMSE.npy │ │ ├── weights-QD+-Energy-2-Model1_historyMSEtr.npy │ │ ├── weights-QD+-Energy-2-Model1_validationMSE │ │ ├── weights-QD+-Energy-2-Model2 │ │ ├── weights-QD+-Energy-2-Model2_historyMSE.npy │ │ ├── weights-QD+-Energy-2-Model2_historyMSEtr.npy │ │ ├── weights-QD+-Energy-2-Model2_validationMSE │ │ ├── weights-QD+-Energy-2-Model3 │ │ ├── weights-QD+-Energy-2-Model3_historyMSE.npy │ │ ├── weights-QD+-Energy-2-Model3_historyMSEtr.npy │ │ ├── weights-QD+-Energy-2-Model3_validationMSE │ │ ├── weights-QD+-Energy-2-Model4 │ │ ├── weights-QD+-Energy-2-Model4_historyMSE.npy │ │ ├── weights-QD+-Energy-2-Model4_historyMSEtr.npy │ │ ├── weights-QD+-Energy-2-Model4_validationMSE │ │ ├── weights-QD+-Energy-3-Model0 │ │ ├── weights-QD+-Energy-3-Model0_historyMSE.npy │ │ ├── weights-QD+-Energy-3-Model0_historyMSEtr.npy │ │ ├── weights-QD+-Energy-3-Model0_validationMSE │ │ ├── weights-QD+-Energy-3-Model1 │ │ ├── weights-QD+-Energy-3-Model1_historyMSE.npy │ │ ├── weights-QD+-Energy-3-Model1_historyMSEtr.npy │ │ ├── weights-QD+-Energy-3-Model1_validationMSE │ │ ├── weights-QD+-Energy-3-Model2 │ │ ├── weights-QD+-Energy-3-Model2_historyMSE.npy │ │ ├── weights-QD+-Energy-3-Model2_historyMSEtr.npy │ │ ├── weights-QD+-Energy-3-Model2_validationMSE │ │ ├── weights-QD+-Energy-3-Model3 │ │ ├── weights-QD+-Energy-3-Model3_historyMSE.npy │ │ ├── weights-QD+-Energy-3-Model3_historyMSEtr.npy │ │ ├── weights-QD+-Energy-3-Model3_validationMSE │ │ ├── weights-QD+-Energy-3-Model4 │ │ ├── weights-QD+-Energy-3-Model4_historyMSE.npy │ │ ├── weights-QD+-Energy-3-Model4_historyMSEtr.npy │ │ ├── weights-QD+-Energy-3-Model4_validationMSE │ │ ├── weights-QD+-Energy-4-Model0 │ │ ├── weights-QD+-Energy-4-Model0_historyMSE.npy │ │ ├── weights-QD+-Energy-4-Model0_historyMSEtr.npy │ │ ├── weights-QD+-Energy-4-Model0_validationMSE │ │ ├── weights-QD+-Energy-4-Model1 │ │ ├── weights-QD+-Energy-4-Model1_historyMSE.npy │ │ ├── weights-QD+-Energy-4-Model1_historyMSEtr.npy │ │ ├── weights-QD+-Energy-4-Model1_validationMSE │ │ ├── weights-QD+-Energy-4-Model2 │ │ ├── weights-QD+-Energy-4-Model2_historyMSE.npy │ │ ├── weights-QD+-Energy-4-Model2_historyMSEtr.npy │ │ ├── weights-QD+-Energy-4-Model2_validationMSE │ │ ├── weights-QD+-Energy-4-Model3 │ │ ├── weights-QD+-Energy-4-Model3_historyMSE.npy │ │ ├── weights-QD+-Energy-4-Model3_historyMSEtr.npy │ │ ├── weights-QD+-Energy-4-Model3_validationMSE │ │ ├── weights-QD+-Energy-4-Model4 │ │ ├── weights-QD+-Energy-4-Model4_historyMSE.npy │ │ ├── weights-QD+-Energy-4-Model4_historyMSEtr.npy │ │ ├── weights-QD+-Energy-4-Model4_validationMSE │ │ ├── weights-QD+-Energy-5-Model0 │ │ ├── weights-QD+-Energy-5-Model0_historyMSE.npy │ │ ├── weights-QD+-Energy-5-Model0_historyMSEtr.npy │ │ ├── weights-QD+-Energy-5-Model0_validationMSE │ │ ├── weights-QD+-Energy-5-Model1 │ │ ├── weights-QD+-Energy-5-Model1_historyMSE.npy │ │ ├── weights-QD+-Energy-5-Model1_historyMSEtr.npy │ │ ├── weights-QD+-Energy-5-Model1_validationMSE │ │ ├── weights-QD+-Energy-5-Model2 │ │ ├── weights-QD+-Energy-5-Model2_historyMSE.npy │ │ ├── weights-QD+-Energy-5-Model2_historyMSEtr.npy │ │ ├── weights-QD+-Energy-5-Model2_validationMSE │ │ ├── weights-QD+-Energy-5-Model3 │ │ ├── weights-QD+-Energy-5-Model3_historyMSE.npy │ │ ├── weights-QD+-Energy-5-Model3_historyMSEtr.npy │ │ ├── weights-QD+-Energy-5-Model3_validationMSE │ │ ├── weights-QD+-Energy-5-Model4 │ │ ├── weights-QD+-Energy-5-Model4_historyMSE.npy │ │ ├── weights-QD+-Energy-5-Model4_historyMSEtr.npy │ │ ├── weights-QD+-Energy-5-Model4_validationMSE │ │ ├── weights-QD+-Energy-6-Model0 │ │ ├── weights-QD+-Energy-6-Model0_historyMSE.npy │ │ ├── weights-QD+-Energy-6-Model0_historyMSEtr.npy │ │ ├── weights-QD+-Energy-6-Model0_validationMSE │ │ ├── weights-QD+-Energy-6-Model1 │ │ ├── weights-QD+-Energy-6-Model1_historyMSE.npy │ │ ├── weights-QD+-Energy-6-Model1_historyMSEtr.npy │ │ ├── weights-QD+-Energy-6-Model1_validationMSE │ │ ├── weights-QD+-Energy-6-Model2 │ │ ├── weights-QD+-Energy-6-Model2_historyMSE.npy │ │ ├── weights-QD+-Energy-6-Model2_historyMSEtr.npy │ │ ├── weights-QD+-Energy-6-Model2_validationMSE │ │ ├── weights-QD+-Energy-6-Model3 │ │ ├── weights-QD+-Energy-6-Model3_historyMSE.npy │ │ ├── weights-QD+-Energy-6-Model3_historyMSEtr.npy │ │ ├── weights-QD+-Energy-6-Model3_validationMSE │ │ ├── weights-QD+-Energy-6-Model4 │ │ ├── weights-QD+-Energy-6-Model4_historyMSE.npy │ │ ├── weights-QD+-Energy-6-Model4_historyMSEtr.npy │ │ ├── weights-QD+-Energy-6-Model4_validationMSE │ │ ├── weights-QD+-Energy-7-Model0 │ │ ├── weights-QD+-Energy-7-Model0_historyMSE.npy │ │ ├── weights-QD+-Energy-7-Model0_historyMSEtr.npy │ │ ├── weights-QD+-Energy-7-Model0_validationMSE │ │ ├── weights-QD+-Energy-7-Model1 │ │ ├── weights-QD+-Energy-7-Model1_historyMSE.npy │ │ ├── weights-QD+-Energy-7-Model1_historyMSEtr.npy │ │ ├── weights-QD+-Energy-7-Model1_validationMSE │ │ ├── weights-QD+-Energy-7-Model2 │ │ ├── weights-QD+-Energy-7-Model2_historyMSE.npy │ │ ├── weights-QD+-Energy-7-Model2_historyMSEtr.npy │ │ ├── weights-QD+-Energy-7-Model2_validationMSE │ │ ├── weights-QD+-Energy-7-Model3 │ │ ├── weights-QD+-Energy-7-Model3_historyMSE.npy │ │ ├── weights-QD+-Energy-7-Model3_historyMSEtr.npy │ │ ├── weights-QD+-Energy-7-Model3_validationMSE │ │ ├── weights-QD+-Energy-7-Model4 │ │ ├── weights-QD+-Energy-7-Model4_historyMSE.npy │ │ ├── weights-QD+-Energy-7-Model4_historyMSEtr.npy │ │ ├── weights-QD+-Energy-7-Model4_validationMSE │ │ ├── weights-QD+-Energy-8-Model0 │ │ ├── weights-QD+-Energy-8-Model0_historyMSE.npy │ │ ├── weights-QD+-Energy-8-Model0_historyMSEtr.npy │ │ ├── weights-QD+-Energy-8-Model0_validationMSE │ │ ├── weights-QD+-Energy-8-Model1 │ │ ├── weights-QD+-Energy-8-Model1_historyMSE.npy │ │ ├── weights-QD+-Energy-8-Model1_historyMSEtr.npy │ │ ├── weights-QD+-Energy-8-Model1_validationMSE │ │ ├── weights-QD+-Energy-8-Model2 │ │ ├── weights-QD+-Energy-8-Model2_historyMSE.npy │ │ ├── weights-QD+-Energy-8-Model2_historyMSEtr.npy │ │ ├── weights-QD+-Energy-8-Model2_validationMSE │ │ ├── weights-QD+-Energy-8-Model3 │ │ ├── weights-QD+-Energy-8-Model3_historyMSE.npy │ │ ├── weights-QD+-Energy-8-Model3_historyMSEtr.npy │ │ ├── weights-QD+-Energy-8-Model3_validationMSE │ │ ├── weights-QD+-Energy-8-Model4 │ │ ├── weights-QD+-Energy-8-Model4_historyMSE.npy │ │ ├── weights-QD+-Energy-8-Model4_historyMSEtr.npy │ │ ├── weights-QD+-Energy-8-Model4_validationMSE │ │ ├── weights-QD+-Energy-9-Model0 │ │ ├── weights-QD+-Energy-9-Model0_historyMSE.npy │ │ ├── weights-QD+-Energy-9-Model0_historyMSEtr.npy │ │ ├── weights-QD+-Energy-9-Model0_validationMSE │ │ ├── weights-QD+-Energy-9-Model1 │ │ ├── weights-QD+-Energy-9-Model1_historyMSE.npy │ │ ├── weights-QD+-Energy-9-Model1_historyMSEtr.npy │ │ ├── weights-QD+-Energy-9-Model1_validationMSE │ │ ├── weights-QD+-Energy-9-Model2 │ │ ├── weights-QD+-Energy-9-Model2_historyMSE.npy │ │ ├── weights-QD+-Energy-9-Model2_historyMSEtr.npy │ │ ├── weights-QD+-Energy-9-Model2_validationMSE │ │ ├── weights-QD+-Energy-9-Model3 │ │ ├── weights-QD+-Energy-9-Model3_historyMSE.npy │ │ ├── weights-QD+-Energy-9-Model3_historyMSEtr.npy │ │ ├── weights-QD+-Energy-9-Model3_validationMSE │ │ ├── weights-QD+-Energy-9-Model4 │ │ ├── weights-QD+-Energy-9-Model4_historyMSE.npy │ │ ├── weights-QD+-Energy-9-Model4_historyMSEtr.npy │ │ └── weights-QD+-Energy-9-Model4_validationMSE │ ├── QD │ │ ├── regression_report-QD-Energy.txt │ │ ├── validation_MPIW-QD-Energy.npy │ │ ├── validation_MSE-QD-Energy.npy │ │ ├── validation_PICP-QD-Energy.npy │ │ ├── weights-QD-Energy-1-Model0 │ │ ├── weights-QD-Energy-1-Model0_historyMPIW.npy │ │ ├── weights-QD-Energy-1-Model0_historyMPIWtr.npy │ │ ├── weights-QD-Energy-1-Model0_historyMSE.npy │ │ ├── weights-QD-Energy-1-Model0_historyMSEtr.npy │ │ ├── weights-QD-Energy-1-Model0_historyPICP.npy │ │ ├── weights-QD-Energy-1-Model0_historyPICPtr.npy │ │ ├── weights-QD-Energy-1-Model0_validationMSE │ │ ├── weights-QD-Energy-1-Model1 │ │ ├── weights-QD-Energy-1-Model1_historyMPIW.npy │ │ ├── weights-QD-Energy-1-Model1_historyMPIWtr.npy │ │ ├── weights-QD-Energy-1-Model1_historyMSE.npy │ │ ├── weights-QD-Energy-1-Model1_historyMSEtr.npy │ │ ├── weights-QD-Energy-1-Model1_historyPICP.npy │ │ ├── weights-QD-Energy-1-Model1_historyPICPtr.npy │ │ ├── weights-QD-Energy-1-Model1_validationMSE │ │ ├── weights-QD-Energy-1-Model2 │ │ ├── weights-QD-Energy-1-Model2_historyMPIW.npy │ │ ├── weights-QD-Energy-1-Model2_historyMPIWtr.npy │ │ ├── weights-QD-Energy-1-Model2_historyMSE.npy │ │ ├── weights-QD-Energy-1-Model2_historyMSEtr.npy │ │ ├── weights-QD-Energy-1-Model2_historyPICP.npy │ │ ├── weights-QD-Energy-1-Model2_historyPICPtr.npy │ │ ├── weights-QD-Energy-1-Model2_validationMSE │ │ ├── weights-QD-Energy-1-Model3 │ │ ├── weights-QD-Energy-1-Model3_historyMPIW.npy │ │ ├── weights-QD-Energy-1-Model3_historyMPIWtr.npy │ │ ├── weights-QD-Energy-1-Model3_historyMSE.npy │ │ ├── weights-QD-Energy-1-Model3_historyMSEtr.npy │ │ ├── weights-QD-Energy-1-Model3_historyPICP.npy │ │ ├── weights-QD-Energy-1-Model3_historyPICPtr.npy │ │ ├── weights-QD-Energy-1-Model3_validationMSE │ │ ├── weights-QD-Energy-1-Model4 │ │ ├── weights-QD-Energy-1-Model4_historyMPIW.npy │ │ ├── weights-QD-Energy-1-Model4_historyMPIWtr.npy │ │ ├── weights-QD-Energy-1-Model4_historyMSE.npy │ │ ├── weights-QD-Energy-1-Model4_historyMSEtr.npy │ │ ├── weights-QD-Energy-1-Model4_historyPICP.npy │ │ ├── weights-QD-Energy-1-Model4_historyPICPtr.npy │ │ ├── weights-QD-Energy-1-Model4_validationMSE │ │ ├── weights-QD-Energy-10-Model0 │ │ ├── weights-QD-Energy-10-Model0_historyMPIW.npy │ │ ├── weights-QD-Energy-10-Model0_historyMPIWtr.npy │ │ ├── weights-QD-Energy-10-Model0_historyMSE.npy │ │ ├── weights-QD-Energy-10-Model0_historyMSEtr.npy │ │ ├── weights-QD-Energy-10-Model0_historyPICP.npy │ │ ├── weights-QD-Energy-10-Model0_historyPICPtr.npy │ │ ├── weights-QD-Energy-10-Model0_validationMSE │ │ ├── weights-QD-Energy-10-Model1 │ │ ├── weights-QD-Energy-10-Model1_historyMPIW.npy │ │ ├── weights-QD-Energy-10-Model1_historyMPIWtr.npy │ │ ├── weights-QD-Energy-10-Model1_historyMSE.npy │ │ ├── weights-QD-Energy-10-Model1_historyMSEtr.npy │ │ ├── weights-QD-Energy-10-Model1_historyPICP.npy │ │ ├── weights-QD-Energy-10-Model1_historyPICPtr.npy │ │ ├── weights-QD-Energy-10-Model1_validationMSE │ │ ├── weights-QD-Energy-10-Model2 │ │ ├── weights-QD-Energy-10-Model2_historyMPIW.npy │ │ ├── weights-QD-Energy-10-Model2_historyMPIWtr.npy │ │ ├── weights-QD-Energy-10-Model2_historyMSE.npy │ │ ├── weights-QD-Energy-10-Model2_historyMSEtr.npy │ │ ├── weights-QD-Energy-10-Model2_historyPICP.npy │ │ ├── weights-QD-Energy-10-Model2_historyPICPtr.npy │ │ ├── weights-QD-Energy-10-Model2_validationMSE │ │ ├── weights-QD-Energy-10-Model3 │ │ ├── weights-QD-Energy-10-Model3_historyMPIW.npy │ │ ├── weights-QD-Energy-10-Model3_historyMPIWtr.npy │ │ ├── weights-QD-Energy-10-Model3_historyMSE.npy │ │ ├── weights-QD-Energy-10-Model3_historyMSEtr.npy │ │ ├── weights-QD-Energy-10-Model3_historyPICP.npy │ │ ├── weights-QD-Energy-10-Model3_historyPICPtr.npy │ │ ├── weights-QD-Energy-10-Model3_validationMSE │ │ ├── weights-QD-Energy-10-Model4 │ │ ├── weights-QD-Energy-10-Model4_historyMPIW.npy │ │ ├── weights-QD-Energy-10-Model4_historyMPIWtr.npy │ │ ├── weights-QD-Energy-10-Model4_historyMSE.npy │ │ ├── weights-QD-Energy-10-Model4_historyMSEtr.npy │ │ ├── weights-QD-Energy-10-Model4_historyPICP.npy │ │ ├── weights-QD-Energy-10-Model4_historyPICPtr.npy │ │ ├── weights-QD-Energy-10-Model4_validationMSE │ │ ├── weights-QD-Energy-2-Model0 │ │ ├── weights-QD-Energy-2-Model0_historyMPIW.npy │ │ ├── weights-QD-Energy-2-Model0_historyMPIWtr.npy │ │ ├── weights-QD-Energy-2-Model0_historyMSE.npy │ │ ├── weights-QD-Energy-2-Model0_historyMSEtr.npy │ │ ├── weights-QD-Energy-2-Model0_historyPICP.npy │ │ ├── weights-QD-Energy-2-Model0_historyPICPtr.npy │ │ ├── weights-QD-Energy-2-Model0_validationMSE │ │ ├── weights-QD-Energy-2-Model1 │ │ ├── weights-QD-Energy-2-Model1_historyMPIW.npy │ │ ├── weights-QD-Energy-2-Model1_historyMPIWtr.npy │ │ ├── weights-QD-Energy-2-Model1_historyMSE.npy │ │ ├── weights-QD-Energy-2-Model1_historyMSEtr.npy │ │ ├── weights-QD-Energy-2-Model1_historyPICP.npy │ │ ├── weights-QD-Energy-2-Model1_historyPICPtr.npy │ │ ├── weights-QD-Energy-2-Model1_validationMSE │ │ ├── weights-QD-Energy-2-Model2 │ │ ├── weights-QD-Energy-2-Model2_historyMPIW.npy │ │ ├── weights-QD-Energy-2-Model2_historyMPIWtr.npy │ │ ├── weights-QD-Energy-2-Model2_historyMSE.npy │ │ ├── weights-QD-Energy-2-Model2_historyMSEtr.npy │ │ ├── weights-QD-Energy-2-Model2_historyPICP.npy │ │ ├── weights-QD-Energy-2-Model2_historyPICPtr.npy │ │ ├── weights-QD-Energy-2-Model2_validationMSE │ │ ├── weights-QD-Energy-2-Model3 │ │ ├── weights-QD-Energy-2-Model3_historyMPIW.npy │ │ ├── weights-QD-Energy-2-Model3_historyMPIWtr.npy │ │ ├── weights-QD-Energy-2-Model3_historyMSE.npy │ │ ├── weights-QD-Energy-2-Model3_historyMSEtr.npy │ │ ├── weights-QD-Energy-2-Model3_historyPICP.npy │ │ ├── weights-QD-Energy-2-Model3_historyPICPtr.npy │ │ ├── weights-QD-Energy-2-Model3_validationMSE │ │ ├── weights-QD-Energy-2-Model4 │ │ ├── weights-QD-Energy-2-Model4_historyMPIW.npy │ │ ├── weights-QD-Energy-2-Model4_historyMPIWtr.npy │ │ ├── weights-QD-Energy-2-Model4_historyMSE.npy │ │ ├── weights-QD-Energy-2-Model4_historyMSEtr.npy │ │ ├── weights-QD-Energy-2-Model4_historyPICP.npy │ │ ├── weights-QD-Energy-2-Model4_historyPICPtr.npy │ │ ├── weights-QD-Energy-2-Model4_validationMSE │ │ ├── weights-QD-Energy-3-Model0 │ │ ├── weights-QD-Energy-3-Model0_historyMPIW.npy │ │ ├── weights-QD-Energy-3-Model0_historyMPIWtr.npy │ │ ├── weights-QD-Energy-3-Model0_historyMSE.npy │ │ ├── weights-QD-Energy-3-Model0_historyMSEtr.npy │ │ ├── weights-QD-Energy-3-Model0_historyPICP.npy │ │ ├── weights-QD-Energy-3-Model0_historyPICPtr.npy │ │ ├── weights-QD-Energy-3-Model0_validationMSE │ │ ├── weights-QD-Energy-3-Model1 │ │ ├── weights-QD-Energy-3-Model1_historyMPIW.npy │ │ ├── weights-QD-Energy-3-Model1_historyMPIWtr.npy │ │ ├── weights-QD-Energy-3-Model1_historyMSE.npy │ │ ├── weights-QD-Energy-3-Model1_historyMSEtr.npy │ │ ├── weights-QD-Energy-3-Model1_historyPICP.npy │ │ ├── weights-QD-Energy-3-Model1_historyPICPtr.npy │ │ ├── weights-QD-Energy-3-Model1_validationMSE │ │ ├── weights-QD-Energy-3-Model2 │ │ ├── weights-QD-Energy-3-Model2_historyMPIW.npy │ │ ├── weights-QD-Energy-3-Model2_historyMPIWtr.npy │ │ ├── weights-QD-Energy-3-Model2_historyMSE.npy │ │ ├── weights-QD-Energy-3-Model2_historyMSEtr.npy │ │ ├── weights-QD-Energy-3-Model2_historyPICP.npy │ │ ├── weights-QD-Energy-3-Model2_historyPICPtr.npy │ │ ├── weights-QD-Energy-3-Model2_validationMSE │ │ ├── weights-QD-Energy-3-Model3 │ │ ├── weights-QD-Energy-3-Model3_historyMPIW.npy │ │ ├── weights-QD-Energy-3-Model3_historyMPIWtr.npy │ │ ├── weights-QD-Energy-3-Model3_historyMSE.npy │ │ ├── weights-QD-Energy-3-Model3_historyMSEtr.npy │ │ ├── weights-QD-Energy-3-Model3_historyPICP.npy │ │ ├── weights-QD-Energy-3-Model3_historyPICPtr.npy │ │ ├── weights-QD-Energy-3-Model3_validationMSE │ │ ├── weights-QD-Energy-3-Model4 │ │ ├── weights-QD-Energy-3-Model4_historyMPIW.npy │ │ ├── weights-QD-Energy-3-Model4_historyMPIWtr.npy │ │ ├── weights-QD-Energy-3-Model4_historyMSE.npy │ │ ├── weights-QD-Energy-3-Model4_historyMSEtr.npy │ │ ├── weights-QD-Energy-3-Model4_historyPICP.npy │ │ ├── weights-QD-Energy-3-Model4_historyPICPtr.npy │ │ ├── weights-QD-Energy-3-Model4_validationMSE │ │ ├── weights-QD-Energy-4-Model0 │ │ ├── weights-QD-Energy-4-Model0_historyMPIW.npy │ │ ├── weights-QD-Energy-4-Model0_historyMPIWtr.npy │ │ ├── weights-QD-Energy-4-Model0_historyMSE.npy │ │ ├── weights-QD-Energy-4-Model0_historyMSEtr.npy │ │ ├── weights-QD-Energy-4-Model0_historyPICP.npy │ │ ├── weights-QD-Energy-4-Model0_historyPICPtr.npy │ │ ├── weights-QD-Energy-4-Model0_validationMSE │ │ ├── weights-QD-Energy-4-Model1 │ │ ├── weights-QD-Energy-4-Model1_historyMPIW.npy │ │ ├── weights-QD-Energy-4-Model1_historyMPIWtr.npy │ │ ├── weights-QD-Energy-4-Model1_historyMSE.npy │ │ ├── weights-QD-Energy-4-Model1_historyMSEtr.npy │ │ ├── weights-QD-Energy-4-Model1_historyPICP.npy │ │ ├── weights-QD-Energy-4-Model1_historyPICPtr.npy │ │ ├── weights-QD-Energy-4-Model1_validationMSE │ │ ├── weights-QD-Energy-4-Model2 │ │ ├── weights-QD-Energy-4-Model2_historyMPIW.npy │ │ ├── weights-QD-Energy-4-Model2_historyMPIWtr.npy │ │ ├── weights-QD-Energy-4-Model2_historyMSE.npy │ │ ├── weights-QD-Energy-4-Model2_historyMSEtr.npy │ │ ├── weights-QD-Energy-4-Model2_historyPICP.npy │ │ ├── weights-QD-Energy-4-Model2_historyPICPtr.npy │ │ ├── weights-QD-Energy-4-Model2_validationMSE │ │ ├── weights-QD-Energy-4-Model3 │ │ ├── weights-QD-Energy-4-Model3_historyMPIW.npy │ │ ├── weights-QD-Energy-4-Model3_historyMPIWtr.npy │ │ ├── weights-QD-Energy-4-Model3_historyMSE.npy │ │ ├── weights-QD-Energy-4-Model3_historyMSEtr.npy │ │ ├── weights-QD-Energy-4-Model3_historyPICP.npy │ │ ├── weights-QD-Energy-4-Model3_historyPICPtr.npy │ │ ├── weights-QD-Energy-4-Model3_validationMSE │ │ ├── weights-QD-Energy-4-Model4 │ │ ├── weights-QD-Energy-4-Model4_historyMPIW.npy │ │ ├── weights-QD-Energy-4-Model4_historyMPIWtr.npy │ │ ├── weights-QD-Energy-4-Model4_historyMSE.npy │ │ ├── weights-QD-Energy-4-Model4_historyMSEtr.npy │ │ ├── weights-QD-Energy-4-Model4_historyPICP.npy │ │ ├── weights-QD-Energy-4-Model4_historyPICPtr.npy │ │ ├── weights-QD-Energy-4-Model4_validationMSE │ │ ├── weights-QD-Energy-5-Model0 │ │ ├── weights-QD-Energy-5-Model0_historyMPIW.npy │ │ ├── weights-QD-Energy-5-Model0_historyMPIWtr.npy │ │ ├── weights-QD-Energy-5-Model0_historyMSE.npy │ │ ├── weights-QD-Energy-5-Model0_historyMSEtr.npy │ │ ├── weights-QD-Energy-5-Model0_historyPICP.npy │ │ ├── weights-QD-Energy-5-Model0_historyPICPtr.npy │ │ ├── weights-QD-Energy-5-Model0_validationMSE │ │ ├── weights-QD-Energy-5-Model1 │ │ ├── weights-QD-Energy-5-Model1_historyMPIW.npy │ │ ├── weights-QD-Energy-5-Model1_historyMPIWtr.npy │ │ ├── weights-QD-Energy-5-Model1_historyMSE.npy │ │ ├── weights-QD-Energy-5-Model1_historyMSEtr.npy │ │ ├── weights-QD-Energy-5-Model1_historyPICP.npy │ │ ├── weights-QD-Energy-5-Model1_historyPICPtr.npy │ │ ├── weights-QD-Energy-5-Model1_validationMSE │ │ ├── weights-QD-Energy-5-Model2 │ │ ├── weights-QD-Energy-5-Model2_historyMPIW.npy │ │ ├── weights-QD-Energy-5-Model2_historyMPIWtr.npy │ │ ├── weights-QD-Energy-5-Model2_historyMSE.npy │ │ ├── weights-QD-Energy-5-Model2_historyMSEtr.npy │ │ ├── weights-QD-Energy-5-Model2_historyPICP.npy │ │ ├── weights-QD-Energy-5-Model2_historyPICPtr.npy │ │ ├── weights-QD-Energy-5-Model2_validationMSE │ │ ├── weights-QD-Energy-5-Model3 │ │ ├── weights-QD-Energy-5-Model3_historyMPIW.npy │ │ ├── weights-QD-Energy-5-Model3_historyMPIWtr.npy │ │ ├── weights-QD-Energy-5-Model3_historyMSE.npy │ │ ├── weights-QD-Energy-5-Model3_historyMSEtr.npy │ │ ├── weights-QD-Energy-5-Model3_historyPICP.npy │ │ ├── weights-QD-Energy-5-Model3_historyPICPtr.npy │ │ ├── weights-QD-Energy-5-Model3_validationMSE │ │ ├── weights-QD-Energy-5-Model4 │ │ ├── weights-QD-Energy-5-Model4_historyMPIW.npy │ │ ├── weights-QD-Energy-5-Model4_historyMPIWtr.npy │ │ ├── weights-QD-Energy-5-Model4_historyMSE.npy │ │ ├── weights-QD-Energy-5-Model4_historyMSEtr.npy │ │ ├── weights-QD-Energy-5-Model4_historyPICP.npy │ │ ├── weights-QD-Energy-5-Model4_historyPICPtr.npy │ │ ├── weights-QD-Energy-5-Model4_validationMSE │ │ ├── weights-QD-Energy-6-Model0 │ │ ├── weights-QD-Energy-6-Model0_historyMPIW.npy │ │ ├── weights-QD-Energy-6-Model0_historyMPIWtr.npy │ │ ├── weights-QD-Energy-6-Model0_historyMSE.npy │ │ ├── weights-QD-Energy-6-Model0_historyMSEtr.npy │ │ ├── weights-QD-Energy-6-Model0_historyPICP.npy │ │ ├── weights-QD-Energy-6-Model0_historyPICPtr.npy │ │ ├── weights-QD-Energy-6-Model0_validationMSE │ │ ├── weights-QD-Energy-6-Model1 │ │ ├── weights-QD-Energy-6-Model1_historyMPIW.npy │ │ ├── weights-QD-Energy-6-Model1_historyMPIWtr.npy │ │ ├── weights-QD-Energy-6-Model1_historyMSE.npy │ │ ├── weights-QD-Energy-6-Model1_historyMSEtr.npy │ │ ├── weights-QD-Energy-6-Model1_historyPICP.npy │ │ ├── weights-QD-Energy-6-Model1_historyPICPtr.npy │ │ ├── weights-QD-Energy-6-Model1_validationMSE │ │ ├── weights-QD-Energy-6-Model2 │ │ ├── weights-QD-Energy-6-Model2_historyMPIW.npy │ │ ├── weights-QD-Energy-6-Model2_historyMPIWtr.npy │ │ ├── weights-QD-Energy-6-Model2_historyMSE.npy │ │ ├── weights-QD-Energy-6-Model2_historyMSEtr.npy │ │ ├── weights-QD-Energy-6-Model2_historyPICP.npy │ │ ├── weights-QD-Energy-6-Model2_historyPICPtr.npy │ │ ├── weights-QD-Energy-6-Model2_validationMSE │ │ ├── weights-QD-Energy-6-Model3 │ │ ├── weights-QD-Energy-6-Model3_historyMPIW.npy │ │ ├── weights-QD-Energy-6-Model3_historyMPIWtr.npy │ │ ├── weights-QD-Energy-6-Model3_historyMSE.npy │ │ ├── weights-QD-Energy-6-Model3_historyMSEtr.npy │ │ ├── weights-QD-Energy-6-Model3_historyPICP.npy │ │ ├── weights-QD-Energy-6-Model3_historyPICPtr.npy │ │ ├── weights-QD-Energy-6-Model3_validationMSE │ │ ├── weights-QD-Energy-6-Model4 │ │ ├── weights-QD-Energy-6-Model4_historyMPIW.npy │ │ ├── weights-QD-Energy-6-Model4_historyMPIWtr.npy │ │ ├── weights-QD-Energy-6-Model4_historyMSE.npy │ │ ├── weights-QD-Energy-6-Model4_historyMSEtr.npy │ │ ├── weights-QD-Energy-6-Model4_historyPICP.npy │ │ ├── weights-QD-Energy-6-Model4_historyPICPtr.npy │ │ ├── weights-QD-Energy-6-Model4_validationMSE │ │ ├── weights-QD-Energy-7-Model0 │ │ ├── weights-QD-Energy-7-Model0_historyMPIW.npy │ │ ├── weights-QD-Energy-7-Model0_historyMPIWtr.npy │ │ ├── weights-QD-Energy-7-Model0_historyMSE.npy │ │ ├── weights-QD-Energy-7-Model0_historyMSEtr.npy │ │ ├── weights-QD-Energy-7-Model0_historyPICP.npy │ │ ├── weights-QD-Energy-7-Model0_historyPICPtr.npy │ │ ├── weights-QD-Energy-7-Model0_validationMSE │ │ ├── weights-QD-Energy-7-Model1 │ │ ├── weights-QD-Energy-7-Model1_historyMPIW.npy │ │ ├── weights-QD-Energy-7-Model1_historyMPIWtr.npy │ │ ├── weights-QD-Energy-7-Model1_historyMSE.npy │ │ ├── weights-QD-Energy-7-Model1_historyMSEtr.npy │ │ ├── weights-QD-Energy-7-Model1_historyPICP.npy │ │ ├── weights-QD-Energy-7-Model1_historyPICPtr.npy │ │ ├── weights-QD-Energy-7-Model1_validationMSE │ │ ├── weights-QD-Energy-7-Model2 │ │ ├── weights-QD-Energy-7-Model2_historyMPIW.npy │ │ ├── weights-QD-Energy-7-Model2_historyMPIWtr.npy │ │ ├── weights-QD-Energy-7-Model2_historyMSE.npy │ │ ├── weights-QD-Energy-7-Model2_historyMSEtr.npy │ │ ├── weights-QD-Energy-7-Model2_historyPICP.npy │ │ ├── weights-QD-Energy-7-Model2_historyPICPtr.npy │ │ ├── weights-QD-Energy-7-Model2_validationMSE │ │ ├── weights-QD-Energy-7-Model3 │ │ ├── weights-QD-Energy-7-Model3_historyMPIW.npy │ │ ├── weights-QD-Energy-7-Model3_historyMPIWtr.npy │ │ ├── weights-QD-Energy-7-Model3_historyMSE.npy │ │ ├── weights-QD-Energy-7-Model3_historyMSEtr.npy │ │ ├── weights-QD-Energy-7-Model3_historyPICP.npy │ │ ├── weights-QD-Energy-7-Model3_historyPICPtr.npy │ │ ├── weights-QD-Energy-7-Model3_validationMSE │ │ ├── weights-QD-Energy-7-Model4 │ │ ├── weights-QD-Energy-7-Model4_historyMPIW.npy │ │ ├── weights-QD-Energy-7-Model4_historyMPIWtr.npy │ │ ├── weights-QD-Energy-7-Model4_historyMSE.npy │ │ ├── weights-QD-Energy-7-Model4_historyMSEtr.npy │ │ ├── weights-QD-Energy-7-Model4_historyPICP.npy │ │ ├── weights-QD-Energy-7-Model4_historyPICPtr.npy │ │ ├── weights-QD-Energy-7-Model4_validationMSE │ │ ├── weights-QD-Energy-8-Model0 │ │ ├── weights-QD-Energy-8-Model0_historyMPIW.npy │ │ ├── weights-QD-Energy-8-Model0_historyMPIWtr.npy │ │ ├── weights-QD-Energy-8-Model0_historyMSE.npy │ │ ├── weights-QD-Energy-8-Model0_historyMSEtr.npy │ │ ├── weights-QD-Energy-8-Model0_historyPICP.npy │ │ ├── weights-QD-Energy-8-Model0_historyPICPtr.npy │ │ ├── weights-QD-Energy-8-Model0_validationMSE │ │ ├── weights-QD-Energy-8-Model1 │ │ ├── weights-QD-Energy-8-Model1_historyMPIW.npy │ │ ├── weights-QD-Energy-8-Model1_historyMPIWtr.npy │ │ ├── weights-QD-Energy-8-Model1_historyMSE.npy │ │ ├── weights-QD-Energy-8-Model1_historyMSEtr.npy │ │ ├── weights-QD-Energy-8-Model1_historyPICP.npy │ │ ├── weights-QD-Energy-8-Model1_historyPICPtr.npy │ │ ├── weights-QD-Energy-8-Model1_validationMSE │ │ ├── weights-QD-Energy-8-Model2 │ │ ├── weights-QD-Energy-8-Model2_historyMPIW.npy │ │ ├── weights-QD-Energy-8-Model2_historyMPIWtr.npy │ │ ├── weights-QD-Energy-8-Model2_historyMSE.npy │ │ ├── weights-QD-Energy-8-Model2_historyMSEtr.npy │ │ ├── weights-QD-Energy-8-Model2_historyPICP.npy │ │ ├── weights-QD-Energy-8-Model2_historyPICPtr.npy │ │ ├── weights-QD-Energy-8-Model2_validationMSE │ │ ├── weights-QD-Energy-8-Model3 │ │ ├── weights-QD-Energy-8-Model3_historyMPIW.npy │ │ ├── weights-QD-Energy-8-Model3_historyMPIWtr.npy │ │ ├── weights-QD-Energy-8-Model3_historyMSE.npy │ │ ├── weights-QD-Energy-8-Model3_historyMSEtr.npy │ │ ├── weights-QD-Energy-8-Model3_historyPICP.npy │ │ ├── weights-QD-Energy-8-Model3_historyPICPtr.npy │ │ ├── weights-QD-Energy-8-Model3_validationMSE │ │ ├── weights-QD-Energy-8-Model4 │ │ ├── weights-QD-Energy-8-Model4_historyMPIW.npy │ │ ├── weights-QD-Energy-8-Model4_historyMPIWtr.npy │ │ ├── weights-QD-Energy-8-Model4_historyMSE.npy │ │ ├── weights-QD-Energy-8-Model4_historyMSEtr.npy │ │ ├── weights-QD-Energy-8-Model4_historyPICP.npy │ │ ├── weights-QD-Energy-8-Model4_historyPICPtr.npy │ │ ├── weights-QD-Energy-8-Model4_validationMSE │ │ ├── weights-QD-Energy-9-Model0 │ │ ├── weights-QD-Energy-9-Model0_historyMPIW.npy │ │ ├── weights-QD-Energy-9-Model0_historyMPIWtr.npy │ │ ├── weights-QD-Energy-9-Model0_historyMSE.npy │ │ ├── weights-QD-Energy-9-Model0_historyMSEtr.npy │ │ ├── weights-QD-Energy-9-Model0_historyPICP.npy │ │ ├── weights-QD-Energy-9-Model0_historyPICPtr.npy │ │ ├── weights-QD-Energy-9-Model0_validationMSE │ │ ├── weights-QD-Energy-9-Model1 │ │ ├── weights-QD-Energy-9-Model1_historyMPIW.npy │ │ ├── weights-QD-Energy-9-Model1_historyMPIWtr.npy │ │ ├── weights-QD-Energy-9-Model1_historyMSE.npy │ │ ├── weights-QD-Energy-9-Model1_historyMSEtr.npy │ │ ├── weights-QD-Energy-9-Model1_historyPICP.npy │ │ ├── weights-QD-Energy-9-Model1_historyPICPtr.npy │ │ ├── weights-QD-Energy-9-Model1_validationMSE │ │ ├── weights-QD-Energy-9-Model2 │ │ ├── weights-QD-Energy-9-Model2_historyMPIW.npy │ │ ├── weights-QD-Energy-9-Model2_historyMPIWtr.npy │ │ ├── weights-QD-Energy-9-Model2_historyMSE.npy │ │ ├── weights-QD-Energy-9-Model2_historyMSEtr.npy │ │ ├── weights-QD-Energy-9-Model2_historyPICP.npy │ │ ├── weights-QD-Energy-9-Model2_historyPICPtr.npy │ │ ├── weights-QD-Energy-9-Model2_validationMSE │ │ ├── weights-QD-Energy-9-Model3 │ │ ├── weights-QD-Energy-9-Model3_historyMPIW.npy │ │ ├── weights-QD-Energy-9-Model3_historyMPIWtr.npy │ │ ├── weights-QD-Energy-9-Model3_historyMSE.npy │ │ ├── weights-QD-Energy-9-Model3_historyMSEtr.npy │ │ ├── weights-QD-Energy-9-Model3_historyPICP.npy │ │ ├── weights-QD-Energy-9-Model3_historyPICPtr.npy │ │ ├── weights-QD-Energy-9-Model3_validationMSE │ │ ├── weights-QD-Energy-9-Model4 │ │ ├── weights-QD-Energy-9-Model4_historyMPIW.npy │ │ ├── weights-QD-Energy-9-Model4_historyMPIWtr.npy │ │ ├── weights-QD-Energy-9-Model4_historyMSE.npy │ │ ├── weights-QD-Energy-9-Model4_historyMSEtr.npy │ │ ├── weights-QD-Energy-9-Model4_historyPICP.npy │ │ ├── weights-QD-Energy-9-Model4_historyPICPtr.npy │ │ └── weights-QD-Energy-9-Model4_validationMSE │ ├── comparison_MPIW.jpg │ ├── comparison_MSE.jpg │ ├── comparison_PICP.jpg │ └── t-test.txt ├── Kin8nm │ ├── DualAQD │ │ ├── regression_report-DualAQD-Kin8nm.txt │ │ ├── validation_MPIW-DualAQD-Kin8nm.npy │ │ ├── validation_MSE-DualAQD-Kin8nm.npy │ │ ├── validation_PICP-DualAQD-Kin8nm.npy │ │ ├── weights-DualAQD-Kin8nm-1 │ │ ├── weights-DualAQD-Kin8nm-10 │ │ ├── weights-DualAQD-Kin8nm-10_historyMPIW.npy │ │ ├── weights-DualAQD-Kin8nm-10_historyMPIWtr.npy │ │ ├── weights-DualAQD-Kin8nm-10_historyMSE.npy │ │ ├── weights-DualAQD-Kin8nm-10_historyMSEtr.npy │ │ ├── weights-DualAQD-Kin8nm-10_historyPICP.npy │ │ ├── weights-DualAQD-Kin8nm-10_historyPICPtr.npy │ │ ├── weights-DualAQD-Kin8nm-10_validationMSE │ │ ├── weights-DualAQD-Kin8nm-1_historyMPIW.npy │ │ ├── weights-DualAQD-Kin8nm-1_historyMPIWtr.npy │ │ ├── weights-DualAQD-Kin8nm-1_historyMSE.npy │ │ ├── weights-DualAQD-Kin8nm-1_historyMSEtr.npy │ │ ├── weights-DualAQD-Kin8nm-1_historyPICP.npy │ │ ├── weights-DualAQD-Kin8nm-1_historyPICPtr.npy │ │ ├── weights-DualAQD-Kin8nm-1_validationMSE │ │ ├── weights-DualAQD-Kin8nm-2 │ │ ├── weights-DualAQD-Kin8nm-2_historyMPIW.npy │ │ ├── weights-DualAQD-Kin8nm-2_historyMPIWtr.npy │ │ ├── weights-DualAQD-Kin8nm-2_historyMSE.npy │ │ ├── weights-DualAQD-Kin8nm-2_historyMSEtr.npy │ │ ├── weights-DualAQD-Kin8nm-2_historyPICP.npy │ │ ├── weights-DualAQD-Kin8nm-2_historyPICPtr.npy │ │ ├── weights-DualAQD-Kin8nm-2_validationMSE │ │ ├── weights-DualAQD-Kin8nm-3 │ │ ├── weights-DualAQD-Kin8nm-3_historyMPIW.npy │ │ ├── weights-DualAQD-Kin8nm-3_historyMPIWtr.npy │ │ ├── weights-DualAQD-Kin8nm-3_historyMSE.npy │ │ ├── weights-DualAQD-Kin8nm-3_historyMSEtr.npy │ │ ├── weights-DualAQD-Kin8nm-3_historyPICP.npy │ │ ├── weights-DualAQD-Kin8nm-3_historyPICPtr.npy │ │ ├── weights-DualAQD-Kin8nm-3_validationMSE │ │ ├── weights-DualAQD-Kin8nm-4 │ │ ├── weights-DualAQD-Kin8nm-4_historyMPIW.npy │ │ ├── weights-DualAQD-Kin8nm-4_historyMPIWtr.npy │ │ ├── weights-DualAQD-Kin8nm-4_historyMSE.npy │ │ ├── weights-DualAQD-Kin8nm-4_historyMSEtr.npy │ │ ├── weights-DualAQD-Kin8nm-4_historyPICP.npy │ │ ├── weights-DualAQD-Kin8nm-4_historyPICPtr.npy │ │ ├── weights-DualAQD-Kin8nm-4_validationMSE │ │ ├── weights-DualAQD-Kin8nm-5 │ │ ├── weights-DualAQD-Kin8nm-5_historyMPIW.npy │ │ ├── weights-DualAQD-Kin8nm-5_historyMPIWtr.npy │ │ ├── weights-DualAQD-Kin8nm-5_historyMSE.npy │ │ ├── weights-DualAQD-Kin8nm-5_historyMSEtr.npy │ │ ├── weights-DualAQD-Kin8nm-5_historyPICP.npy │ │ ├── weights-DualAQD-Kin8nm-5_historyPICPtr.npy │ │ ├── weights-DualAQD-Kin8nm-5_validationMSE │ │ ├── weights-DualAQD-Kin8nm-6 │ │ ├── weights-DualAQD-Kin8nm-6_historyMPIW.npy │ │ ├── weights-DualAQD-Kin8nm-6_historyMPIWtr.npy │ │ ├── weights-DualAQD-Kin8nm-6_historyMSE.npy │ │ ├── weights-DualAQD-Kin8nm-6_historyMSEtr.npy │ │ ├── weights-DualAQD-Kin8nm-6_historyPICP.npy │ │ ├── weights-DualAQD-Kin8nm-6_historyPICPtr.npy │ │ ├── weights-DualAQD-Kin8nm-6_validationMSE │ │ ├── weights-DualAQD-Kin8nm-7 │ │ ├── weights-DualAQD-Kin8nm-7_historyMPIW.npy │ │ ├── weights-DualAQD-Kin8nm-7_historyMPIWtr.npy │ │ ├── weights-DualAQD-Kin8nm-7_historyMSE.npy │ │ ├── weights-DualAQD-Kin8nm-7_historyMSEtr.npy │ │ ├── weights-DualAQD-Kin8nm-7_historyPICP.npy │ │ ├── weights-DualAQD-Kin8nm-7_historyPICPtr.npy │ │ ├── weights-DualAQD-Kin8nm-7_validationMSE │ │ ├── weights-DualAQD-Kin8nm-8 │ │ ├── weights-DualAQD-Kin8nm-8_historyMPIW.npy │ │ ├── weights-DualAQD-Kin8nm-8_historyMPIWtr.npy │ │ ├── weights-DualAQD-Kin8nm-8_historyMSE.npy │ │ ├── weights-DualAQD-Kin8nm-8_historyMSEtr.npy │ │ ├── weights-DualAQD-Kin8nm-8_historyPICP.npy │ │ ├── weights-DualAQD-Kin8nm-8_historyPICPtr.npy │ │ ├── weights-DualAQD-Kin8nm-8_validationMSE │ │ ├── weights-DualAQD-Kin8nm-9 │ │ ├── weights-DualAQD-Kin8nm-9_historyMPIW.npy │ │ ├── weights-DualAQD-Kin8nm-9_historyMPIWtr.npy │ │ ├── weights-DualAQD-Kin8nm-9_historyMSE.npy │ │ ├── weights-DualAQD-Kin8nm-9_historyMSEtr.npy │ │ ├── weights-DualAQD-Kin8nm-9_historyPICP.npy │ │ ├── weights-DualAQD-Kin8nm-9_historyPICPtr.npy │ │ └── weights-DualAQD-Kin8nm-9_validationMSE │ ├── MCDropout │ │ ├── regression_report-MCDropout-Kin8nm.txt │ │ ├── validation_MPIW-MCDropout-Kin8nm.npy │ │ ├── validation_MSE-MCDropout-Kin8nm.npy │ │ ├── validation_PICP-MCDropout-Kin8nm.npy │ │ ├── weights-MCDropout-Kin8nm-1 │ │ ├── weights-MCDropout-Kin8nm-10 │ │ ├── weights-MCDropout-Kin8nm-10_historyMSE.npy │ │ ├── weights-MCDropout-Kin8nm-10_historyMSEtr.npy │ │ ├── weights-MCDropout-Kin8nm-10_validationMSE │ │ ├── weights-MCDropout-Kin8nm-1_historyMSE.npy │ │ ├── weights-MCDropout-Kin8nm-1_historyMSEtr.npy │ │ ├── weights-MCDropout-Kin8nm-1_validationMSE │ │ ├── weights-MCDropout-Kin8nm-2 │ │ ├── weights-MCDropout-Kin8nm-2_historyMSE.npy │ │ ├── weights-MCDropout-Kin8nm-2_historyMSEtr.npy │ │ ├── weights-MCDropout-Kin8nm-2_validationMSE │ │ ├── weights-MCDropout-Kin8nm-3 │ │ ├── weights-MCDropout-Kin8nm-3_historyMSE.npy │ │ ├── weights-MCDropout-Kin8nm-3_historyMSEtr.npy │ │ ├── weights-MCDropout-Kin8nm-3_validationMSE │ │ ├── weights-MCDropout-Kin8nm-4 │ │ ├── weights-MCDropout-Kin8nm-4_historyMSE.npy │ │ ├── weights-MCDropout-Kin8nm-4_historyMSEtr.npy │ │ ├── weights-MCDropout-Kin8nm-4_validationMSE │ │ ├── weights-MCDropout-Kin8nm-5 │ │ ├── weights-MCDropout-Kin8nm-5_historyMSE.npy │ │ ├── weights-MCDropout-Kin8nm-5_historyMSEtr.npy │ │ ├── weights-MCDropout-Kin8nm-5_validationMSE │ │ ├── weights-MCDropout-Kin8nm-6 │ │ ├── weights-MCDropout-Kin8nm-6_historyMSE.npy │ │ ├── weights-MCDropout-Kin8nm-6_historyMSEtr.npy │ │ ├── weights-MCDropout-Kin8nm-6_validationMSE │ │ ├── weights-MCDropout-Kin8nm-7 │ │ ├── weights-MCDropout-Kin8nm-7_historyMSE.npy │ │ ├── weights-MCDropout-Kin8nm-7_historyMSEtr.npy │ │ ├── weights-MCDropout-Kin8nm-7_validationMSE │ │ ├── weights-MCDropout-Kin8nm-8 │ │ ├── weights-MCDropout-Kin8nm-8_historyMSE.npy │ │ ├── weights-MCDropout-Kin8nm-8_historyMSEtr.npy │ │ ├── weights-MCDropout-Kin8nm-8_validationMSE │ │ ├── weights-MCDropout-Kin8nm-9 │ │ ├── weights-MCDropout-Kin8nm-9_historyMSE.npy │ │ ├── weights-MCDropout-Kin8nm-9_historyMSEtr.npy │ │ └── weights-MCDropout-Kin8nm-9_validationMSE │ ├── QD+ │ │ ├── regression_report-QD+-Kin8nm.txt │ │ ├── validation_MPIW-QD+-Kin8nm.npy │ │ ├── validation_MSE-QD+-Kin8nm.npy │ │ ├── validation_PICP-QD+-Kin8nm.npy │ │ ├── weights-QD+-Kin8nm-1-Model0 │ │ ├── weights-QD+-Kin8nm-1-Model0_historyMSE.npy │ │ ├── weights-QD+-Kin8nm-1-Model0_historyMSEtr.npy │ │ ├── weights-QD+-Kin8nm-1-Model0_validationMSE │ │ ├── weights-QD+-Kin8nm-1-Model1 │ │ ├── weights-QD+-Kin8nm-1-Model1_historyMSE.npy │ │ ├── weights-QD+-Kin8nm-1-Model1_historyMSEtr.npy │ │ ├── weights-QD+-Kin8nm-1-Model1_validationMSE │ │ ├── weights-QD+-Kin8nm-1-Model2 │ │ ├── weights-QD+-Kin8nm-1-Model2_historyMSE.npy │ │ ├── weights-QD+-Kin8nm-1-Model2_historyMSEtr.npy │ │ ├── weights-QD+-Kin8nm-1-Model2_validationMSE │ │ ├── weights-QD+-Kin8nm-1-Model3 │ │ ├── weights-QD+-Kin8nm-1-Model3_historyMSE.npy │ │ ├── weights-QD+-Kin8nm-1-Model3_historyMSEtr.npy │ │ ├── weights-QD+-Kin8nm-1-Model3_validationMSE │ │ ├── weights-QD+-Kin8nm-1-Model4 │ │ ├── weights-QD+-Kin8nm-1-Model4_historyMSE.npy │ │ ├── weights-QD+-Kin8nm-1-Model4_historyMSEtr.npy │ │ ├── weights-QD+-Kin8nm-1-Model4_validationMSE │ │ ├── weights-QD+-Kin8nm-10-Model0 │ │ ├── weights-QD+-Kin8nm-10-Model0_historyMSE.npy │ │ ├── weights-QD+-Kin8nm-10-Model0_historyMSEtr.npy │ │ ├── weights-QD+-Kin8nm-10-Model0_validationMSE │ │ ├── weights-QD+-Kin8nm-10-Model1 │ │ ├── weights-QD+-Kin8nm-10-Model1_historyMSE.npy │ │ ├── weights-QD+-Kin8nm-10-Model1_historyMSEtr.npy │ │ ├── weights-QD+-Kin8nm-10-Model1_validationMSE │ │ ├── weights-QD+-Kin8nm-10-Model2 │ │ ├── weights-QD+-Kin8nm-10-Model2_historyMSE.npy │ │ ├── weights-QD+-Kin8nm-10-Model2_historyMSEtr.npy │ │ ├── weights-QD+-Kin8nm-10-Model2_validationMSE │ │ ├── weights-QD+-Kin8nm-10-Model3 │ │ ├── weights-QD+-Kin8nm-10-Model3_historyMSE.npy │ │ ├── weights-QD+-Kin8nm-10-Model3_historyMSEtr.npy │ │ ├── weights-QD+-Kin8nm-10-Model3_validationMSE │ │ ├── weights-QD+-Kin8nm-10-Model4 │ │ ├── weights-QD+-Kin8nm-10-Model4_historyMSE.npy │ │ ├── weights-QD+-Kin8nm-10-Model4_historyMSEtr.npy │ │ ├── weights-QD+-Kin8nm-10-Model4_validationMSE │ │ ├── weights-QD+-Kin8nm-2-Model0 │ │ ├── weights-QD+-Kin8nm-2-Model0_historyMSE.npy │ │ ├── weights-QD+-Kin8nm-2-Model0_historyMSEtr.npy │ │ ├── weights-QD+-Kin8nm-2-Model0_validationMSE │ │ ├── weights-QD+-Kin8nm-2-Model1 │ │ ├── weights-QD+-Kin8nm-2-Model1_historyMSE.npy │ │ ├── weights-QD+-Kin8nm-2-Model1_historyMSEtr.npy │ │ ├── weights-QD+-Kin8nm-2-Model1_validationMSE │ │ ├── weights-QD+-Kin8nm-2-Model2 │ │ ├── weights-QD+-Kin8nm-2-Model2_historyMSE.npy │ │ ├── weights-QD+-Kin8nm-2-Model2_historyMSEtr.npy │ │ ├── weights-QD+-Kin8nm-2-Model2_validationMSE │ │ ├── weights-QD+-Kin8nm-2-Model3 │ │ ├── weights-QD+-Kin8nm-2-Model3_historyMSE.npy │ │ ├── weights-QD+-Kin8nm-2-Model3_historyMSEtr.npy │ │ ├── weights-QD+-Kin8nm-2-Model3_validationMSE │ │ ├── weights-QD+-Kin8nm-2-Model4 │ │ ├── weights-QD+-Kin8nm-2-Model4_historyMSE.npy │ │ ├── weights-QD+-Kin8nm-2-Model4_historyMSEtr.npy │ │ ├── weights-QD+-Kin8nm-2-Model4_validationMSE │ │ ├── weights-QD+-Kin8nm-3-Model0 │ │ ├── weights-QD+-Kin8nm-3-Model0_historyMSE.npy │ │ ├── weights-QD+-Kin8nm-3-Model0_historyMSEtr.npy │ │ ├── weights-QD+-Kin8nm-3-Model0_validationMSE │ │ ├── weights-QD+-Kin8nm-3-Model1 │ │ ├── weights-QD+-Kin8nm-3-Model1_historyMSE.npy │ │ ├── weights-QD+-Kin8nm-3-Model1_historyMSEtr.npy │ │ ├── weights-QD+-Kin8nm-3-Model1_validationMSE │ │ ├── weights-QD+-Kin8nm-3-Model2 │ │ ├── weights-QD+-Kin8nm-3-Model2_historyMSE.npy │ │ ├── weights-QD+-Kin8nm-3-Model2_historyMSEtr.npy │ │ ├── weights-QD+-Kin8nm-3-Model2_validationMSE │ │ ├── weights-QD+-Kin8nm-3-Model3 │ │ ├── weights-QD+-Kin8nm-3-Model3_historyMSE.npy │ │ ├── weights-QD+-Kin8nm-3-Model3_historyMSEtr.npy │ │ ├── weights-QD+-Kin8nm-3-Model3_validationMSE │ │ ├── weights-QD+-Kin8nm-3-Model4 │ │ ├── weights-QD+-Kin8nm-3-Model4_historyMSE.npy │ │ ├── weights-QD+-Kin8nm-3-Model4_historyMSEtr.npy │ │ ├── weights-QD+-Kin8nm-3-Model4_validationMSE │ │ ├── weights-QD+-Kin8nm-4-Model0 │ │ ├── weights-QD+-Kin8nm-4-Model0_historyMSE.npy │ │ ├── weights-QD+-Kin8nm-4-Model0_historyMSEtr.npy │ │ ├── weights-QD+-Kin8nm-4-Model0_validationMSE │ │ ├── weights-QD+-Kin8nm-4-Model1 │ │ ├── weights-QD+-Kin8nm-4-Model1_historyMSE.npy │ │ ├── weights-QD+-Kin8nm-4-Model1_historyMSEtr.npy │ │ ├── weights-QD+-Kin8nm-4-Model1_validationMSE │ │ ├── weights-QD+-Kin8nm-4-Model2 │ │ ├── weights-QD+-Kin8nm-4-Model2_historyMSE.npy │ │ ├── weights-QD+-Kin8nm-4-Model2_historyMSEtr.npy │ │ ├── weights-QD+-Kin8nm-4-Model2_validationMSE │ │ ├── weights-QD+-Kin8nm-4-Model3 │ │ ├── weights-QD+-Kin8nm-4-Model3_historyMSE.npy │ │ ├── weights-QD+-Kin8nm-4-Model3_historyMSEtr.npy │ │ ├── weights-QD+-Kin8nm-4-Model3_validationMSE │ │ ├── weights-QD+-Kin8nm-4-Model4 │ │ ├── weights-QD+-Kin8nm-4-Model4_historyMSE.npy │ │ ├── weights-QD+-Kin8nm-4-Model4_historyMSEtr.npy │ │ ├── weights-QD+-Kin8nm-4-Model4_validationMSE │ │ ├── weights-QD+-Kin8nm-5-Model0 │ │ ├── weights-QD+-Kin8nm-5-Model0_historyMSE.npy │ │ ├── weights-QD+-Kin8nm-5-Model0_historyMSEtr.npy │ │ ├── weights-QD+-Kin8nm-5-Model0_validationMSE │ │ ├── weights-QD+-Kin8nm-5-Model1 │ │ ├── weights-QD+-Kin8nm-5-Model1_historyMSE.npy │ │ ├── weights-QD+-Kin8nm-5-Model1_historyMSEtr.npy │ │ ├── weights-QD+-Kin8nm-5-Model1_validationMSE │ │ ├── weights-QD+-Kin8nm-5-Model2 │ │ ├── weights-QD+-Kin8nm-5-Model2_historyMSE.npy │ │ ├── weights-QD+-Kin8nm-5-Model2_historyMSEtr.npy │ │ ├── weights-QD+-Kin8nm-5-Model2_validationMSE │ │ ├── weights-QD+-Kin8nm-5-Model3 │ │ ├── weights-QD+-Kin8nm-5-Model3_historyMSE.npy │ │ ├── weights-QD+-Kin8nm-5-Model3_historyMSEtr.npy │ │ ├── weights-QD+-Kin8nm-5-Model3_validationMSE │ │ ├── weights-QD+-Kin8nm-5-Model4 │ │ ├── weights-QD+-Kin8nm-5-Model4_historyMSE.npy │ │ ├── weights-QD+-Kin8nm-5-Model4_historyMSEtr.npy │ │ ├── weights-QD+-Kin8nm-5-Model4_validationMSE │ │ ├── weights-QD+-Kin8nm-6-Model0 │ │ ├── weights-QD+-Kin8nm-6-Model0_historyMSE.npy │ │ ├── weights-QD+-Kin8nm-6-Model0_historyMSEtr.npy │ │ ├── weights-QD+-Kin8nm-6-Model0_validationMSE │ │ ├── weights-QD+-Kin8nm-6-Model1 │ │ ├── weights-QD+-Kin8nm-6-Model1_historyMSE.npy │ │ ├── weights-QD+-Kin8nm-6-Model1_historyMSEtr.npy │ │ ├── weights-QD+-Kin8nm-6-Model1_validationMSE │ │ ├── weights-QD+-Kin8nm-6-Model2 │ │ ├── weights-QD+-Kin8nm-6-Model2_historyMSE.npy │ │ ├── weights-QD+-Kin8nm-6-Model2_historyMSEtr.npy │ │ ├── weights-QD+-Kin8nm-6-Model2_validationMSE │ │ ├── weights-QD+-Kin8nm-6-Model3 │ │ ├── weights-QD+-Kin8nm-6-Model3_historyMSE.npy │ │ ├── weights-QD+-Kin8nm-6-Model3_historyMSEtr.npy │ │ ├── weights-QD+-Kin8nm-6-Model3_validationMSE │ │ ├── weights-QD+-Kin8nm-6-Model4 │ │ ├── weights-QD+-Kin8nm-6-Model4_historyMSE.npy │ │ ├── weights-QD+-Kin8nm-6-Model4_historyMSEtr.npy │ │ ├── weights-QD+-Kin8nm-6-Model4_validationMSE │ │ ├── weights-QD+-Kin8nm-7-Model0 │ │ ├── weights-QD+-Kin8nm-7-Model0_historyMSE.npy │ │ ├── weights-QD+-Kin8nm-7-Model0_historyMSEtr.npy │ │ ├── weights-QD+-Kin8nm-7-Model0_validationMSE │ │ ├── weights-QD+-Kin8nm-7-Model1 │ │ ├── weights-QD+-Kin8nm-7-Model1_historyMSE.npy │ │ ├── weights-QD+-Kin8nm-7-Model1_historyMSEtr.npy │ │ ├── weights-QD+-Kin8nm-7-Model1_validationMSE │ │ ├── weights-QD+-Kin8nm-7-Model2 │ │ ├── weights-QD+-Kin8nm-7-Model2_historyMSE.npy │ │ ├── weights-QD+-Kin8nm-7-Model2_historyMSEtr.npy │ │ ├── weights-QD+-Kin8nm-7-Model2_validationMSE │ │ ├── weights-QD+-Kin8nm-7-Model3 │ │ ├── weights-QD+-Kin8nm-7-Model3_historyMSE.npy │ │ ├── weights-QD+-Kin8nm-7-Model3_historyMSEtr.npy │ │ ├── weights-QD+-Kin8nm-7-Model3_validationMSE │ │ ├── weights-QD+-Kin8nm-7-Model4 │ │ ├── weights-QD+-Kin8nm-7-Model4_historyMSE.npy │ │ ├── weights-QD+-Kin8nm-7-Model4_historyMSEtr.npy │ │ ├── weights-QD+-Kin8nm-7-Model4_validationMSE │ │ ├── weights-QD+-Kin8nm-8-Model0 │ │ ├── weights-QD+-Kin8nm-8-Model0_historyMSE.npy │ │ ├── weights-QD+-Kin8nm-8-Model0_historyMSEtr.npy │ │ ├── weights-QD+-Kin8nm-8-Model0_validationMSE │ │ ├── weights-QD+-Kin8nm-8-Model1 │ │ ├── weights-QD+-Kin8nm-8-Model1_historyMSE.npy │ │ ├── weights-QD+-Kin8nm-8-Model1_historyMSEtr.npy │ │ ├── weights-QD+-Kin8nm-8-Model1_validationMSE │ │ ├── weights-QD+-Kin8nm-8-Model2 │ │ ├── weights-QD+-Kin8nm-8-Model2_historyMSE.npy │ │ ├── weights-QD+-Kin8nm-8-Model2_historyMSEtr.npy │ │ ├── weights-QD+-Kin8nm-8-Model2_validationMSE │ │ ├── weights-QD+-Kin8nm-8-Model3 │ │ ├── weights-QD+-Kin8nm-8-Model3_historyMSE.npy │ │ ├── weights-QD+-Kin8nm-8-Model3_historyMSEtr.npy │ │ ├── weights-QD+-Kin8nm-8-Model3_validationMSE │ │ ├── weights-QD+-Kin8nm-8-Model4 │ │ ├── weights-QD+-Kin8nm-8-Model4_historyMSE.npy │ │ ├── weights-QD+-Kin8nm-8-Model4_historyMSEtr.npy │ │ ├── weights-QD+-Kin8nm-8-Model4_validationMSE │ │ ├── weights-QD+-Kin8nm-9-Model0 │ │ ├── weights-QD+-Kin8nm-9-Model0_historyMSE.npy │ │ ├── weights-QD+-Kin8nm-9-Model0_historyMSEtr.npy │ │ ├── weights-QD+-Kin8nm-9-Model0_validationMSE │ │ ├── weights-QD+-Kin8nm-9-Model1 │ │ ├── weights-QD+-Kin8nm-9-Model1_historyMSE.npy │ │ ├── weights-QD+-Kin8nm-9-Model1_historyMSEtr.npy │ │ ├── weights-QD+-Kin8nm-9-Model1_validationMSE │ │ ├── weights-QD+-Kin8nm-9-Model2 │ │ ├── weights-QD+-Kin8nm-9-Model2_historyMSE.npy │ │ ├── weights-QD+-Kin8nm-9-Model2_historyMSEtr.npy │ │ ├── weights-QD+-Kin8nm-9-Model2_validationMSE │ │ ├── weights-QD+-Kin8nm-9-Model3 │ │ ├── weights-QD+-Kin8nm-9-Model3_historyMSE.npy │ │ ├── weights-QD+-Kin8nm-9-Model3_historyMSEtr.npy │ │ ├── weights-QD+-Kin8nm-9-Model3_validationMSE │ │ ├── weights-QD+-Kin8nm-9-Model4 │ │ ├── weights-QD+-Kin8nm-9-Model4_historyMSE.npy │ │ ├── weights-QD+-Kin8nm-9-Model4_historyMSEtr.npy │ │ └── weights-QD+-Kin8nm-9-Model4_validationMSE │ ├── QD │ │ ├── regression_report-QD-Kin8nm.txt │ │ ├── validation_MPIW-QD-Kin8nm.npy │ │ ├── validation_MSE-QD-Kin8nm.npy │ │ ├── validation_PICP-QD-Kin8nm.npy │ │ ├── weights-QD-Kin8nm-1-Model0 │ │ ├── weights-QD-Kin8nm-1-Model0_historyMPIW.npy │ │ ├── weights-QD-Kin8nm-1-Model0_historyMPIWtr.npy │ │ ├── weights-QD-Kin8nm-1-Model0_historyMSE.npy │ │ ├── weights-QD-Kin8nm-1-Model0_historyMSEtr.npy │ │ ├── weights-QD-Kin8nm-1-Model0_historyPICP.npy │ │ ├── weights-QD-Kin8nm-1-Model0_historyPICPtr.npy │ │ ├── weights-QD-Kin8nm-1-Model0_validationMSE │ │ ├── weights-QD-Kin8nm-1-Model1 │ │ ├── weights-QD-Kin8nm-1-Model1_historyMPIW.npy │ │ ├── weights-QD-Kin8nm-1-Model1_historyMPIWtr.npy │ │ ├── weights-QD-Kin8nm-1-Model1_historyMSE.npy │ │ ├── weights-QD-Kin8nm-1-Model1_historyMSEtr.npy │ │ ├── weights-QD-Kin8nm-1-Model1_historyPICP.npy │ │ ├── weights-QD-Kin8nm-1-Model1_historyPICPtr.npy │ │ ├── weights-QD-Kin8nm-1-Model1_validationMSE │ │ ├── weights-QD-Kin8nm-1-Model2 │ │ ├── weights-QD-Kin8nm-1-Model2_historyMPIW.npy │ │ ├── weights-QD-Kin8nm-1-Model2_historyMPIWtr.npy │ │ ├── weights-QD-Kin8nm-1-Model2_historyMSE.npy │ │ ├── weights-QD-Kin8nm-1-Model2_historyMSEtr.npy │ │ ├── weights-QD-Kin8nm-1-Model2_historyPICP.npy │ │ ├── weights-QD-Kin8nm-1-Model2_historyPICPtr.npy │ │ ├── weights-QD-Kin8nm-1-Model2_validationMSE │ │ ├── weights-QD-Kin8nm-1-Model3 │ │ ├── weights-QD-Kin8nm-1-Model3_historyMPIW.npy │ │ ├── weights-QD-Kin8nm-1-Model3_historyMPIWtr.npy │ │ ├── weights-QD-Kin8nm-1-Model3_historyMSE.npy │ │ ├── weights-QD-Kin8nm-1-Model3_historyMSEtr.npy │ │ ├── weights-QD-Kin8nm-1-Model3_historyPICP.npy │ │ ├── weights-QD-Kin8nm-1-Model3_historyPICPtr.npy │ │ ├── weights-QD-Kin8nm-1-Model3_validationMSE │ │ ├── weights-QD-Kin8nm-1-Model4 │ │ ├── weights-QD-Kin8nm-1-Model4_historyMPIW.npy │ │ ├── weights-QD-Kin8nm-1-Model4_historyMPIWtr.npy │ │ ├── weights-QD-Kin8nm-1-Model4_historyMSE.npy │ │ ├── weights-QD-Kin8nm-1-Model4_historyMSEtr.npy │ │ ├── weights-QD-Kin8nm-1-Model4_historyPICP.npy │ │ ├── weights-QD-Kin8nm-1-Model4_historyPICPtr.npy │ │ ├── weights-QD-Kin8nm-1-Model4_validationMSE │ │ ├── weights-QD-Kin8nm-10-Model0 │ │ ├── weights-QD-Kin8nm-10-Model0_historyMPIW.npy │ │ ├── weights-QD-Kin8nm-10-Model0_historyMPIWtr.npy │ │ ├── weights-QD-Kin8nm-10-Model0_historyMSE.npy │ │ ├── weights-QD-Kin8nm-10-Model0_historyMSEtr.npy │ │ ├── weights-QD-Kin8nm-10-Model0_historyPICP.npy │ │ ├── weights-QD-Kin8nm-10-Model0_historyPICPtr.npy │ │ ├── weights-QD-Kin8nm-10-Model0_validationMSE │ │ ├── weights-QD-Kin8nm-10-Model1 │ │ ├── weights-QD-Kin8nm-10-Model1_historyMPIW.npy │ │ ├── weights-QD-Kin8nm-10-Model1_historyMPIWtr.npy │ │ ├── weights-QD-Kin8nm-10-Model1_historyMSE.npy │ │ ├── weights-QD-Kin8nm-10-Model1_historyMSEtr.npy │ │ ├── weights-QD-Kin8nm-10-Model1_historyPICP.npy │ │ ├── weights-QD-Kin8nm-10-Model1_historyPICPtr.npy │ │ ├── weights-QD-Kin8nm-10-Model1_validationMSE │ │ ├── weights-QD-Kin8nm-10-Model2 │ │ ├── weights-QD-Kin8nm-10-Model2_historyMPIW.npy │ │ ├── weights-QD-Kin8nm-10-Model2_historyMPIWtr.npy │ │ ├── weights-QD-Kin8nm-10-Model2_historyMSE.npy │ │ ├── weights-QD-Kin8nm-10-Model2_historyMSEtr.npy │ │ ├── weights-QD-Kin8nm-10-Model2_historyPICP.npy │ │ ├── weights-QD-Kin8nm-10-Model2_historyPICPtr.npy │ │ ├── weights-QD-Kin8nm-10-Model2_validationMSE │ │ ├── weights-QD-Kin8nm-10-Model3 │ │ ├── weights-QD-Kin8nm-10-Model3_historyMPIW.npy │ │ ├── weights-QD-Kin8nm-10-Model3_historyMPIWtr.npy │ │ ├── weights-QD-Kin8nm-10-Model3_historyMSE.npy │ │ ├── weights-QD-Kin8nm-10-Model3_historyMSEtr.npy │ │ ├── weights-QD-Kin8nm-10-Model3_historyPICP.npy │ │ ├── weights-QD-Kin8nm-10-Model3_historyPICPtr.npy │ │ ├── weights-QD-Kin8nm-10-Model3_validationMSE │ │ ├── weights-QD-Kin8nm-10-Model4 │ │ ├── weights-QD-Kin8nm-10-Model4_historyMPIW.npy │ │ ├── weights-QD-Kin8nm-10-Model4_historyMPIWtr.npy │ │ ├── weights-QD-Kin8nm-10-Model4_historyMSE.npy │ │ ├── weights-QD-Kin8nm-10-Model4_historyMSEtr.npy │ │ ├── weights-QD-Kin8nm-10-Model4_historyPICP.npy │ │ ├── weights-QD-Kin8nm-10-Model4_historyPICPtr.npy │ │ ├── weights-QD-Kin8nm-10-Model4_validationMSE │ │ ├── weights-QD-Kin8nm-2-Model0 │ │ ├── weights-QD-Kin8nm-2-Model0_historyMPIW.npy │ │ ├── weights-QD-Kin8nm-2-Model0_historyMPIWtr.npy │ │ ├── weights-QD-Kin8nm-2-Model0_historyMSE.npy │ │ ├── weights-QD-Kin8nm-2-Model0_historyMSEtr.npy │ │ ├── weights-QD-Kin8nm-2-Model0_historyPICP.npy │ │ ├── weights-QD-Kin8nm-2-Model0_historyPICPtr.npy │ │ ├── weights-QD-Kin8nm-2-Model0_validationMSE │ │ ├── weights-QD-Kin8nm-2-Model1 │ │ ├── weights-QD-Kin8nm-2-Model1_historyMPIW.npy │ │ ├── weights-QD-Kin8nm-2-Model1_historyMPIWtr.npy │ │ ├── weights-QD-Kin8nm-2-Model1_historyMSE.npy │ │ ├── weights-QD-Kin8nm-2-Model1_historyMSEtr.npy │ │ ├── weights-QD-Kin8nm-2-Model1_historyPICP.npy │ │ ├── weights-QD-Kin8nm-2-Model1_historyPICPtr.npy │ │ ├── weights-QD-Kin8nm-2-Model1_validationMSE │ │ ├── weights-QD-Kin8nm-2-Model2 │ │ ├── weights-QD-Kin8nm-2-Model2_historyMPIW.npy │ │ ├── weights-QD-Kin8nm-2-Model2_historyMPIWtr.npy │ │ ├── weights-QD-Kin8nm-2-Model2_historyMSE.npy │ │ ├── weights-QD-Kin8nm-2-Model2_historyMSEtr.npy │ │ ├── weights-QD-Kin8nm-2-Model2_historyPICP.npy │ │ ├── weights-QD-Kin8nm-2-Model2_historyPICPtr.npy │ │ ├── weights-QD-Kin8nm-2-Model2_validationMSE │ │ ├── weights-QD-Kin8nm-2-Model3 │ │ ├── weights-QD-Kin8nm-2-Model3_historyMPIW.npy │ │ ├── weights-QD-Kin8nm-2-Model3_historyMPIWtr.npy │ │ ├── weights-QD-Kin8nm-2-Model3_historyMSE.npy │ │ ├── weights-QD-Kin8nm-2-Model3_historyMSEtr.npy │ │ ├── weights-QD-Kin8nm-2-Model3_historyPICP.npy │ │ ├── weights-QD-Kin8nm-2-Model3_historyPICPtr.npy │ │ ├── weights-QD-Kin8nm-2-Model3_validationMSE │ │ ├── weights-QD-Kin8nm-2-Model4 │ │ ├── weights-QD-Kin8nm-2-Model4_historyMPIW.npy │ │ ├── weights-QD-Kin8nm-2-Model4_historyMPIWtr.npy │ │ ├── weights-QD-Kin8nm-2-Model4_historyMSE.npy │ │ ├── weights-QD-Kin8nm-2-Model4_historyMSEtr.npy │ │ ├── weights-QD-Kin8nm-2-Model4_historyPICP.npy │ │ ├── weights-QD-Kin8nm-2-Model4_historyPICPtr.npy │ │ ├── weights-QD-Kin8nm-2-Model4_validationMSE │ │ ├── weights-QD-Kin8nm-3-Model0 │ │ ├── weights-QD-Kin8nm-3-Model0_historyMPIW.npy │ │ ├── weights-QD-Kin8nm-3-Model0_historyMPIWtr.npy │ │ ├── weights-QD-Kin8nm-3-Model0_historyMSE.npy │ │ ├── weights-QD-Kin8nm-3-Model0_historyMSEtr.npy │ │ ├── weights-QD-Kin8nm-3-Model0_historyPICP.npy │ │ ├── weights-QD-Kin8nm-3-Model0_historyPICPtr.npy │ │ ├── weights-QD-Kin8nm-3-Model0_validationMSE │ │ ├── weights-QD-Kin8nm-3-Model1 │ │ ├── weights-QD-Kin8nm-3-Model1_historyMPIW.npy │ │ ├── weights-QD-Kin8nm-3-Model1_historyMPIWtr.npy │ │ ├── weights-QD-Kin8nm-3-Model1_historyMSE.npy │ │ ├── weights-QD-Kin8nm-3-Model1_historyMSEtr.npy │ │ ├── weights-QD-Kin8nm-3-Model1_historyPICP.npy │ │ ├── weights-QD-Kin8nm-3-Model1_historyPICPtr.npy │ │ ├── weights-QD-Kin8nm-3-Model1_validationMSE │ │ ├── weights-QD-Kin8nm-3-Model2 │ │ ├── weights-QD-Kin8nm-3-Model2_historyMPIW.npy │ │ ├── weights-QD-Kin8nm-3-Model2_historyMPIWtr.npy │ │ ├── weights-QD-Kin8nm-3-Model2_historyMSE.npy │ │ ├── weights-QD-Kin8nm-3-Model2_historyMSEtr.npy │ │ ├── weights-QD-Kin8nm-3-Model2_historyPICP.npy │ │ ├── weights-QD-Kin8nm-3-Model2_historyPICPtr.npy │ │ ├── weights-QD-Kin8nm-3-Model2_validationMSE │ │ ├── weights-QD-Kin8nm-3-Model3 │ │ ├── weights-QD-Kin8nm-3-Model3_historyMPIW.npy │ │ ├── weights-QD-Kin8nm-3-Model3_historyMPIWtr.npy │ │ ├── weights-QD-Kin8nm-3-Model3_historyMSE.npy │ │ ├── weights-QD-Kin8nm-3-Model3_historyMSEtr.npy │ │ ├── weights-QD-Kin8nm-3-Model3_historyPICP.npy │ │ ├── weights-QD-Kin8nm-3-Model3_historyPICPtr.npy │ │ ├── weights-QD-Kin8nm-3-Model3_validationMSE │ │ ├── weights-QD-Kin8nm-3-Model4 │ │ ├── weights-QD-Kin8nm-3-Model4_historyMPIW.npy │ │ ├── weights-QD-Kin8nm-3-Model4_historyMPIWtr.npy │ │ ├── weights-QD-Kin8nm-3-Model4_historyMSE.npy │ │ ├── weights-QD-Kin8nm-3-Model4_historyMSEtr.npy │ │ ├── weights-QD-Kin8nm-3-Model4_historyPICP.npy │ │ ├── weights-QD-Kin8nm-3-Model4_historyPICPtr.npy │ │ ├── weights-QD-Kin8nm-3-Model4_validationMSE │ │ ├── weights-QD-Kin8nm-4-Model0 │ │ ├── weights-QD-Kin8nm-4-Model0_historyMPIW.npy │ │ ├── weights-QD-Kin8nm-4-Model0_historyMPIWtr.npy │ │ ├── weights-QD-Kin8nm-4-Model0_historyMSE.npy │ │ ├── weights-QD-Kin8nm-4-Model0_historyMSEtr.npy │ │ ├── weights-QD-Kin8nm-4-Model0_historyPICP.npy │ │ ├── weights-QD-Kin8nm-4-Model0_historyPICPtr.npy │ │ ├── weights-QD-Kin8nm-4-Model0_validationMSE │ │ ├── weights-QD-Kin8nm-4-Model1 │ │ ├── weights-QD-Kin8nm-4-Model1_historyMPIW.npy │ │ ├── weights-QD-Kin8nm-4-Model1_historyMPIWtr.npy │ │ ├── weights-QD-Kin8nm-4-Model1_historyMSE.npy │ │ ├── weights-QD-Kin8nm-4-Model1_historyMSEtr.npy │ │ ├── weights-QD-Kin8nm-4-Model1_historyPICP.npy │ │ ├── weights-QD-Kin8nm-4-Model1_historyPICPtr.npy │ │ ├── weights-QD-Kin8nm-4-Model1_validationMSE │ │ ├── weights-QD-Kin8nm-4-Model2 │ │ ├── weights-QD-Kin8nm-4-Model2_historyMPIW.npy │ │ ├── weights-QD-Kin8nm-4-Model2_historyMPIWtr.npy │ │ ├── weights-QD-Kin8nm-4-Model2_historyMSE.npy │ │ ├── weights-QD-Kin8nm-4-Model2_historyMSEtr.npy │ │ ├── weights-QD-Kin8nm-4-Model2_historyPICP.npy │ │ ├── weights-QD-Kin8nm-4-Model2_historyPICPtr.npy │ │ ├── weights-QD-Kin8nm-4-Model2_validationMSE │ │ ├── weights-QD-Kin8nm-4-Model3 │ │ ├── weights-QD-Kin8nm-4-Model3_historyMPIW.npy │ │ ├── weights-QD-Kin8nm-4-Model3_historyMPIWtr.npy │ │ ├── weights-QD-Kin8nm-4-Model3_historyMSE.npy │ │ ├── weights-QD-Kin8nm-4-Model3_historyMSEtr.npy │ │ ├── weights-QD-Kin8nm-4-Model3_historyPICP.npy │ │ ├── weights-QD-Kin8nm-4-Model3_historyPICPtr.npy │ │ ├── weights-QD-Kin8nm-4-Model3_validationMSE │ │ ├── weights-QD-Kin8nm-4-Model4 │ │ ├── weights-QD-Kin8nm-4-Model4_historyMPIW.npy │ │ ├── weights-QD-Kin8nm-4-Model4_historyMPIWtr.npy │ │ ├── weights-QD-Kin8nm-4-Model4_historyMSE.npy │ │ ├── weights-QD-Kin8nm-4-Model4_historyMSEtr.npy │ │ ├── weights-QD-Kin8nm-4-Model4_historyPICP.npy │ │ ├── weights-QD-Kin8nm-4-Model4_historyPICPtr.npy │ │ ├── weights-QD-Kin8nm-4-Model4_validationMSE │ │ ├── weights-QD-Kin8nm-5-Model0 │ │ ├── weights-QD-Kin8nm-5-Model0_historyMPIW.npy │ │ ├── weights-QD-Kin8nm-5-Model0_historyMPIWtr.npy │ │ ├── weights-QD-Kin8nm-5-Model0_historyMSE.npy │ │ ├── weights-QD-Kin8nm-5-Model0_historyMSEtr.npy │ │ ├── weights-QD-Kin8nm-5-Model0_historyPICP.npy │ │ ├── weights-QD-Kin8nm-5-Model0_historyPICPtr.npy │ │ ├── weights-QD-Kin8nm-5-Model0_validationMSE │ │ ├── weights-QD-Kin8nm-5-Model1 │ │ ├── weights-QD-Kin8nm-5-Model1_historyMPIW.npy │ │ ├── weights-QD-Kin8nm-5-Model1_historyMPIWtr.npy │ │ ├── weights-QD-Kin8nm-5-Model1_historyMSE.npy │ │ ├── weights-QD-Kin8nm-5-Model1_historyMSEtr.npy │ │ ├── weights-QD-Kin8nm-5-Model1_historyPICP.npy │ │ ├── weights-QD-Kin8nm-5-Model1_historyPICPtr.npy │ │ ├── weights-QD-Kin8nm-5-Model1_validationMSE │ │ ├── weights-QD-Kin8nm-5-Model2 │ │ ├── weights-QD-Kin8nm-5-Model2_historyMPIW.npy │ │ ├── weights-QD-Kin8nm-5-Model2_historyMPIWtr.npy │ │ ├── weights-QD-Kin8nm-5-Model2_historyMSE.npy │ │ ├── weights-QD-Kin8nm-5-Model2_historyMSEtr.npy │ │ ├── weights-QD-Kin8nm-5-Model2_historyPICP.npy │ │ ├── weights-QD-Kin8nm-5-Model2_historyPICPtr.npy │ │ ├── weights-QD-Kin8nm-5-Model2_validationMSE │ │ ├── weights-QD-Kin8nm-5-Model3 │ │ ├── weights-QD-Kin8nm-5-Model3_historyMPIW.npy │ │ ├── weights-QD-Kin8nm-5-Model3_historyMPIWtr.npy │ │ ├── weights-QD-Kin8nm-5-Model3_historyMSE.npy │ │ ├── weights-QD-Kin8nm-5-Model3_historyMSEtr.npy │ │ ├── weights-QD-Kin8nm-5-Model3_historyPICP.npy │ │ ├── weights-QD-Kin8nm-5-Model3_historyPICPtr.npy │ │ ├── weights-QD-Kin8nm-5-Model3_validationMSE │ │ ├── weights-QD-Kin8nm-5-Model4 │ │ ├── weights-QD-Kin8nm-5-Model4_historyMPIW.npy │ │ ├── weights-QD-Kin8nm-5-Model4_historyMPIWtr.npy │ │ ├── weights-QD-Kin8nm-5-Model4_historyMSE.npy │ │ ├── weights-QD-Kin8nm-5-Model4_historyMSEtr.npy │ │ ├── weights-QD-Kin8nm-5-Model4_historyPICP.npy │ │ ├── weights-QD-Kin8nm-5-Model4_historyPICPtr.npy │ │ ├── weights-QD-Kin8nm-5-Model4_validationMSE │ │ ├── weights-QD-Kin8nm-6-Model0 │ │ ├── weights-QD-Kin8nm-6-Model0_historyMPIW.npy │ │ ├── weights-QD-Kin8nm-6-Model0_historyMPIWtr.npy │ │ ├── weights-QD-Kin8nm-6-Model0_historyMSE.npy │ │ ├── weights-QD-Kin8nm-6-Model0_historyMSEtr.npy │ │ ├── weights-QD-Kin8nm-6-Model0_historyPICP.npy │ │ ├── weights-QD-Kin8nm-6-Model0_historyPICPtr.npy │ │ ├── weights-QD-Kin8nm-6-Model0_validationMSE │ │ ├── weights-QD-Kin8nm-6-Model1 │ │ ├── weights-QD-Kin8nm-6-Model1_historyMPIW.npy │ │ ├── weights-QD-Kin8nm-6-Model1_historyMPIWtr.npy │ │ ├── weights-QD-Kin8nm-6-Model1_historyMSE.npy │ │ ├── weights-QD-Kin8nm-6-Model1_historyMSEtr.npy │ │ ├── weights-QD-Kin8nm-6-Model1_historyPICP.npy │ │ ├── weights-QD-Kin8nm-6-Model1_historyPICPtr.npy │ │ ├── weights-QD-Kin8nm-6-Model1_validationMSE │ │ ├── weights-QD-Kin8nm-6-Model2 │ │ ├── weights-QD-Kin8nm-6-Model2_historyMPIW.npy │ │ ├── weights-QD-Kin8nm-6-Model2_historyMPIWtr.npy │ │ ├── weights-QD-Kin8nm-6-Model2_historyMSE.npy │ │ ├── weights-QD-Kin8nm-6-Model2_historyMSEtr.npy │ │ ├── weights-QD-Kin8nm-6-Model2_historyPICP.npy │ │ ├── weights-QD-Kin8nm-6-Model2_historyPICPtr.npy │ │ ├── weights-QD-Kin8nm-6-Model2_validationMSE │ │ ├── weights-QD-Kin8nm-6-Model3 │ │ ├── weights-QD-Kin8nm-6-Model3_historyMPIW.npy │ │ ├── weights-QD-Kin8nm-6-Model3_historyMPIWtr.npy │ │ ├── weights-QD-Kin8nm-6-Model3_historyMSE.npy │ │ ├── weights-QD-Kin8nm-6-Model3_historyMSEtr.npy │ │ ├── weights-QD-Kin8nm-6-Model3_historyPICP.npy │ │ ├── weights-QD-Kin8nm-6-Model3_historyPICPtr.npy │ │ ├── weights-QD-Kin8nm-6-Model3_validationMSE │ │ ├── weights-QD-Kin8nm-6-Model4 │ │ ├── weights-QD-Kin8nm-6-Model4_historyMPIW.npy │ │ ├── weights-QD-Kin8nm-6-Model4_historyMPIWtr.npy │ │ ├── weights-QD-Kin8nm-6-Model4_historyMSE.npy │ │ ├── weights-QD-Kin8nm-6-Model4_historyMSEtr.npy │ │ ├── weights-QD-Kin8nm-6-Model4_historyPICP.npy │ │ ├── weights-QD-Kin8nm-6-Model4_historyPICPtr.npy │ │ ├── weights-QD-Kin8nm-6-Model4_validationMSE │ │ ├── weights-QD-Kin8nm-7-Model0 │ │ ├── weights-QD-Kin8nm-7-Model0_historyMPIW.npy │ │ ├── weights-QD-Kin8nm-7-Model0_historyMPIWtr.npy │ │ ├── weights-QD-Kin8nm-7-Model0_historyMSE.npy │ │ ├── weights-QD-Kin8nm-7-Model0_historyMSEtr.npy │ │ ├── weights-QD-Kin8nm-7-Model0_historyPICP.npy │ │ ├── weights-QD-Kin8nm-7-Model0_historyPICPtr.npy │ │ ├── weights-QD-Kin8nm-7-Model0_validationMSE │ │ ├── weights-QD-Kin8nm-7-Model1 │ │ ├── weights-QD-Kin8nm-7-Model1_historyMPIW.npy │ │ ├── weights-QD-Kin8nm-7-Model1_historyMPIWtr.npy │ │ ├── weights-QD-Kin8nm-7-Model1_historyMSE.npy │ │ ├── weights-QD-Kin8nm-7-Model1_historyMSEtr.npy │ │ ├── weights-QD-Kin8nm-7-Model1_historyPICP.npy │ │ ├── weights-QD-Kin8nm-7-Model1_historyPICPtr.npy │ │ ├── weights-QD-Kin8nm-7-Model1_validationMSE │ │ ├── weights-QD-Kin8nm-7-Model2 │ │ ├── weights-QD-Kin8nm-7-Model2_historyMPIW.npy │ │ ├── weights-QD-Kin8nm-7-Model2_historyMPIWtr.npy │ │ ├── weights-QD-Kin8nm-7-Model2_historyMSE.npy │ │ ├── weights-QD-Kin8nm-7-Model2_historyMSEtr.npy │ │ ├── weights-QD-Kin8nm-7-Model2_historyPICP.npy │ │ ├── weights-QD-Kin8nm-7-Model2_historyPICPtr.npy │ │ ├── weights-QD-Kin8nm-7-Model2_validationMSE │ │ ├── weights-QD-Kin8nm-7-Model3 │ │ ├── weights-QD-Kin8nm-7-Model3_historyMPIW.npy │ │ ├── weights-QD-Kin8nm-7-Model3_historyMPIWtr.npy │ │ ├── weights-QD-Kin8nm-7-Model3_historyMSE.npy │ │ ├── weights-QD-Kin8nm-7-Model3_historyMSEtr.npy │ │ ├── weights-QD-Kin8nm-7-Model3_historyPICP.npy │ │ ├── weights-QD-Kin8nm-7-Model3_historyPICPtr.npy │ │ ├── weights-QD-Kin8nm-7-Model3_validationMSE │ │ ├── weights-QD-Kin8nm-7-Model4 │ │ ├── weights-QD-Kin8nm-7-Model4_historyMPIW.npy │ │ ├── weights-QD-Kin8nm-7-Model4_historyMPIWtr.npy │ │ ├── weights-QD-Kin8nm-7-Model4_historyMSE.npy │ │ ├── weights-QD-Kin8nm-7-Model4_historyMSEtr.npy │ │ ├── weights-QD-Kin8nm-7-Model4_historyPICP.npy │ │ ├── weights-QD-Kin8nm-7-Model4_historyPICPtr.npy │ │ ├── weights-QD-Kin8nm-7-Model4_validationMSE │ │ ├── weights-QD-Kin8nm-8-Model0 │ │ ├── weights-QD-Kin8nm-8-Model0_historyMPIW.npy │ │ ├── weights-QD-Kin8nm-8-Model0_historyMPIWtr.npy │ │ ├── weights-QD-Kin8nm-8-Model0_historyMSE.npy │ │ ├── weights-QD-Kin8nm-8-Model0_historyMSEtr.npy │ │ ├── weights-QD-Kin8nm-8-Model0_historyPICP.npy │ │ ├── weights-QD-Kin8nm-8-Model0_historyPICPtr.npy │ │ ├── weights-QD-Kin8nm-8-Model0_validationMSE │ │ ├── weights-QD-Kin8nm-8-Model1 │ │ ├── weights-QD-Kin8nm-8-Model1_historyMPIW.npy │ │ ├── weights-QD-Kin8nm-8-Model1_historyMPIWtr.npy │ │ ├── weights-QD-Kin8nm-8-Model1_historyMSE.npy │ │ ├── weights-QD-Kin8nm-8-Model1_historyMSEtr.npy │ │ ├── weights-QD-Kin8nm-8-Model1_historyPICP.npy │ │ ├── weights-QD-Kin8nm-8-Model1_historyPICPtr.npy │ │ ├── weights-QD-Kin8nm-8-Model1_validationMSE │ │ ├── weights-QD-Kin8nm-8-Model2 │ │ ├── weights-QD-Kin8nm-8-Model2_historyMPIW.npy │ │ ├── weights-QD-Kin8nm-8-Model2_historyMPIWtr.npy │ │ ├── weights-QD-Kin8nm-8-Model2_historyMSE.npy │ │ ├── weights-QD-Kin8nm-8-Model2_historyMSEtr.npy │ │ ├── weights-QD-Kin8nm-8-Model2_historyPICP.npy │ │ ├── weights-QD-Kin8nm-8-Model2_historyPICPtr.npy │ │ ├── weights-QD-Kin8nm-8-Model2_validationMSE │ │ ├── weights-QD-Kin8nm-8-Model3 │ │ ├── weights-QD-Kin8nm-8-Model3_historyMPIW.npy │ │ ├── weights-QD-Kin8nm-8-Model3_historyMPIWtr.npy │ │ ├── weights-QD-Kin8nm-8-Model3_historyMSE.npy │ │ ├── weights-QD-Kin8nm-8-Model3_historyMSEtr.npy │ │ ├── weights-QD-Kin8nm-8-Model3_historyPICP.npy │ │ ├── weights-QD-Kin8nm-8-Model3_historyPICPtr.npy │ │ ├── weights-QD-Kin8nm-8-Model3_validationMSE │ │ ├── weights-QD-Kin8nm-8-Model4 │ │ ├── weights-QD-Kin8nm-8-Model4_historyMPIW.npy │ │ ├── weights-QD-Kin8nm-8-Model4_historyMPIWtr.npy │ │ ├── weights-QD-Kin8nm-8-Model4_historyMSE.npy │ │ ├── weights-QD-Kin8nm-8-Model4_historyMSEtr.npy │ │ ├── weights-QD-Kin8nm-8-Model4_historyPICP.npy │ │ ├── weights-QD-Kin8nm-8-Model4_historyPICPtr.npy │ │ ├── weights-QD-Kin8nm-8-Model4_validationMSE │ │ ├── weights-QD-Kin8nm-9-Model0 │ │ ├── weights-QD-Kin8nm-9-Model0_historyMPIW.npy │ │ ├── weights-QD-Kin8nm-9-Model0_historyMPIWtr.npy │ │ ├── weights-QD-Kin8nm-9-Model0_historyMSE.npy │ │ ├── weights-QD-Kin8nm-9-Model0_historyMSEtr.npy │ │ ├── weights-QD-Kin8nm-9-Model0_historyPICP.npy │ │ ├── weights-QD-Kin8nm-9-Model0_historyPICPtr.npy │ │ ├── weights-QD-Kin8nm-9-Model0_validationMSE │ │ ├── weights-QD-Kin8nm-9-Model1 │ │ ├── weights-QD-Kin8nm-9-Model1_historyMPIW.npy │ │ ├── weights-QD-Kin8nm-9-Model1_historyMPIWtr.npy │ │ ├── weights-QD-Kin8nm-9-Model1_historyMSE.npy │ │ ├── weights-QD-Kin8nm-9-Model1_historyMSEtr.npy │ │ ├── weights-QD-Kin8nm-9-Model1_historyPICP.npy │ │ ├── weights-QD-Kin8nm-9-Model1_historyPICPtr.npy │ │ ├── weights-QD-Kin8nm-9-Model1_validationMSE │ │ ├── weights-QD-Kin8nm-9-Model2 │ │ ├── weights-QD-Kin8nm-9-Model2_historyMPIW.npy │ │ ├── weights-QD-Kin8nm-9-Model2_historyMPIWtr.npy │ │ ├── weights-QD-Kin8nm-9-Model2_historyMSE.npy │ │ ├── weights-QD-Kin8nm-9-Model2_historyMSEtr.npy │ │ ├── weights-QD-Kin8nm-9-Model2_historyPICP.npy │ │ ├── weights-QD-Kin8nm-9-Model2_historyPICPtr.npy │ │ ├── weights-QD-Kin8nm-9-Model2_validationMSE │ │ ├── weights-QD-Kin8nm-9-Model3 │ │ ├── weights-QD-Kin8nm-9-Model3_historyMPIW.npy │ │ ├── weights-QD-Kin8nm-9-Model3_historyMPIWtr.npy │ │ ├── weights-QD-Kin8nm-9-Model3_historyMSE.npy │ │ ├── weights-QD-Kin8nm-9-Model3_historyMSEtr.npy │ │ ├── weights-QD-Kin8nm-9-Model3_historyPICP.npy │ │ ├── weights-QD-Kin8nm-9-Model3_historyPICPtr.npy │ │ ├── weights-QD-Kin8nm-9-Model3_validationMSE │ │ ├── weights-QD-Kin8nm-9-Model4 │ │ ├── weights-QD-Kin8nm-9-Model4_historyMPIW.npy │ │ ├── weights-QD-Kin8nm-9-Model4_historyMPIWtr.npy │ │ ├── weights-QD-Kin8nm-9-Model4_historyMSE.npy │ │ ├── weights-QD-Kin8nm-9-Model4_historyMSEtr.npy │ │ ├── weights-QD-Kin8nm-9-Model4_historyPICP.npy │ │ ├── weights-QD-Kin8nm-9-Model4_historyPICPtr.npy │ │ └── weights-QD-Kin8nm-9-Model4_validationMSE │ ├── comparison_MPIW.jpg │ ├── comparison_MSE.jpg │ ├── comparison_PICP.jpg │ └── t-test.txt ├── Naval │ ├── DualAQD │ │ ├── regression_report-DualAQD-Naval.txt │ │ ├── validation_MPIW-DualAQD-Naval.npy │ │ ├── validation_MSE-DualAQD-Naval.npy │ │ ├── validation_PICP-DualAQD-Naval.npy │ │ ├── weights-DualAQD-Naval-1 │ │ ├── weights-DualAQD-Naval-10 │ │ ├── weights-DualAQD-Naval-10_historyMPIW.npy │ │ ├── weights-DualAQD-Naval-10_historyMPIWtr.npy │ │ ├── weights-DualAQD-Naval-10_historyMSE.npy │ │ ├── weights-DualAQD-Naval-10_historyMSEtr.npy │ │ ├── weights-DualAQD-Naval-10_historyPICP.npy │ │ ├── weights-DualAQD-Naval-10_historyPICPtr.npy │ │ ├── weights-DualAQD-Naval-10_validationMSE │ │ ├── weights-DualAQD-Naval-1_historyMPIW.npy │ │ ├── weights-DualAQD-Naval-1_historyMPIWtr.npy │ │ ├── weights-DualAQD-Naval-1_historyMSE.npy │ │ ├── weights-DualAQD-Naval-1_historyMSEtr.npy │ │ ├── weights-DualAQD-Naval-1_historyPICP.npy │ │ ├── weights-DualAQD-Naval-1_historyPICPtr.npy │ │ ├── weights-DualAQD-Naval-1_validationMSE │ │ ├── weights-DualAQD-Naval-2 │ │ ├── weights-DualAQD-Naval-2_historyMPIW.npy │ │ ├── weights-DualAQD-Naval-2_historyMPIWtr.npy │ │ ├── weights-DualAQD-Naval-2_historyMSE.npy │ │ ├── weights-DualAQD-Naval-2_historyMSEtr.npy │ │ ├── weights-DualAQD-Naval-2_historyPICP.npy │ │ ├── weights-DualAQD-Naval-2_historyPICPtr.npy │ │ ├── weights-DualAQD-Naval-2_validationMSE │ │ ├── weights-DualAQD-Naval-3 │ │ ├── weights-DualAQD-Naval-3_historyMPIW.npy │ │ ├── weights-DualAQD-Naval-3_historyMPIWtr.npy │ │ ├── weights-DualAQD-Naval-3_historyMSE.npy │ │ ├── weights-DualAQD-Naval-3_historyMSEtr.npy │ │ ├── weights-DualAQD-Naval-3_historyPICP.npy │ │ ├── weights-DualAQD-Naval-3_historyPICPtr.npy │ │ ├── weights-DualAQD-Naval-3_validationMSE │ │ ├── weights-DualAQD-Naval-4 │ │ ├── weights-DualAQD-Naval-4_historyMPIW.npy │ │ ├── weights-DualAQD-Naval-4_historyMPIWtr.npy │ │ ├── weights-DualAQD-Naval-4_historyMSE.npy │ │ ├── weights-DualAQD-Naval-4_historyMSEtr.npy │ │ ├── weights-DualAQD-Naval-4_historyPICP.npy │ │ ├── weights-DualAQD-Naval-4_historyPICPtr.npy │ │ ├── weights-DualAQD-Naval-4_validationMSE │ │ ├── weights-DualAQD-Naval-5 │ │ ├── weights-DualAQD-Naval-5_historyMPIW.npy │ │ ├── weights-DualAQD-Naval-5_historyMPIWtr.npy │ │ ├── weights-DualAQD-Naval-5_historyMSE.npy │ │ ├── weights-DualAQD-Naval-5_historyMSEtr.npy │ │ ├── weights-DualAQD-Naval-5_historyPICP.npy │ │ ├── weights-DualAQD-Naval-5_historyPICPtr.npy │ │ ├── weights-DualAQD-Naval-5_validationMSE │ │ ├── weights-DualAQD-Naval-6 │ │ ├── weights-DualAQD-Naval-6_historyMPIW.npy │ │ ├── weights-DualAQD-Naval-6_historyMPIWtr.npy │ │ ├── weights-DualAQD-Naval-6_historyMSE.npy │ │ ├── weights-DualAQD-Naval-6_historyMSEtr.npy │ │ ├── weights-DualAQD-Naval-6_historyPICP.npy │ │ ├── weights-DualAQD-Naval-6_historyPICPtr.npy │ │ ├── weights-DualAQD-Naval-6_validationMSE │ │ ├── weights-DualAQD-Naval-7 │ │ ├── weights-DualAQD-Naval-7_historyMPIW.npy │ │ ├── weights-DualAQD-Naval-7_historyMPIWtr.npy │ │ ├── weights-DualAQD-Naval-7_historyMSE.npy │ │ ├── weights-DualAQD-Naval-7_historyMSEtr.npy │ │ ├── weights-DualAQD-Naval-7_historyPICP.npy │ │ ├── weights-DualAQD-Naval-7_historyPICPtr.npy │ │ ├── weights-DualAQD-Naval-7_validationMSE │ │ ├── weights-DualAQD-Naval-8 │ │ ├── weights-DualAQD-Naval-8_historyMPIW.npy │ │ ├── weights-DualAQD-Naval-8_historyMPIWtr.npy │ │ ├── weights-DualAQD-Naval-8_historyMSE.npy │ │ ├── weights-DualAQD-Naval-8_historyMSEtr.npy │ │ ├── weights-DualAQD-Naval-8_historyPICP.npy │ │ ├── weights-DualAQD-Naval-8_historyPICPtr.npy │ │ ├── weights-DualAQD-Naval-8_validationMSE │ │ ├── weights-DualAQD-Naval-9 │ │ ├── weights-DualAQD-Naval-9_historyMPIW.npy │ │ ├── weights-DualAQD-Naval-9_historyMPIWtr.npy │ │ ├── weights-DualAQD-Naval-9_historyMSE.npy │ │ ├── weights-DualAQD-Naval-9_historyMSEtr.npy │ │ ├── weights-DualAQD-Naval-9_historyPICP.npy │ │ ├── weights-DualAQD-Naval-9_historyPICPtr.npy │ │ └── weights-DualAQD-Naval-9_validationMSE │ ├── MCDropout │ │ ├── regression_report-MCDropout-Naval.txt │ │ ├── validation_MPIW-MCDropout-Naval.npy │ │ ├── validation_MSE-MCDropout-Naval.npy │ │ ├── validation_PICP-MCDropout-Naval.npy │ │ ├── weights-MCDropout-Naval-1 │ │ ├── weights-MCDropout-Naval-10 │ │ ├── weights-MCDropout-Naval-10_historyMSE.npy │ │ ├── weights-MCDropout-Naval-10_historyMSEtr.npy │ │ ├── weights-MCDropout-Naval-10_validationMSE │ │ ├── weights-MCDropout-Naval-1_historyMSE.npy │ │ ├── weights-MCDropout-Naval-1_historyMSEtr.npy │ │ ├── weights-MCDropout-Naval-1_validationMSE │ │ ├── weights-MCDropout-Naval-2 │ │ ├── weights-MCDropout-Naval-2_historyMSE.npy │ │ ├── weights-MCDropout-Naval-2_historyMSEtr.npy │ │ ├── weights-MCDropout-Naval-2_validationMSE │ │ ├── weights-MCDropout-Naval-3 │ │ ├── weights-MCDropout-Naval-3_historyMSE.npy │ │ ├── weights-MCDropout-Naval-3_historyMSEtr.npy │ │ ├── weights-MCDropout-Naval-3_validationMSE │ │ ├── weights-MCDropout-Naval-4 │ │ ├── weights-MCDropout-Naval-4_historyMSE.npy │ │ ├── weights-MCDropout-Naval-4_historyMSEtr.npy │ │ ├── weights-MCDropout-Naval-4_validationMSE │ │ ├── weights-MCDropout-Naval-5 │ │ ├── weights-MCDropout-Naval-5_historyMSE.npy │ │ ├── weights-MCDropout-Naval-5_historyMSEtr.npy │ │ ├── weights-MCDropout-Naval-5_validationMSE │ │ ├── weights-MCDropout-Naval-6 │ │ ├── weights-MCDropout-Naval-6_historyMSE.npy │ │ ├── weights-MCDropout-Naval-6_historyMSEtr.npy │ │ ├── weights-MCDropout-Naval-6_validationMSE │ │ ├── weights-MCDropout-Naval-7 │ │ ├── weights-MCDropout-Naval-7_historyMSE.npy │ │ ├── weights-MCDropout-Naval-7_historyMSEtr.npy │ │ ├── weights-MCDropout-Naval-7_validationMSE │ │ ├── weights-MCDropout-Naval-8 │ │ ├── weights-MCDropout-Naval-8_historyMSE.npy │ │ ├── weights-MCDropout-Naval-8_historyMSEtr.npy │ │ ├── weights-MCDropout-Naval-8_validationMSE │ │ ├── weights-MCDropout-Naval-9 │ │ ├── weights-MCDropout-Naval-9_historyMSE.npy │ │ ├── weights-MCDropout-Naval-9_historyMSEtr.npy │ │ └── weights-MCDropout-Naval-9_validationMSE │ ├── QD+ │ │ ├── regression_report-QD+-Naval.txt │ │ ├── validation_MPIW-QD+-Naval.npy │ │ ├── validation_MSE-QD+-Naval.npy │ │ ├── validation_PICP-QD+-Naval.npy │ │ ├── weights-QD+-Naval-1-Model0 │ │ ├── weights-QD+-Naval-1-Model0_historyMSE.npy │ │ ├── weights-QD+-Naval-1-Model0_historyMSEtr.npy │ │ ├── weights-QD+-Naval-1-Model0_validationMSE │ │ ├── weights-QD+-Naval-1-Model1 │ │ ├── weights-QD+-Naval-1-Model1_historyMSE.npy │ │ ├── weights-QD+-Naval-1-Model1_historyMSEtr.npy │ │ ├── weights-QD+-Naval-1-Model1_validationMSE │ │ ├── weights-QD+-Naval-1-Model2 │ │ ├── weights-QD+-Naval-1-Model2_historyMSE.npy │ │ ├── weights-QD+-Naval-1-Model2_historyMSEtr.npy │ │ ├── weights-QD+-Naval-1-Model2_validationMSE │ │ ├── weights-QD+-Naval-1-Model3 │ │ ├── weights-QD+-Naval-1-Model3_historyMSE.npy │ │ ├── weights-QD+-Naval-1-Model3_historyMSEtr.npy │ │ ├── weights-QD+-Naval-1-Model3_validationMSE │ │ ├── weights-QD+-Naval-1-Model4 │ │ ├── weights-QD+-Naval-1-Model4_historyMSE.npy │ │ ├── weights-QD+-Naval-1-Model4_historyMSEtr.npy │ │ ├── weights-QD+-Naval-1-Model4_validationMSE │ │ ├── weights-QD+-Naval-10-Model0 │ │ ├── weights-QD+-Naval-10-Model0_historyMSE.npy │ │ ├── weights-QD+-Naval-10-Model0_historyMSEtr.npy │ │ ├── weights-QD+-Naval-10-Model0_validationMSE │ │ ├── weights-QD+-Naval-10-Model1 │ │ ├── weights-QD+-Naval-10-Model1_historyMSE.npy │ │ ├── weights-QD+-Naval-10-Model1_historyMSEtr.npy │ │ ├── weights-QD+-Naval-10-Model1_validationMSE │ │ ├── weights-QD+-Naval-10-Model2 │ │ ├── weights-QD+-Naval-10-Model2_historyMSE.npy │ │ ├── weights-QD+-Naval-10-Model2_historyMSEtr.npy │ │ ├── weights-QD+-Naval-10-Model2_validationMSE │ │ ├── weights-QD+-Naval-10-Model3 │ │ ├── weights-QD+-Naval-10-Model3_historyMSE.npy │ │ ├── weights-QD+-Naval-10-Model3_historyMSEtr.npy │ │ ├── weights-QD+-Naval-10-Model3_validationMSE │ │ ├── weights-QD+-Naval-10-Model4 │ │ ├── weights-QD+-Naval-10-Model4_historyMSE.npy │ │ ├── weights-QD+-Naval-10-Model4_historyMSEtr.npy │ │ ├── weights-QD+-Naval-10-Model4_validationMSE │ │ ├── weights-QD+-Naval-2-Model0 │ │ ├── weights-QD+-Naval-2-Model0_historyMSE.npy │ │ ├── weights-QD+-Naval-2-Model0_historyMSEtr.npy │ │ ├── weights-QD+-Naval-2-Model0_validationMSE │ │ ├── weights-QD+-Naval-2-Model1 │ │ ├── weights-QD+-Naval-2-Model1_historyMSE.npy │ │ ├── weights-QD+-Naval-2-Model1_historyMSEtr.npy │ │ ├── weights-QD+-Naval-2-Model1_validationMSE │ │ ├── weights-QD+-Naval-2-Model2 │ │ ├── weights-QD+-Naval-2-Model2_historyMSE.npy │ │ ├── weights-QD+-Naval-2-Model2_historyMSEtr.npy │ │ ├── weights-QD+-Naval-2-Model2_validationMSE │ │ ├── weights-QD+-Naval-2-Model3 │ │ ├── weights-QD+-Naval-2-Model3_historyMSE.npy │ │ ├── weights-QD+-Naval-2-Model3_historyMSEtr.npy │ │ ├── weights-QD+-Naval-2-Model3_validationMSE │ │ ├── weights-QD+-Naval-2-Model4 │ │ ├── weights-QD+-Naval-2-Model4_historyMSE.npy │ │ ├── weights-QD+-Naval-2-Model4_historyMSEtr.npy │ │ ├── weights-QD+-Naval-2-Model4_validationMSE │ │ ├── weights-QD+-Naval-3-Model0 │ │ ├── weights-QD+-Naval-3-Model0_historyMSE.npy │ │ ├── weights-QD+-Naval-3-Model0_historyMSEtr.npy │ │ ├── weights-QD+-Naval-3-Model0_validationMSE │ │ ├── weights-QD+-Naval-3-Model1 │ │ ├── weights-QD+-Naval-3-Model1_historyMSE.npy │ │ ├── weights-QD+-Naval-3-Model1_historyMSEtr.npy │ │ ├── weights-QD+-Naval-3-Model1_validationMSE │ │ ├── weights-QD+-Naval-3-Model2 │ │ ├── weights-QD+-Naval-3-Model2_historyMSE.npy │ │ ├── weights-QD+-Naval-3-Model2_historyMSEtr.npy │ │ ├── weights-QD+-Naval-3-Model2_validationMSE │ │ ├── weights-QD+-Naval-3-Model3 │ │ ├── weights-QD+-Naval-3-Model3_historyMSE.npy │ │ ├── weights-QD+-Naval-3-Model3_historyMSEtr.npy │ │ ├── weights-QD+-Naval-3-Model3_validationMSE │ │ ├── weights-QD+-Naval-3-Model4 │ │ ├── weights-QD+-Naval-3-Model4_historyMSE.npy │ │ ├── weights-QD+-Naval-3-Model4_historyMSEtr.npy │ │ ├── weights-QD+-Naval-3-Model4_validationMSE │ │ ├── weights-QD+-Naval-4-Model0 │ │ ├── weights-QD+-Naval-4-Model0_historyMSE.npy │ │ ├── weights-QD+-Naval-4-Model0_historyMSEtr.npy │ │ ├── weights-QD+-Naval-4-Model0_validationMSE │ │ ├── weights-QD+-Naval-4-Model1 │ │ ├── weights-QD+-Naval-4-Model1_historyMSE.npy │ │ ├── weights-QD+-Naval-4-Model1_historyMSEtr.npy │ │ ├── weights-QD+-Naval-4-Model1_validationMSE │ │ ├── weights-QD+-Naval-4-Model2 │ │ ├── weights-QD+-Naval-4-Model2_historyMSE.npy │ │ ├── weights-QD+-Naval-4-Model2_historyMSEtr.npy │ │ ├── weights-QD+-Naval-4-Model2_validationMSE │ │ ├── weights-QD+-Naval-4-Model3 │ │ ├── weights-QD+-Naval-4-Model3_historyMSE.npy │ │ ├── weights-QD+-Naval-4-Model3_historyMSEtr.npy │ │ ├── weights-QD+-Naval-4-Model3_validationMSE │ │ ├── weights-QD+-Naval-4-Model4 │ │ ├── weights-QD+-Naval-4-Model4_historyMSE.npy │ │ ├── weights-QD+-Naval-4-Model4_historyMSEtr.npy │ │ ├── weights-QD+-Naval-4-Model4_validationMSE │ │ ├── weights-QD+-Naval-5-Model0 │ │ ├── weights-QD+-Naval-5-Model0_historyMSE.npy │ │ ├── weights-QD+-Naval-5-Model0_historyMSEtr.npy │ │ ├── weights-QD+-Naval-5-Model0_validationMSE │ │ ├── weights-QD+-Naval-5-Model1 │ │ ├── weights-QD+-Naval-5-Model1_historyMSE.npy │ │ ├── weights-QD+-Naval-5-Model1_historyMSEtr.npy │ │ ├── weights-QD+-Naval-5-Model1_validationMSE │ │ ├── weights-QD+-Naval-5-Model2 │ │ ├── weights-QD+-Naval-5-Model2_historyMSE.npy │ │ ├── weights-QD+-Naval-5-Model2_historyMSEtr.npy │ │ ├── weights-QD+-Naval-5-Model2_validationMSE │ │ ├── weights-QD+-Naval-5-Model3 │ │ ├── weights-QD+-Naval-5-Model3_historyMSE.npy │ │ ├── weights-QD+-Naval-5-Model3_historyMSEtr.npy │ │ ├── weights-QD+-Naval-5-Model3_validationMSE │ │ ├── weights-QD+-Naval-5-Model4 │ │ ├── weights-QD+-Naval-5-Model4_historyMSE.npy │ │ ├── weights-QD+-Naval-5-Model4_historyMSEtr.npy │ │ ├── weights-QD+-Naval-5-Model4_validationMSE │ │ ├── weights-QD+-Naval-6-Model0 │ │ ├── weights-QD+-Naval-6-Model0_historyMSE.npy │ │ ├── weights-QD+-Naval-6-Model0_historyMSEtr.npy │ │ ├── weights-QD+-Naval-6-Model0_validationMSE │ │ ├── weights-QD+-Naval-6-Model1 │ │ ├── weights-QD+-Naval-6-Model1_historyMSE.npy │ │ ├── weights-QD+-Naval-6-Model1_historyMSEtr.npy │ │ ├── weights-QD+-Naval-6-Model1_validationMSE │ │ ├── weights-QD+-Naval-6-Model2 │ │ ├── weights-QD+-Naval-6-Model2_historyMSE.npy │ │ ├── weights-QD+-Naval-6-Model2_historyMSEtr.npy │ │ ├── weights-QD+-Naval-6-Model2_validationMSE │ │ ├── weights-QD+-Naval-6-Model3 │ │ ├── weights-QD+-Naval-6-Model3_historyMSE.npy │ │ ├── weights-QD+-Naval-6-Model3_historyMSEtr.npy │ │ ├── weights-QD+-Naval-6-Model3_validationMSE │ │ ├── weights-QD+-Naval-6-Model4 │ │ ├── weights-QD+-Naval-6-Model4_historyMSE.npy │ │ ├── weights-QD+-Naval-6-Model4_historyMSEtr.npy │ │ ├── weights-QD+-Naval-6-Model4_validationMSE │ │ ├── weights-QD+-Naval-7-Model0 │ │ ├── weights-QD+-Naval-7-Model0_historyMSE.npy │ │ ├── weights-QD+-Naval-7-Model0_historyMSEtr.npy │ │ ├── weights-QD+-Naval-7-Model0_validationMSE │ │ ├── weights-QD+-Naval-7-Model1 │ │ ├── weights-QD+-Naval-7-Model1_historyMSE.npy │ │ ├── weights-QD+-Naval-7-Model1_historyMSEtr.npy │ │ ├── weights-QD+-Naval-7-Model1_validationMSE │ │ ├── weights-QD+-Naval-7-Model2 │ │ ├── weights-QD+-Naval-7-Model2_historyMSE.npy │ │ ├── weights-QD+-Naval-7-Model2_historyMSEtr.npy │ │ ├── weights-QD+-Naval-7-Model2_validationMSE │ │ ├── weights-QD+-Naval-7-Model3 │ │ ├── weights-QD+-Naval-7-Model3_historyMSE.npy │ │ ├── weights-QD+-Naval-7-Model3_historyMSEtr.npy │ │ ├── weights-QD+-Naval-7-Model3_validationMSE │ │ ├── weights-QD+-Naval-7-Model4 │ │ ├── weights-QD+-Naval-7-Model4_historyMSE.npy │ │ ├── weights-QD+-Naval-7-Model4_historyMSEtr.npy │ │ ├── weights-QD+-Naval-7-Model4_validationMSE │ │ ├── weights-QD+-Naval-8-Model0 │ │ ├── weights-QD+-Naval-8-Model0_historyMSE.npy │ │ ├── weights-QD+-Naval-8-Model0_historyMSEtr.npy │ │ ├── weights-QD+-Naval-8-Model0_validationMSE │ │ ├── weights-QD+-Naval-8-Model1 │ │ ├── weights-QD+-Naval-8-Model1_historyMSE.npy │ │ ├── weights-QD+-Naval-8-Model1_historyMSEtr.npy │ │ ├── weights-QD+-Naval-8-Model1_validationMSE │ │ ├── weights-QD+-Naval-8-Model2 │ │ ├── weights-QD+-Naval-8-Model2_historyMSE.npy │ │ ├── weights-QD+-Naval-8-Model2_historyMSEtr.npy │ │ ├── weights-QD+-Naval-8-Model2_validationMSE │ │ ├── weights-QD+-Naval-8-Model3 │ │ ├── weights-QD+-Naval-8-Model3_historyMSE.npy │ │ ├── weights-QD+-Naval-8-Model3_historyMSEtr.npy │ │ ├── weights-QD+-Naval-8-Model3_validationMSE │ │ ├── weights-QD+-Naval-8-Model4 │ │ ├── weights-QD+-Naval-8-Model4_historyMSE.npy │ │ ├── weights-QD+-Naval-8-Model4_historyMSEtr.npy │ │ ├── weights-QD+-Naval-8-Model4_validationMSE │ │ ├── weights-QD+-Naval-9-Model0 │ │ ├── weights-QD+-Naval-9-Model0_historyMSE.npy │ │ ├── weights-QD+-Naval-9-Model0_historyMSEtr.npy │ │ ├── weights-QD+-Naval-9-Model0_validationMSE │ │ ├── weights-QD+-Naval-9-Model1 │ │ ├── weights-QD+-Naval-9-Model1_historyMSE.npy │ │ ├── weights-QD+-Naval-9-Model1_historyMSEtr.npy │ │ ├── weights-QD+-Naval-9-Model1_validationMSE │ │ ├── weights-QD+-Naval-9-Model2 │ │ ├── weights-QD+-Naval-9-Model2_historyMSE.npy │ │ ├── weights-QD+-Naval-9-Model2_historyMSEtr.npy │ │ ├── weights-QD+-Naval-9-Model2_validationMSE │ │ ├── weights-QD+-Naval-9-Model3 │ │ ├── weights-QD+-Naval-9-Model3_historyMSE.npy │ │ ├── weights-QD+-Naval-9-Model3_historyMSEtr.npy │ │ ├── weights-QD+-Naval-9-Model3_validationMSE │ │ ├── weights-QD+-Naval-9-Model4 │ │ ├── weights-QD+-Naval-9-Model4_historyMSE.npy │ │ ├── weights-QD+-Naval-9-Model4_historyMSEtr.npy │ │ └── weights-QD+-Naval-9-Model4_validationMSE │ ├── QD │ │ ├── regression_report-QD-Naval.txt │ │ ├── validation_MPIW-QD-Naval.npy │ │ ├── validation_MSE-QD-Naval.npy │ │ ├── validation_PICP-QD-Naval.npy │ │ ├── weights-QD-Naval-1-Model0 │ │ ├── weights-QD-Naval-1-Model0_historyMPIW.npy │ │ ├── weights-QD-Naval-1-Model0_historyMPIWtr.npy │ │ ├── weights-QD-Naval-1-Model0_historyMSE.npy │ │ ├── weights-QD-Naval-1-Model0_historyMSEtr.npy │ │ ├── weights-QD-Naval-1-Model0_historyPICP.npy │ │ ├── weights-QD-Naval-1-Model0_historyPICPtr.npy │ │ ├── weights-QD-Naval-1-Model0_validationMSE │ │ ├── weights-QD-Naval-1-Model1 │ │ ├── weights-QD-Naval-1-Model1_historyMPIW.npy │ │ ├── weights-QD-Naval-1-Model1_historyMPIWtr.npy │ │ ├── weights-QD-Naval-1-Model1_historyMSE.npy │ │ ├── weights-QD-Naval-1-Model1_historyMSEtr.npy │ │ ├── weights-QD-Naval-1-Model1_historyPICP.npy │ │ ├── weights-QD-Naval-1-Model1_historyPICPtr.npy │ │ ├── weights-QD-Naval-1-Model1_validationMSE │ │ ├── weights-QD-Naval-1-Model2 │ │ ├── weights-QD-Naval-1-Model2_historyMPIW.npy │ │ ├── weights-QD-Naval-1-Model2_historyMPIWtr.npy │ │ ├── weights-QD-Naval-1-Model2_historyMSE.npy │ │ ├── weights-QD-Naval-1-Model2_historyMSEtr.npy │ │ ├── weights-QD-Naval-1-Model2_historyPICP.npy │ │ ├── weights-QD-Naval-1-Model2_historyPICPtr.npy │ │ ├── weights-QD-Naval-1-Model2_validationMSE │ │ ├── weights-QD-Naval-1-Model3 │ │ ├── weights-QD-Naval-1-Model3_historyMPIW.npy │ │ ├── weights-QD-Naval-1-Model3_historyMPIWtr.npy │ │ ├── weights-QD-Naval-1-Model3_historyMSE.npy │ │ ├── weights-QD-Naval-1-Model3_historyMSEtr.npy │ │ ├── weights-QD-Naval-1-Model3_historyPICP.npy │ │ ├── weights-QD-Naval-1-Model3_historyPICPtr.npy │ │ ├── weights-QD-Naval-1-Model3_validationMSE │ │ ├── weights-QD-Naval-1-Model4 │ │ ├── weights-QD-Naval-1-Model4_historyMPIW.npy │ │ ├── weights-QD-Naval-1-Model4_historyMPIWtr.npy │ │ ├── weights-QD-Naval-1-Model4_historyMSE.npy │ │ ├── weights-QD-Naval-1-Model4_historyMSEtr.npy │ │ ├── weights-QD-Naval-1-Model4_historyPICP.npy │ │ ├── weights-QD-Naval-1-Model4_historyPICPtr.npy │ │ ├── weights-QD-Naval-1-Model4_validationMSE │ │ ├── weights-QD-Naval-10-Model0 │ │ ├── weights-QD-Naval-10-Model0_historyMPIW.npy │ │ ├── weights-QD-Naval-10-Model0_historyMPIWtr.npy │ │ ├── weights-QD-Naval-10-Model0_historyMSE.npy │ │ ├── weights-QD-Naval-10-Model0_historyMSEtr.npy │ │ ├── weights-QD-Naval-10-Model0_historyPICP.npy │ │ ├── weights-QD-Naval-10-Model0_historyPICPtr.npy │ │ ├── weights-QD-Naval-10-Model0_validationMSE │ │ ├── weights-QD-Naval-10-Model1 │ │ ├── weights-QD-Naval-10-Model1_historyMPIW.npy │ │ ├── weights-QD-Naval-10-Model1_historyMPIWtr.npy │ │ ├── weights-QD-Naval-10-Model1_historyMSE.npy │ │ ├── weights-QD-Naval-10-Model1_historyMSEtr.npy │ │ ├── weights-QD-Naval-10-Model1_historyPICP.npy │ │ ├── weights-QD-Naval-10-Model1_historyPICPtr.npy │ │ ├── weights-QD-Naval-10-Model1_validationMSE │ │ ├── weights-QD-Naval-10-Model2 │ │ ├── weights-QD-Naval-10-Model2_historyMPIW.npy │ │ ├── weights-QD-Naval-10-Model2_historyMPIWtr.npy │ │ ├── weights-QD-Naval-10-Model2_historyMSE.npy │ │ ├── weights-QD-Naval-10-Model2_historyMSEtr.npy │ │ ├── weights-QD-Naval-10-Model2_historyPICP.npy │ │ ├── weights-QD-Naval-10-Model2_historyPICPtr.npy │ │ ├── weights-QD-Naval-10-Model2_validationMSE │ │ ├── weights-QD-Naval-10-Model3 │ │ ├── weights-QD-Naval-10-Model3_historyMPIW.npy │ │ ├── weights-QD-Naval-10-Model3_historyMPIWtr.npy │ │ ├── weights-QD-Naval-10-Model3_historyMSE.npy │ │ ├── weights-QD-Naval-10-Model3_historyMSEtr.npy │ │ ├── weights-QD-Naval-10-Model3_historyPICP.npy │ │ ├── weights-QD-Naval-10-Model3_historyPICPtr.npy │ │ ├── weights-QD-Naval-10-Model3_validationMSE │ │ ├── weights-QD-Naval-10-Model4 │ │ ├── weights-QD-Naval-10-Model4_historyMPIW.npy │ │ ├── weights-QD-Naval-10-Model4_historyMPIWtr.npy │ │ ├── weights-QD-Naval-10-Model4_historyMSE.npy │ │ ├── weights-QD-Naval-10-Model4_historyMSEtr.npy │ │ ├── weights-QD-Naval-10-Model4_historyPICP.npy │ │ ├── weights-QD-Naval-10-Model4_historyPICPtr.npy │ │ ├── weights-QD-Naval-10-Model4_validationMSE │ │ ├── weights-QD-Naval-2-Model0 │ │ ├── weights-QD-Naval-2-Model0_historyMPIW.npy │ │ ├── weights-QD-Naval-2-Model0_historyMPIWtr.npy │ │ ├── weights-QD-Naval-2-Model0_historyMSE.npy │ │ ├── weights-QD-Naval-2-Model0_historyMSEtr.npy │ │ ├── weights-QD-Naval-2-Model0_historyPICP.npy │ │ ├── weights-QD-Naval-2-Model0_historyPICPtr.npy │ │ ├── weights-QD-Naval-2-Model0_validationMSE │ │ ├── weights-QD-Naval-2-Model1 │ │ ├── weights-QD-Naval-2-Model1_historyMPIW.npy │ │ ├── weights-QD-Naval-2-Model1_historyMPIWtr.npy │ │ ├── weights-QD-Naval-2-Model1_historyMSE.npy │ │ ├── weights-QD-Naval-2-Model1_historyMSEtr.npy │ │ ├── weights-QD-Naval-2-Model1_historyPICP.npy │ │ ├── weights-QD-Naval-2-Model1_historyPICPtr.npy │ │ ├── weights-QD-Naval-2-Model1_validationMSE │ │ ├── weights-QD-Naval-2-Model2 │ │ ├── weights-QD-Naval-2-Model2_historyMPIW.npy │ │ ├── weights-QD-Naval-2-Model2_historyMPIWtr.npy │ │ ├── weights-QD-Naval-2-Model2_historyMSE.npy │ │ ├── weights-QD-Naval-2-Model2_historyMSEtr.npy │ │ ├── weights-QD-Naval-2-Model2_historyPICP.npy │ │ ├── weights-QD-Naval-2-Model2_historyPICPtr.npy │ │ ├── weights-QD-Naval-2-Model2_validationMSE │ │ ├── weights-QD-Naval-2-Model3 │ │ ├── weights-QD-Naval-2-Model3_historyMPIW.npy │ │ ├── weights-QD-Naval-2-Model3_historyMPIWtr.npy │ │ ├── weights-QD-Naval-2-Model3_historyMSE.npy │ │ ├── weights-QD-Naval-2-Model3_historyMSEtr.npy │ │ ├── weights-QD-Naval-2-Model3_historyPICP.npy │ │ ├── weights-QD-Naval-2-Model3_historyPICPtr.npy │ │ ├── weights-QD-Naval-2-Model3_validationMSE │ │ ├── weights-QD-Naval-2-Model4 │ │ ├── weights-QD-Naval-2-Model4_historyMPIW.npy │ │ ├── weights-QD-Naval-2-Model4_historyMPIWtr.npy │ │ ├── weights-QD-Naval-2-Model4_historyMSE.npy │ │ ├── weights-QD-Naval-2-Model4_historyMSEtr.npy │ │ ├── weights-QD-Naval-2-Model4_historyPICP.npy │ │ ├── weights-QD-Naval-2-Model4_historyPICPtr.npy │ │ ├── weights-QD-Naval-2-Model4_validationMSE │ │ ├── weights-QD-Naval-3-Model0 │ │ ├── weights-QD-Naval-3-Model0_historyMPIW.npy │ │ ├── weights-QD-Naval-3-Model0_historyMPIWtr.npy │ │ ├── weights-QD-Naval-3-Model0_historyMSE.npy │ │ ├── weights-QD-Naval-3-Model0_historyMSEtr.npy │ │ ├── weights-QD-Naval-3-Model0_historyPICP.npy │ │ ├── weights-QD-Naval-3-Model0_historyPICPtr.npy │ │ ├── weights-QD-Naval-3-Model0_validationMSE │ │ ├── weights-QD-Naval-3-Model1 │ │ ├── weights-QD-Naval-3-Model1_historyMPIW.npy │ │ ├── weights-QD-Naval-3-Model1_historyMPIWtr.npy │ │ ├── weights-QD-Naval-3-Model1_historyMSE.npy │ │ ├── weights-QD-Naval-3-Model1_historyMSEtr.npy │ │ ├── weights-QD-Naval-3-Model1_historyPICP.npy │ │ ├── weights-QD-Naval-3-Model1_historyPICPtr.npy │ │ ├── weights-QD-Naval-3-Model1_validationMSE │ │ ├── weights-QD-Naval-3-Model2 │ │ ├── weights-QD-Naval-3-Model2_historyMPIW.npy │ │ ├── weights-QD-Naval-3-Model2_historyMPIWtr.npy │ │ ├── weights-QD-Naval-3-Model2_historyMSE.npy │ │ ├── weights-QD-Naval-3-Model2_historyMSEtr.npy │ │ ├── weights-QD-Naval-3-Model2_historyPICP.npy │ │ ├── weights-QD-Naval-3-Model2_historyPICPtr.npy │ │ ├── weights-QD-Naval-3-Model2_validationMSE │ │ ├── weights-QD-Naval-3-Model3 │ │ ├── weights-QD-Naval-3-Model3_historyMPIW.npy │ │ ├── weights-QD-Naval-3-Model3_historyMPIWtr.npy │ │ ├── weights-QD-Naval-3-Model3_historyMSE.npy │ │ ├── weights-QD-Naval-3-Model3_historyMSEtr.npy │ │ ├── weights-QD-Naval-3-Model3_historyPICP.npy │ │ ├── weights-QD-Naval-3-Model3_historyPICPtr.npy │ │ ├── weights-QD-Naval-3-Model3_validationMSE │ │ ├── weights-QD-Naval-3-Model4 │ │ ├── weights-QD-Naval-3-Model4_historyMPIW.npy │ │ ├── weights-QD-Naval-3-Model4_historyMPIWtr.npy │ │ ├── weights-QD-Naval-3-Model4_historyMSE.npy │ │ ├── weights-QD-Naval-3-Model4_historyMSEtr.npy │ │ ├── weights-QD-Naval-3-Model4_historyPICP.npy │ │ ├── weights-QD-Naval-3-Model4_historyPICPtr.npy │ │ ├── weights-QD-Naval-3-Model4_validationMSE │ │ ├── weights-QD-Naval-4-Model0 │ │ ├── weights-QD-Naval-4-Model0_historyMPIW.npy │ │ ├── weights-QD-Naval-4-Model0_historyMPIWtr.npy │ │ ├── weights-QD-Naval-4-Model0_historyMSE.npy │ │ ├── weights-QD-Naval-4-Model0_historyMSEtr.npy │ │ ├── weights-QD-Naval-4-Model0_historyPICP.npy │ │ ├── weights-QD-Naval-4-Model0_historyPICPtr.npy │ │ ├── weights-QD-Naval-4-Model0_validationMSE │ │ ├── weights-QD-Naval-4-Model1 │ │ ├── weights-QD-Naval-4-Model1_historyMPIW.npy │ │ ├── weights-QD-Naval-4-Model1_historyMPIWtr.npy │ │ ├── weights-QD-Naval-4-Model1_historyMSE.npy │ │ ├── weights-QD-Naval-4-Model1_historyMSEtr.npy │ │ ├── weights-QD-Naval-4-Model1_historyPICP.npy │ │ ├── weights-QD-Naval-4-Model1_historyPICPtr.npy │ │ ├── weights-QD-Naval-4-Model1_validationMSE │ │ ├── weights-QD-Naval-4-Model2 │ │ ├── weights-QD-Naval-4-Model2_historyMPIW.npy │ │ ├── weights-QD-Naval-4-Model2_historyMPIWtr.npy │ │ ├── weights-QD-Naval-4-Model2_historyMSE.npy │ │ ├── weights-QD-Naval-4-Model2_historyMSEtr.npy │ │ ├── weights-QD-Naval-4-Model2_historyPICP.npy │ │ ├── weights-QD-Naval-4-Model2_historyPICPtr.npy │ │ ├── weights-QD-Naval-4-Model2_validationMSE │ │ ├── weights-QD-Naval-4-Model3 │ │ ├── weights-QD-Naval-4-Model3_historyMPIW.npy │ │ ├── weights-QD-Naval-4-Model3_historyMPIWtr.npy │ │ ├── weights-QD-Naval-4-Model3_historyMSE.npy │ │ ├── weights-QD-Naval-4-Model3_historyMSEtr.npy │ │ ├── weights-QD-Naval-4-Model3_historyPICP.npy │ │ ├── weights-QD-Naval-4-Model3_historyPICPtr.npy │ │ ├── weights-QD-Naval-4-Model3_validationMSE │ │ ├── weights-QD-Naval-4-Model4 │ │ ├── weights-QD-Naval-4-Model4_historyMPIW.npy │ │ ├── weights-QD-Naval-4-Model4_historyMPIWtr.npy │ │ ├── weights-QD-Naval-4-Model4_historyMSE.npy │ │ ├── weights-QD-Naval-4-Model4_historyMSEtr.npy │ │ ├── weights-QD-Naval-4-Model4_historyPICP.npy │ │ ├── weights-QD-Naval-4-Model4_historyPICPtr.npy │ │ ├── weights-QD-Naval-4-Model4_validationMSE │ │ ├── weights-QD-Naval-5-Model0 │ │ ├── weights-QD-Naval-5-Model0_historyMPIW.npy │ │ ├── weights-QD-Naval-5-Model0_historyMPIWtr.npy │ │ ├── weights-QD-Naval-5-Model0_historyMSE.npy │ │ ├── weights-QD-Naval-5-Model0_historyMSEtr.npy │ │ ├── weights-QD-Naval-5-Model0_historyPICP.npy │ │ ├── weights-QD-Naval-5-Model0_historyPICPtr.npy │ │ ├── weights-QD-Naval-5-Model0_validationMSE │ │ ├── weights-QD-Naval-5-Model1 │ │ ├── weights-QD-Naval-5-Model1_historyMPIW.npy │ │ ├── weights-QD-Naval-5-Model1_historyMPIWtr.npy │ │ ├── weights-QD-Naval-5-Model1_historyMSE.npy │ │ ├── weights-QD-Naval-5-Model1_historyMSEtr.npy │ │ ├── weights-QD-Naval-5-Model1_historyPICP.npy │ │ ├── weights-QD-Naval-5-Model1_historyPICPtr.npy │ │ ├── weights-QD-Naval-5-Model1_validationMSE │ │ ├── weights-QD-Naval-5-Model2 │ │ ├── weights-QD-Naval-5-Model2_historyMPIW.npy │ │ ├── weights-QD-Naval-5-Model2_historyMPIWtr.npy │ │ ├── weights-QD-Naval-5-Model2_historyMSE.npy │ │ ├── weights-QD-Naval-5-Model2_historyMSEtr.npy │ │ ├── weights-QD-Naval-5-Model2_historyPICP.npy │ │ ├── weights-QD-Naval-5-Model2_historyPICPtr.npy │ │ ├── weights-QD-Naval-5-Model2_validationMSE │ │ ├── weights-QD-Naval-5-Model3 │ │ ├── weights-QD-Naval-5-Model3_historyMPIW.npy │ │ ├── weights-QD-Naval-5-Model3_historyMPIWtr.npy │ │ ├── weights-QD-Naval-5-Model3_historyMSE.npy │ │ ├── weights-QD-Naval-5-Model3_historyMSEtr.npy │ │ ├── weights-QD-Naval-5-Model3_historyPICP.npy │ │ ├── weights-QD-Naval-5-Model3_historyPICPtr.npy │ │ ├── weights-QD-Naval-5-Model3_validationMSE │ │ ├── weights-QD-Naval-5-Model4 │ │ ├── weights-QD-Naval-5-Model4_historyMPIW.npy │ │ ├── weights-QD-Naval-5-Model4_historyMPIWtr.npy │ │ ├── weights-QD-Naval-5-Model4_historyMSE.npy │ │ ├── weights-QD-Naval-5-Model4_historyMSEtr.npy │ │ ├── weights-QD-Naval-5-Model4_historyPICP.npy │ │ ├── weights-QD-Naval-5-Model4_historyPICPtr.npy │ │ ├── weights-QD-Naval-5-Model4_validationMSE │ │ ├── weights-QD-Naval-6-Model0 │ │ ├── weights-QD-Naval-6-Model0_historyMPIW.npy │ │ ├── weights-QD-Naval-6-Model0_historyMPIWtr.npy │ │ ├── weights-QD-Naval-6-Model0_historyMSE.npy │ │ ├── weights-QD-Naval-6-Model0_historyMSEtr.npy │ │ ├── weights-QD-Naval-6-Model0_historyPICP.npy │ │ ├── weights-QD-Naval-6-Model0_historyPICPtr.npy │ │ ├── weights-QD-Naval-6-Model0_validationMSE │ │ ├── weights-QD-Naval-6-Model1 │ │ ├── weights-QD-Naval-6-Model1_historyMPIW.npy │ │ ├── weights-QD-Naval-6-Model1_historyMPIWtr.npy │ │ ├── weights-QD-Naval-6-Model1_historyMSE.npy │ │ ├── weights-QD-Naval-6-Model1_historyMSEtr.npy │ │ ├── weights-QD-Naval-6-Model1_historyPICP.npy │ │ ├── weights-QD-Naval-6-Model1_historyPICPtr.npy │ │ ├── weights-QD-Naval-6-Model1_validationMSE │ │ ├── weights-QD-Naval-6-Model2 │ │ ├── weights-QD-Naval-6-Model2_historyMPIW.npy │ │ ├── weights-QD-Naval-6-Model2_historyMPIWtr.npy │ │ ├── weights-QD-Naval-6-Model2_historyMSE.npy │ │ ├── weights-QD-Naval-6-Model2_historyMSEtr.npy │ │ ├── weights-QD-Naval-6-Model2_historyPICP.npy │ │ ├── weights-QD-Naval-6-Model2_historyPICPtr.npy │ │ ├── weights-QD-Naval-6-Model2_validationMSE │ │ ├── weights-QD-Naval-6-Model3 │ │ ├── weights-QD-Naval-6-Model3_historyMPIW.npy │ │ ├── weights-QD-Naval-6-Model3_historyMPIWtr.npy │ │ ├── weights-QD-Naval-6-Model3_historyMSE.npy │ │ ├── weights-QD-Naval-6-Model3_historyMSEtr.npy │ │ ├── weights-QD-Naval-6-Model3_historyPICP.npy │ │ ├── weights-QD-Naval-6-Model3_historyPICPtr.npy │ │ ├── weights-QD-Naval-6-Model3_validationMSE │ │ ├── weights-QD-Naval-6-Model4 │ │ ├── weights-QD-Naval-6-Model4_historyMPIW.npy │ │ ├── weights-QD-Naval-6-Model4_historyMPIWtr.npy │ │ ├── weights-QD-Naval-6-Model4_historyMSE.npy │ │ ├── weights-QD-Naval-6-Model4_historyMSEtr.npy │ │ ├── weights-QD-Naval-6-Model4_historyPICP.npy │ │ ├── weights-QD-Naval-6-Model4_historyPICPtr.npy │ │ ├── weights-QD-Naval-6-Model4_validationMSE │ │ ├── weights-QD-Naval-7-Model0 │ │ ├── weights-QD-Naval-7-Model0_historyMPIW.npy │ │ ├── weights-QD-Naval-7-Model0_historyMPIWtr.npy │ │ ├── weights-QD-Naval-7-Model0_historyMSE.npy │ │ ├── weights-QD-Naval-7-Model0_historyMSEtr.npy │ │ ├── weights-QD-Naval-7-Model0_historyPICP.npy │ │ ├── weights-QD-Naval-7-Model0_historyPICPtr.npy │ │ ├── weights-QD-Naval-7-Model0_validationMSE │ │ ├── weights-QD-Naval-7-Model1 │ │ ├── weights-QD-Naval-7-Model1_historyMPIW.npy │ │ ├── weights-QD-Naval-7-Model1_historyMPIWtr.npy │ │ ├── weights-QD-Naval-7-Model1_historyMSE.npy │ │ ├── weights-QD-Naval-7-Model1_historyMSEtr.npy │ │ ├── weights-QD-Naval-7-Model1_historyPICP.npy │ │ ├── weights-QD-Naval-7-Model1_historyPICPtr.npy │ │ ├── weights-QD-Naval-7-Model1_validationMSE │ │ ├── weights-QD-Naval-7-Model2 │ │ ├── weights-QD-Naval-7-Model2_historyMPIW.npy │ │ ├── weights-QD-Naval-7-Model2_historyMPIWtr.npy │ │ ├── weights-QD-Naval-7-Model2_historyMSE.npy │ │ ├── weights-QD-Naval-7-Model2_historyMSEtr.npy │ │ ├── weights-QD-Naval-7-Model2_historyPICP.npy │ │ ├── weights-QD-Naval-7-Model2_historyPICPtr.npy │ │ ├── weights-QD-Naval-7-Model2_validationMSE │ │ ├── weights-QD-Naval-7-Model3 │ │ ├── weights-QD-Naval-7-Model3_historyMPIW.npy │ │ ├── weights-QD-Naval-7-Model3_historyMPIWtr.npy │ │ ├── weights-QD-Naval-7-Model3_historyMSE.npy │ │ ├── weights-QD-Naval-7-Model3_historyMSEtr.npy │ │ ├── weights-QD-Naval-7-Model3_historyPICP.npy │ │ ├── weights-QD-Naval-7-Model3_historyPICPtr.npy │ │ ├── weights-QD-Naval-7-Model3_validationMSE │ │ ├── weights-QD-Naval-7-Model4 │ │ ├── weights-QD-Naval-7-Model4_historyMPIW.npy │ │ ├── weights-QD-Naval-7-Model4_historyMPIWtr.npy │ │ ├── weights-QD-Naval-7-Model4_historyMSE.npy │ │ ├── weights-QD-Naval-7-Model4_historyMSEtr.npy │ │ ├── weights-QD-Naval-7-Model4_historyPICP.npy │ │ ├── weights-QD-Naval-7-Model4_historyPICPtr.npy │ │ ├── weights-QD-Naval-7-Model4_validationMSE │ │ ├── weights-QD-Naval-8-Model0 │ │ ├── weights-QD-Naval-8-Model0_historyMPIW.npy │ │ ├── weights-QD-Naval-8-Model0_historyMPIWtr.npy │ │ ├── weights-QD-Naval-8-Model0_historyMSE.npy │ │ ├── weights-QD-Naval-8-Model0_historyMSEtr.npy │ │ ├── weights-QD-Naval-8-Model0_historyPICP.npy │ │ ├── weights-QD-Naval-8-Model0_historyPICPtr.npy │ │ ├── weights-QD-Naval-8-Model0_validationMSE │ │ ├── weights-QD-Naval-8-Model1 │ │ ├── weights-QD-Naval-8-Model1_historyMPIW.npy │ │ ├── weights-QD-Naval-8-Model1_historyMPIWtr.npy │ │ ├── weights-QD-Naval-8-Model1_historyMSE.npy │ │ ├── weights-QD-Naval-8-Model1_historyMSEtr.npy │ │ ├── weights-QD-Naval-8-Model1_historyPICP.npy │ │ ├── weights-QD-Naval-8-Model1_historyPICPtr.npy │ │ ├── weights-QD-Naval-8-Model1_validationMSE │ │ ├── weights-QD-Naval-8-Model2 │ │ ├── weights-QD-Naval-8-Model2_historyMPIW.npy │ │ ├── weights-QD-Naval-8-Model2_historyMPIWtr.npy │ │ ├── weights-QD-Naval-8-Model2_historyMSE.npy │ │ ├── weights-QD-Naval-8-Model2_historyMSEtr.npy │ │ ├── weights-QD-Naval-8-Model2_historyPICP.npy │ │ ├── weights-QD-Naval-8-Model2_historyPICPtr.npy │ │ ├── weights-QD-Naval-8-Model2_validationMSE │ │ ├── weights-QD-Naval-8-Model3 │ │ ├── weights-QD-Naval-8-Model3_historyMPIW.npy │ │ ├── weights-QD-Naval-8-Model3_historyMPIWtr.npy │ │ ├── weights-QD-Naval-8-Model3_historyMSE.npy │ │ ├── weights-QD-Naval-8-Model3_historyMSEtr.npy │ │ ├── weights-QD-Naval-8-Model3_historyPICP.npy │ │ ├── weights-QD-Naval-8-Model3_historyPICPtr.npy │ │ ├── weights-QD-Naval-8-Model3_validationMSE │ │ ├── weights-QD-Naval-8-Model4 │ │ ├── weights-QD-Naval-8-Model4_historyMPIW.npy │ │ ├── weights-QD-Naval-8-Model4_historyMPIWtr.npy │ │ ├── weights-QD-Naval-8-Model4_historyMSE.npy │ │ ├── weights-QD-Naval-8-Model4_historyMSEtr.npy │ │ ├── weights-QD-Naval-8-Model4_historyPICP.npy │ │ ├── weights-QD-Naval-8-Model4_historyPICPtr.npy │ │ ├── weights-QD-Naval-8-Model4_validationMSE │ │ ├── weights-QD-Naval-9-Model0 │ │ ├── weights-QD-Naval-9-Model0_historyMPIW.npy │ │ ├── weights-QD-Naval-9-Model0_historyMPIWtr.npy │ │ ├── weights-QD-Naval-9-Model0_historyMSE.npy │ │ ├── weights-QD-Naval-9-Model0_historyMSEtr.npy │ │ ├── weights-QD-Naval-9-Model0_historyPICP.npy │ │ ├── weights-QD-Naval-9-Model0_historyPICPtr.npy │ │ ├── weights-QD-Naval-9-Model0_validationMSE │ │ ├── weights-QD-Naval-9-Model1 │ │ ├── weights-QD-Naval-9-Model1_historyMPIW.npy │ │ ├── weights-QD-Naval-9-Model1_historyMPIWtr.npy │ │ ├── weights-QD-Naval-9-Model1_historyMSE.npy │ │ ├── weights-QD-Naval-9-Model1_historyMSEtr.npy │ │ ├── weights-QD-Naval-9-Model1_historyPICP.npy │ │ ├── weights-QD-Naval-9-Model1_historyPICPtr.npy │ │ ├── weights-QD-Naval-9-Model1_validationMSE │ │ ├── weights-QD-Naval-9-Model2 │ │ ├── weights-QD-Naval-9-Model2_historyMPIW.npy │ │ ├── weights-QD-Naval-9-Model2_historyMPIWtr.npy │ │ ├── weights-QD-Naval-9-Model2_historyMSE.npy │ │ ├── weights-QD-Naval-9-Model2_historyMSEtr.npy │ │ ├── weights-QD-Naval-9-Model2_historyPICP.npy │ │ ├── weights-QD-Naval-9-Model2_historyPICPtr.npy │ │ ├── weights-QD-Naval-9-Model2_validationMSE │ │ ├── weights-QD-Naval-9-Model3 │ │ ├── weights-QD-Naval-9-Model3_historyMPIW.npy │ │ ├── weights-QD-Naval-9-Model3_historyMPIWtr.npy │ │ ├── weights-QD-Naval-9-Model3_historyMSE.npy │ │ ├── weights-QD-Naval-9-Model3_historyMSEtr.npy │ │ ├── weights-QD-Naval-9-Model3_historyPICP.npy │ │ ├── weights-QD-Naval-9-Model3_historyPICPtr.npy │ │ ├── weights-QD-Naval-9-Model3_validationMSE │ │ ├── weights-QD-Naval-9-Model4 │ │ ├── weights-QD-Naval-9-Model4_historyMPIW.npy │ │ ├── weights-QD-Naval-9-Model4_historyMPIWtr.npy │ │ ├── weights-QD-Naval-9-Model4_historyMSE.npy │ │ ├── weights-QD-Naval-9-Model4_historyMSEtr.npy │ │ ├── weights-QD-Naval-9-Model4_historyPICP.npy │ │ ├── weights-QD-Naval-9-Model4_historyPICPtr.npy │ │ └── weights-QD-Naval-9-Model4_validationMSE │ ├── boxes_naval.jpg │ ├── comparison_MPIW.jpg │ ├── comparison_MSE.jpg │ ├── comparison_PICP.jpg │ └── t-test.txt ├── Power │ ├── DualAQD │ │ ├── alpha_0.01 │ │ │ ├── weights-DualAQD-Power-1_historyMPIW.npy │ │ │ ├── weights-DualAQD-Power-1_historyMPIWtr.npy │ │ │ ├── weights-DualAQD-Power-1_historyMSE.npy │ │ │ ├── weights-DualAQD-Power-1_historyMSEtr.npy │ │ │ ├── weights-DualAQD-Power-1_historyPICP.npy │ │ │ ├── weights-DualAQD-Power-1_historyPICPtr.npy │ │ │ └── weights-DualAQD-Power-1_validationMSE │ │ ├── alpha_0.1 │ │ │ ├── regression_report-DualAQD-Power.txt │ │ │ ├── validation_MPIW-DualAQD-Power.npy │ │ │ ├── validation_MSE-DualAQD-Power.npy │ │ │ ├── validation_PICP-DualAQD-Power.npy │ │ │ ├── weights-DualAQD-Power-1 │ │ │ ├── weights-DualAQD-Power-10 │ │ │ ├── weights-DualAQD-Power-10_historyMPIW.npy │ │ │ ├── weights-DualAQD-Power-10_historyMPIWtr.npy │ │ │ ├── weights-DualAQD-Power-10_historyMSE.npy │ │ │ ├── weights-DualAQD-Power-10_historyMSEtr.npy │ │ │ ├── weights-DualAQD-Power-10_historyPICP.npy │ │ │ ├── weights-DualAQD-Power-10_historyPICPtr.npy │ │ │ ├── weights-DualAQD-Power-10_validationMSE │ │ │ ├── weights-DualAQD-Power-1_historyMPIW.npy │ │ │ ├── weights-DualAQD-Power-1_historyMPIWtr.npy │ │ │ ├── weights-DualAQD-Power-1_historyMSE.npy │ │ │ ├── weights-DualAQD-Power-1_historyMSEtr.npy │ │ │ ├── weights-DualAQD-Power-1_historyPICP.npy │ │ │ ├── weights-DualAQD-Power-1_historyPICPtr.npy │ │ │ ├── weights-DualAQD-Power-1_validationMSE │ │ │ ├── weights-DualAQD-Power-2 │ │ │ ├── weights-DualAQD-Power-2_historyMPIW.npy │ │ │ ├── weights-DualAQD-Power-2_historyMPIWtr.npy │ │ │ ├── weights-DualAQD-Power-2_historyMSE.npy │ │ │ ├── weights-DualAQD-Power-2_historyMSEtr.npy │ │ │ ├── weights-DualAQD-Power-2_historyPICP.npy │ │ │ ├── weights-DualAQD-Power-2_historyPICPtr.npy │ │ │ ├── weights-DualAQD-Power-2_validationMSE │ │ │ ├── weights-DualAQD-Power-3 │ │ │ ├── weights-DualAQD-Power-3_historyMPIW.npy │ │ │ ├── weights-DualAQD-Power-3_historyMPIWtr.npy │ │ │ ├── weights-DualAQD-Power-3_historyMSE.npy │ │ │ ├── weights-DualAQD-Power-3_historyMSEtr.npy │ │ │ ├── weights-DualAQD-Power-3_historyPICP.npy │ │ │ ├── weights-DualAQD-Power-3_historyPICPtr.npy │ │ │ ├── weights-DualAQD-Power-3_validationMSE │ │ │ ├── weights-DualAQD-Power-4 │ │ │ ├── weights-DualAQD-Power-4_historyMPIW.npy │ │ │ ├── weights-DualAQD-Power-4_historyMPIWtr.npy │ │ │ ├── weights-DualAQD-Power-4_historyMSE.npy │ │ │ ├── weights-DualAQD-Power-4_historyMSEtr.npy │ │ │ ├── weights-DualAQD-Power-4_historyPICP.npy │ │ │ ├── weights-DualAQD-Power-4_historyPICPtr.npy │ │ │ ├── weights-DualAQD-Power-4_validationMSE │ │ │ ├── weights-DualAQD-Power-5 │ │ │ ├── weights-DualAQD-Power-5_historyMPIW.npy │ │ │ ├── weights-DualAQD-Power-5_historyMPIWtr.npy │ │ │ ├── weights-DualAQD-Power-5_historyMSE.npy │ │ │ ├── weights-DualAQD-Power-5_historyMSEtr.npy │ │ │ ├── weights-DualAQD-Power-5_historyPICP.npy │ │ │ ├── weights-DualAQD-Power-5_historyPICPtr.npy │ │ │ ├── weights-DualAQD-Power-5_validationMSE │ │ │ ├── weights-DualAQD-Power-6 │ │ │ ├── weights-DualAQD-Power-6_historyMPIW.npy │ │ │ ├── weights-DualAQD-Power-6_historyMPIWtr.npy │ │ │ ├── weights-DualAQD-Power-6_historyMSE.npy │ │ │ ├── weights-DualAQD-Power-6_historyMSEtr.npy │ │ │ ├── weights-DualAQD-Power-6_historyPICP.npy │ │ │ ├── weights-DualAQD-Power-6_historyPICPtr.npy │ │ │ ├── weights-DualAQD-Power-6_validationMSE │ │ │ ├── weights-DualAQD-Power-7 │ │ │ ├── weights-DualAQD-Power-7_historyMPIW.npy │ │ │ ├── weights-DualAQD-Power-7_historyMPIWtr.npy │ │ │ ├── weights-DualAQD-Power-7_historyMSE.npy │ │ │ ├── weights-DualAQD-Power-7_historyMSEtr.npy │ │ │ ├── weights-DualAQD-Power-7_historyPICP.npy │ │ │ ├── weights-DualAQD-Power-7_historyPICPtr.npy │ │ │ ├── weights-DualAQD-Power-7_validationMSE │ │ │ ├── weights-DualAQD-Power-8 │ │ │ ├── weights-DualAQD-Power-8_historyMPIW.npy │ │ │ ├── weights-DualAQD-Power-8_historyMPIWtr.npy │ │ │ ├── weights-DualAQD-Power-8_historyMSE.npy │ │ │ ├── weights-DualAQD-Power-8_historyMSEtr.npy │ │ │ ├── weights-DualAQD-Power-8_historyPICP.npy │ │ │ ├── weights-DualAQD-Power-8_historyPICPtr.npy │ │ │ ├── weights-DualAQD-Power-8_validationMSE │ │ │ ├── weights-DualAQD-Power-9 │ │ │ ├── weights-DualAQD-Power-9_historyMPIW.npy │ │ │ ├── weights-DualAQD-Power-9_historyMPIWtr.npy │ │ │ ├── weights-DualAQD-Power-9_historyMSE.npy │ │ │ ├── weights-DualAQD-Power-9_historyMSEtr.npy │ │ │ ├── weights-DualAQD-Power-9_historyPICP.npy │ │ │ ├── weights-DualAQD-Power-9_historyPICPtr.npy │ │ │ └── weights-DualAQD-Power-9_validationMSE │ │ ├── regression_report-DualAQD-Power.txt │ │ ├── validation_MPIW-DualAQD-Power.npy │ │ ├── validation_MSE-DualAQD-Power.npy │ │ ├── validation_PICP-DualAQD-Power.npy │ │ ├── weights-DualAQD-Power-1 │ │ ├── weights-DualAQD-Power-10 │ │ ├── weights-DualAQD-Power-10_historyMPIW.npy │ │ ├── weights-DualAQD-Power-10_historyMPIWtr.npy │ │ ├── weights-DualAQD-Power-10_historyMSE.npy │ │ ├── weights-DualAQD-Power-10_historyMSEtr.npy │ │ ├── weights-DualAQD-Power-10_historyPICP.npy │ │ ├── weights-DualAQD-Power-10_historyPICPtr.npy │ │ ├── weights-DualAQD-Power-10_validationMSE │ │ ├── weights-DualAQD-Power-1_historyMPIW.npy │ │ ├── weights-DualAQD-Power-1_historyMPIWtr.npy │ │ ├── weights-DualAQD-Power-1_historyMSE.npy │ │ ├── weights-DualAQD-Power-1_historyMSEtr.npy │ │ ├── weights-DualAQD-Power-1_historyPICP.npy │ │ ├── weights-DualAQD-Power-1_historyPICPtr.npy │ │ ├── weights-DualAQD-Power-1_validationMSE │ │ ├── weights-DualAQD-Power-2 │ │ ├── weights-DualAQD-Power-2_historyMPIW.npy │ │ ├── weights-DualAQD-Power-2_historyMPIWtr.npy │ │ ├── weights-DualAQD-Power-2_historyMSE.npy │ │ ├── weights-DualAQD-Power-2_historyMSEtr.npy │ │ ├── weights-DualAQD-Power-2_historyPICP.npy │ │ ├── weights-DualAQD-Power-2_historyPICPtr.npy │ │ ├── weights-DualAQD-Power-2_validationMSE │ │ ├── weights-DualAQD-Power-3 │ │ ├── weights-DualAQD-Power-3_historyMPIW.npy │ │ ├── weights-DualAQD-Power-3_historyMPIWtr.npy │ │ ├── weights-DualAQD-Power-3_historyMSE.npy │ │ ├── weights-DualAQD-Power-3_historyMSEtr.npy │ │ ├── weights-DualAQD-Power-3_historyPICP.npy │ │ ├── weights-DualAQD-Power-3_historyPICPtr.npy │ │ ├── weights-DualAQD-Power-3_validationMSE │ │ ├── weights-DualAQD-Power-4 │ │ ├── weights-DualAQD-Power-4_historyMPIW.npy │ │ ├── weights-DualAQD-Power-4_historyMPIWtr.npy │ │ ├── weights-DualAQD-Power-4_historyMSE.npy │ │ ├── weights-DualAQD-Power-4_historyMSEtr.npy │ │ ├── weights-DualAQD-Power-4_historyPICP.npy │ │ ├── weights-DualAQD-Power-4_historyPICPtr.npy │ │ ├── weights-DualAQD-Power-4_validationMSE │ │ ├── weights-DualAQD-Power-5 │ │ ├── weights-DualAQD-Power-5_historyMPIW.npy │ │ ├── weights-DualAQD-Power-5_historyMPIWtr.npy │ │ ├── weights-DualAQD-Power-5_historyMSE.npy │ │ ├── weights-DualAQD-Power-5_historyMSEtr.npy │ │ ├── weights-DualAQD-Power-5_historyPICP.npy │ │ ├── weights-DualAQD-Power-5_historyPICPtr.npy │ │ ├── weights-DualAQD-Power-5_validationMSE │ │ ├── weights-DualAQD-Power-6 │ │ ├── weights-DualAQD-Power-6_historyMPIW.npy │ │ ├── weights-DualAQD-Power-6_historyMPIWtr.npy │ │ ├── weights-DualAQD-Power-6_historyMSE.npy │ │ ├── weights-DualAQD-Power-6_historyMSEtr.npy │ │ ├── weights-DualAQD-Power-6_historyPICP.npy │ │ ├── weights-DualAQD-Power-6_historyPICPtr.npy │ │ ├── weights-DualAQD-Power-6_validationMSE │ │ ├── weights-DualAQD-Power-7 │ │ ├── weights-DualAQD-Power-7_historyMPIW.npy │ │ ├── weights-DualAQD-Power-7_historyMPIWtr.npy │ │ ├── weights-DualAQD-Power-7_historyMSE.npy │ │ ├── weights-DualAQD-Power-7_historyMSEtr.npy │ │ ├── weights-DualAQD-Power-7_historyPICP.npy │ │ ├── weights-DualAQD-Power-7_historyPICPtr.npy │ │ ├── weights-DualAQD-Power-7_validationMSE │ │ ├── weights-DualAQD-Power-8 │ │ ├── weights-DualAQD-Power-8_historyMPIW.npy │ │ ├── weights-DualAQD-Power-8_historyMPIWtr.npy │ │ ├── weights-DualAQD-Power-8_historyMSE.npy │ │ ├── weights-DualAQD-Power-8_historyMSEtr.npy │ │ ├── weights-DualAQD-Power-8_historyPICP.npy │ │ ├── weights-DualAQD-Power-8_historyPICPtr.npy │ │ ├── weights-DualAQD-Power-8_validationMSE │ │ ├── weights-DualAQD-Power-9 │ │ ├── weights-DualAQD-Power-9_historyMPIW.npy │ │ ├── weights-DualAQD-Power-9_historyMPIWtr.npy │ │ ├── weights-DualAQD-Power-9_historyMSE.npy │ │ ├── weights-DualAQD-Power-9_historyMSEtr.npy │ │ ├── weights-DualAQD-Power-9_historyPICP.npy │ │ ├── weights-DualAQD-Power-9_historyPICPtr.npy │ │ └── weights-DualAQD-Power-9_validationMSE │ ├── MCDropout │ │ ├── regression_report-MCDropout-Power.txt │ │ ├── validation_MPIW-MCDropout-Power.npy │ │ ├── validation_MSE-MCDropout-Power.npy │ │ ├── validation_PICP-MCDropout-Power.npy │ │ ├── weights-MCDropout-Power-1 │ │ ├── weights-MCDropout-Power-10 │ │ ├── weights-MCDropout-Power-10_historyMSE.npy │ │ ├── weights-MCDropout-Power-10_historyMSEtr.npy │ │ ├── weights-MCDropout-Power-10_validationMSE │ │ ├── weights-MCDropout-Power-1_historyMSE.npy │ │ ├── weights-MCDropout-Power-1_historyMSEtr.npy │ │ ├── weights-MCDropout-Power-1_validationMSE │ │ ├── weights-MCDropout-Power-2 │ │ ├── weights-MCDropout-Power-2_historyMSE.npy │ │ ├── weights-MCDropout-Power-2_historyMSEtr.npy │ │ ├── weights-MCDropout-Power-2_validationMSE │ │ ├── weights-MCDropout-Power-3 │ │ ├── weights-MCDropout-Power-3_historyMSE.npy │ │ ├── weights-MCDropout-Power-3_historyMSEtr.npy │ │ ├── weights-MCDropout-Power-3_validationMSE │ │ ├── weights-MCDropout-Power-4 │ │ ├── weights-MCDropout-Power-4_historyMSE.npy │ │ ├── weights-MCDropout-Power-4_historyMSEtr.npy │ │ ├── weights-MCDropout-Power-4_validationMSE │ │ ├── weights-MCDropout-Power-5 │ │ ├── weights-MCDropout-Power-5_historyMSE.npy │ │ ├── weights-MCDropout-Power-5_historyMSEtr.npy │ │ ├── weights-MCDropout-Power-5_validationMSE │ │ ├── weights-MCDropout-Power-6 │ │ ├── weights-MCDropout-Power-6_historyMSE.npy │ │ ├── weights-MCDropout-Power-6_historyMSEtr.npy │ │ ├── weights-MCDropout-Power-6_validationMSE │ │ ├── weights-MCDropout-Power-7 │ │ ├── weights-MCDropout-Power-7_historyMSE.npy │ │ ├── weights-MCDropout-Power-7_historyMSEtr.npy │ │ ├── weights-MCDropout-Power-7_validationMSE │ │ ├── weights-MCDropout-Power-8 │ │ ├── weights-MCDropout-Power-8_historyMSE.npy │ │ ├── weights-MCDropout-Power-8_historyMSEtr.npy │ │ ├── weights-MCDropout-Power-8_validationMSE │ │ ├── weights-MCDropout-Power-9 │ │ ├── weights-MCDropout-Power-9_historyMSE.npy │ │ ├── weights-MCDropout-Power-9_historyMSEtr.npy │ │ └── weights-MCDropout-Power-9_validationMSE │ ├── QD+ │ │ ├── regression_report-QD+-Power.txt │ │ ├── validation_MPIW-QD+-Power.npy │ │ ├── validation_MSE-QD+-Power.npy │ │ ├── validation_PICP-QD+-Power.npy │ │ ├── weights-QD+-Power-1-Model0 │ │ ├── weights-QD+-Power-1-Model0_historyMSE.npy │ │ ├── weights-QD+-Power-1-Model0_historyMSEtr.npy │ │ ├── weights-QD+-Power-1-Model0_validationMSE │ │ ├── weights-QD+-Power-1-Model1 │ │ ├── weights-QD+-Power-1-Model1_historyMSE.npy │ │ ├── weights-QD+-Power-1-Model1_historyMSEtr.npy │ │ ├── weights-QD+-Power-1-Model1_validationMSE │ │ ├── weights-QD+-Power-1-Model2 │ │ ├── weights-QD+-Power-1-Model2_historyMSE.npy │ │ ├── weights-QD+-Power-1-Model2_historyMSEtr.npy │ │ ├── weights-QD+-Power-1-Model2_validationMSE │ │ ├── weights-QD+-Power-1-Model3 │ │ ├── weights-QD+-Power-1-Model3_historyMSE.npy │ │ ├── weights-QD+-Power-1-Model3_historyMSEtr.npy │ │ ├── weights-QD+-Power-1-Model3_validationMSE │ │ ├── weights-QD+-Power-1-Model4 │ │ ├── weights-QD+-Power-1-Model4_historyMSE.npy │ │ ├── weights-QD+-Power-1-Model4_historyMSEtr.npy │ │ ├── weights-QD+-Power-1-Model4_validationMSE │ │ ├── weights-QD+-Power-10-Model0 │ │ ├── weights-QD+-Power-10-Model0_historyMSE.npy │ │ ├── weights-QD+-Power-10-Model0_historyMSEtr.npy │ │ ├── weights-QD+-Power-10-Model0_validationMSE │ │ ├── weights-QD+-Power-10-Model1 │ │ ├── weights-QD+-Power-10-Model1_historyMSE.npy │ │ ├── weights-QD+-Power-10-Model1_historyMSEtr.npy │ │ ├── weights-QD+-Power-10-Model1_validationMSE │ │ ├── weights-QD+-Power-10-Model2 │ │ ├── weights-QD+-Power-10-Model2_historyMSE.npy │ │ ├── weights-QD+-Power-10-Model2_historyMSEtr.npy │ │ ├── weights-QD+-Power-10-Model2_validationMSE │ │ ├── weights-QD+-Power-10-Model3 │ │ ├── weights-QD+-Power-10-Model3_historyMSE.npy │ │ ├── weights-QD+-Power-10-Model3_historyMSEtr.npy │ │ ├── weights-QD+-Power-10-Model3_validationMSE │ │ ├── weights-QD+-Power-10-Model4 │ │ ├── weights-QD+-Power-10-Model4_historyMSE.npy │ │ ├── weights-QD+-Power-10-Model4_historyMSEtr.npy │ │ ├── weights-QD+-Power-10-Model4_validationMSE │ │ ├── weights-QD+-Power-2-Model0 │ │ ├── weights-QD+-Power-2-Model0_historyMSE.npy │ │ ├── weights-QD+-Power-2-Model0_historyMSEtr.npy │ │ ├── weights-QD+-Power-2-Model0_validationMSE │ │ ├── weights-QD+-Power-2-Model1 │ │ ├── weights-QD+-Power-2-Model1_historyMSE.npy │ │ ├── weights-QD+-Power-2-Model1_historyMSEtr.npy │ │ ├── weights-QD+-Power-2-Model1_validationMSE │ │ ├── weights-QD+-Power-2-Model2 │ │ ├── weights-QD+-Power-2-Model2_historyMSE.npy │ │ ├── weights-QD+-Power-2-Model2_historyMSEtr.npy │ │ ├── weights-QD+-Power-2-Model2_validationMSE │ │ ├── weights-QD+-Power-2-Model3 │ │ ├── weights-QD+-Power-2-Model3_historyMSE.npy │ │ ├── weights-QD+-Power-2-Model3_historyMSEtr.npy │ │ ├── weights-QD+-Power-2-Model3_validationMSE │ │ ├── weights-QD+-Power-2-Model4 │ │ ├── weights-QD+-Power-2-Model4_historyMSE.npy │ │ ├── weights-QD+-Power-2-Model4_historyMSEtr.npy │ │ ├── weights-QD+-Power-2-Model4_validationMSE │ │ ├── weights-QD+-Power-3-Model0 │ │ ├── weights-QD+-Power-3-Model0_historyMSE.npy │ │ ├── weights-QD+-Power-3-Model0_historyMSEtr.npy │ │ ├── weights-QD+-Power-3-Model0_validationMSE │ │ ├── weights-QD+-Power-3-Model1 │ │ ├── weights-QD+-Power-3-Model1_historyMSE.npy │ │ ├── weights-QD+-Power-3-Model1_historyMSEtr.npy │ │ ├── weights-QD+-Power-3-Model1_validationMSE │ │ ├── weights-QD+-Power-3-Model2 │ │ ├── weights-QD+-Power-3-Model2_historyMSE.npy │ │ ├── weights-QD+-Power-3-Model2_historyMSEtr.npy │ │ ├── weights-QD+-Power-3-Model2_validationMSE │ │ ├── weights-QD+-Power-3-Model3 │ │ ├── weights-QD+-Power-3-Model3_historyMSE.npy │ │ ├── weights-QD+-Power-3-Model3_historyMSEtr.npy │ │ ├── weights-QD+-Power-3-Model3_validationMSE │ │ ├── weights-QD+-Power-3-Model4 │ │ ├── weights-QD+-Power-3-Model4_historyMSE.npy │ │ ├── weights-QD+-Power-3-Model4_historyMSEtr.npy │ │ ├── weights-QD+-Power-3-Model4_validationMSE │ │ ├── weights-QD+-Power-4-Model0 │ │ ├── weights-QD+-Power-4-Model0_historyMSE.npy │ │ ├── weights-QD+-Power-4-Model0_historyMSEtr.npy │ │ ├── weights-QD+-Power-4-Model0_validationMSE │ │ ├── weights-QD+-Power-4-Model1 │ │ ├── weights-QD+-Power-4-Model1_historyMSE.npy │ │ ├── weights-QD+-Power-4-Model1_historyMSEtr.npy │ │ ├── weights-QD+-Power-4-Model1_validationMSE │ │ ├── weights-QD+-Power-4-Model2 │ │ ├── weights-QD+-Power-4-Model2_historyMSE.npy │ │ ├── weights-QD+-Power-4-Model2_historyMSEtr.npy │ │ ├── weights-QD+-Power-4-Model2_validationMSE │ │ ├── weights-QD+-Power-4-Model3 │ │ ├── weights-QD+-Power-4-Model3_historyMSE.npy │ │ ├── weights-QD+-Power-4-Model3_historyMSEtr.npy │ │ ├── weights-QD+-Power-4-Model3_validationMSE │ │ ├── weights-QD+-Power-4-Model4 │ │ ├── weights-QD+-Power-4-Model4_historyMSE.npy │ │ ├── weights-QD+-Power-4-Model4_historyMSEtr.npy │ │ ├── weights-QD+-Power-4-Model4_validationMSE │ │ ├── weights-QD+-Power-5-Model0 │ │ ├── weights-QD+-Power-5-Model0_historyMSE.npy │ │ ├── weights-QD+-Power-5-Model0_historyMSEtr.npy │ │ ├── weights-QD+-Power-5-Model0_validationMSE │ │ ├── weights-QD+-Power-5-Model1 │ │ ├── weights-QD+-Power-5-Model1_historyMSE.npy │ │ ├── weights-QD+-Power-5-Model1_historyMSEtr.npy │ │ ├── weights-QD+-Power-5-Model1_validationMSE │ │ ├── weights-QD+-Power-5-Model2 │ │ ├── weights-QD+-Power-5-Model2_historyMSE.npy │ │ ├── weights-QD+-Power-5-Model2_historyMSEtr.npy │ │ ├── weights-QD+-Power-5-Model2_validationMSE │ │ ├── weights-QD+-Power-5-Model3 │ │ ├── weights-QD+-Power-5-Model3_historyMSE.npy │ │ ├── weights-QD+-Power-5-Model3_historyMSEtr.npy │ │ ├── weights-QD+-Power-5-Model3_validationMSE │ │ ├── weights-QD+-Power-5-Model4 │ │ ├── weights-QD+-Power-5-Model4_historyMSE.npy │ │ ├── weights-QD+-Power-5-Model4_historyMSEtr.npy │ │ ├── weights-QD+-Power-5-Model4_validationMSE │ │ ├── weights-QD+-Power-6-Model0 │ │ ├── weights-QD+-Power-6-Model0_historyMSE.npy │ │ ├── weights-QD+-Power-6-Model0_historyMSEtr.npy │ │ ├── weights-QD+-Power-6-Model0_validationMSE │ │ ├── weights-QD+-Power-6-Model1 │ │ ├── weights-QD+-Power-6-Model1_historyMSE.npy │ │ ├── weights-QD+-Power-6-Model1_historyMSEtr.npy │ │ ├── weights-QD+-Power-6-Model1_validationMSE │ │ ├── weights-QD+-Power-6-Model2 │ │ ├── weights-QD+-Power-6-Model2_historyMSE.npy │ │ ├── weights-QD+-Power-6-Model2_historyMSEtr.npy │ │ ├── weights-QD+-Power-6-Model2_validationMSE │ │ ├── weights-QD+-Power-6-Model3 │ │ ├── weights-QD+-Power-6-Model3_historyMSE.npy │ │ ├── weights-QD+-Power-6-Model3_historyMSEtr.npy │ │ ├── weights-QD+-Power-6-Model3_validationMSE │ │ ├── weights-QD+-Power-6-Model4 │ │ ├── weights-QD+-Power-6-Model4_historyMSE.npy │ │ ├── weights-QD+-Power-6-Model4_historyMSEtr.npy │ │ ├── weights-QD+-Power-6-Model4_validationMSE │ │ ├── weights-QD+-Power-7-Model0 │ │ ├── weights-QD+-Power-7-Model0_historyMSE.npy │ │ ├── weights-QD+-Power-7-Model0_historyMSEtr.npy │ │ ├── weights-QD+-Power-7-Model0_validationMSE │ │ ├── weights-QD+-Power-7-Model1 │ │ ├── weights-QD+-Power-7-Model1_historyMSE.npy │ │ ├── weights-QD+-Power-7-Model1_historyMSEtr.npy │ │ ├── weights-QD+-Power-7-Model1_validationMSE │ │ ├── weights-QD+-Power-7-Model2 │ │ ├── weights-QD+-Power-7-Model2_historyMSE.npy │ │ ├── weights-QD+-Power-7-Model2_historyMSEtr.npy │ │ ├── weights-QD+-Power-7-Model2_validationMSE │ │ ├── weights-QD+-Power-7-Model3 │ │ ├── weights-QD+-Power-7-Model3_historyMSE.npy │ │ ├── weights-QD+-Power-7-Model3_historyMSEtr.npy │ │ ├── weights-QD+-Power-7-Model3_validationMSE │ │ ├── weights-QD+-Power-7-Model4 │ │ ├── weights-QD+-Power-7-Model4_historyMSE.npy │ │ ├── weights-QD+-Power-7-Model4_historyMSEtr.npy │ │ ├── weights-QD+-Power-7-Model4_validationMSE │ │ ├── weights-QD+-Power-8-Model0 │ │ ├── weights-QD+-Power-8-Model0_historyMSE.npy │ │ ├── weights-QD+-Power-8-Model0_historyMSEtr.npy │ │ ├── weights-QD+-Power-8-Model0_validationMSE │ │ ├── weights-QD+-Power-8-Model1 │ │ ├── weights-QD+-Power-8-Model1_historyMSE.npy │ │ ├── weights-QD+-Power-8-Model1_historyMSEtr.npy │ │ ├── weights-QD+-Power-8-Model1_validationMSE │ │ ├── weights-QD+-Power-8-Model2 │ │ ├── weights-QD+-Power-8-Model2_historyMSE.npy │ │ ├── weights-QD+-Power-8-Model2_historyMSEtr.npy │ │ ├── weights-QD+-Power-8-Model2_validationMSE │ │ ├── weights-QD+-Power-8-Model3 │ │ ├── weights-QD+-Power-8-Model3_historyMSE.npy │ │ ├── weights-QD+-Power-8-Model3_historyMSEtr.npy │ │ ├── weights-QD+-Power-8-Model3_validationMSE │ │ ├── weights-QD+-Power-8-Model4 │ │ ├── weights-QD+-Power-8-Model4_historyMSE.npy │ │ ├── weights-QD+-Power-8-Model4_historyMSEtr.npy │ │ ├── weights-QD+-Power-8-Model4_validationMSE │ │ ├── weights-QD+-Power-9-Model0 │ │ ├── weights-QD+-Power-9-Model0_historyMSE.npy │ │ ├── weights-QD+-Power-9-Model0_historyMSEtr.npy │ │ ├── weights-QD+-Power-9-Model0_validationMSE │ │ ├── weights-QD+-Power-9-Model1 │ │ ├── weights-QD+-Power-9-Model1_historyMSE.npy │ │ ├── weights-QD+-Power-9-Model1_historyMSEtr.npy │ │ ├── weights-QD+-Power-9-Model1_validationMSE │ │ ├── weights-QD+-Power-9-Model2 │ │ ├── weights-QD+-Power-9-Model2_historyMSE.npy │ │ ├── weights-QD+-Power-9-Model2_historyMSEtr.npy │ │ ├── weights-QD+-Power-9-Model2_validationMSE │ │ ├── weights-QD+-Power-9-Model3 │ │ ├── weights-QD+-Power-9-Model3_historyMSE.npy │ │ ├── weights-QD+-Power-9-Model3_historyMSEtr.npy │ │ ├── weights-QD+-Power-9-Model3_validationMSE │ │ ├── weights-QD+-Power-9-Model4 │ │ ├── weights-QD+-Power-9-Model4_historyMSE.npy │ │ ├── weights-QD+-Power-9-Model4_historyMSEtr.npy │ │ └── weights-QD+-Power-9-Model4_validationMSE │ ├── QD │ │ ├── regression_report-QD-Power.txt │ │ ├── validation_MPIW-QD-Power.npy │ │ ├── validation_MSE-QD-Power.npy │ │ ├── validation_PICP-QD-Power.npy │ │ ├── weights-QD-Power-1-Model0 │ │ ├── weights-QD-Power-1-Model0_historyMPIW.npy │ │ ├── weights-QD-Power-1-Model0_historyMPIWtr.npy │ │ ├── weights-QD-Power-1-Model0_historyMSE.npy │ │ ├── weights-QD-Power-1-Model0_historyMSEtr.npy │ │ ├── weights-QD-Power-1-Model0_historyPICP.npy │ │ ├── weights-QD-Power-1-Model0_historyPICPtr.npy │ │ ├── weights-QD-Power-1-Model0_validationMSE │ │ ├── weights-QD-Power-1-Model1 │ │ ├── weights-QD-Power-1-Model1_historyMPIW.npy │ │ ├── weights-QD-Power-1-Model1_historyMPIWtr.npy │ │ ├── weights-QD-Power-1-Model1_historyMSE.npy │ │ ├── weights-QD-Power-1-Model1_historyMSEtr.npy │ │ ├── weights-QD-Power-1-Model1_historyPICP.npy │ │ ├── weights-QD-Power-1-Model1_historyPICPtr.npy │ │ ├── weights-QD-Power-1-Model1_validationMSE │ │ ├── weights-QD-Power-1-Model2 │ │ ├── weights-QD-Power-1-Model2_historyMPIW.npy │ │ ├── weights-QD-Power-1-Model2_historyMPIWtr.npy │ │ ├── weights-QD-Power-1-Model2_historyMSE.npy │ │ ├── weights-QD-Power-1-Model2_historyMSEtr.npy │ │ ├── weights-QD-Power-1-Model2_historyPICP.npy │ │ ├── weights-QD-Power-1-Model2_historyPICPtr.npy │ │ ├── weights-QD-Power-1-Model2_validationMSE │ │ ├── weights-QD-Power-1-Model3 │ │ ├── weights-QD-Power-1-Model3_historyMPIW.npy │ │ ├── weights-QD-Power-1-Model3_historyMPIWtr.npy │ │ ├── weights-QD-Power-1-Model3_historyMSE.npy │ │ ├── weights-QD-Power-1-Model3_historyMSEtr.npy │ │ ├── weights-QD-Power-1-Model3_historyPICP.npy │ │ ├── weights-QD-Power-1-Model3_historyPICPtr.npy │ │ ├── weights-QD-Power-1-Model3_validationMSE │ │ ├── weights-QD-Power-1-Model4 │ │ ├── weights-QD-Power-1-Model4_historyMPIW.npy │ │ ├── weights-QD-Power-1-Model4_historyMPIWtr.npy │ │ ├── weights-QD-Power-1-Model4_historyMSE.npy │ │ ├── weights-QD-Power-1-Model4_historyMSEtr.npy │ │ ├── weights-QD-Power-1-Model4_historyPICP.npy │ │ ├── weights-QD-Power-1-Model4_historyPICPtr.npy │ │ ├── weights-QD-Power-1-Model4_validationMSE │ │ ├── weights-QD-Power-10-Model0 │ │ ├── weights-QD-Power-10-Model0_historyMPIW.npy │ │ ├── weights-QD-Power-10-Model0_historyMPIWtr.npy │ │ ├── weights-QD-Power-10-Model0_historyMSE.npy │ │ ├── weights-QD-Power-10-Model0_historyMSEtr.npy │ │ ├── weights-QD-Power-10-Model0_historyPICP.npy │ │ ├── weights-QD-Power-10-Model0_historyPICPtr.npy │ │ ├── weights-QD-Power-10-Model0_validationMSE │ │ ├── weights-QD-Power-10-Model1 │ │ ├── weights-QD-Power-10-Model1_historyMPIW.npy │ │ ├── weights-QD-Power-10-Model1_historyMPIWtr.npy │ │ ├── weights-QD-Power-10-Model1_historyMSE.npy │ │ ├── weights-QD-Power-10-Model1_historyMSEtr.npy │ │ ├── weights-QD-Power-10-Model1_historyPICP.npy │ │ ├── weights-QD-Power-10-Model1_historyPICPtr.npy │ │ ├── weights-QD-Power-10-Model1_validationMSE │ │ ├── weights-QD-Power-10-Model2 │ │ ├── weights-QD-Power-10-Model2_historyMPIW.npy │ │ ├── weights-QD-Power-10-Model2_historyMPIWtr.npy │ │ ├── weights-QD-Power-10-Model2_historyMSE.npy │ │ ├── weights-QD-Power-10-Model2_historyMSEtr.npy │ │ ├── weights-QD-Power-10-Model2_historyPICP.npy │ │ ├── weights-QD-Power-10-Model2_historyPICPtr.npy │ │ ├── weights-QD-Power-10-Model2_validationMSE │ │ ├── weights-QD-Power-10-Model3 │ │ ├── weights-QD-Power-10-Model3_historyMPIW.npy │ │ ├── weights-QD-Power-10-Model3_historyMPIWtr.npy │ │ ├── weights-QD-Power-10-Model3_historyMSE.npy │ │ ├── weights-QD-Power-10-Model3_historyMSEtr.npy │ │ ├── weights-QD-Power-10-Model3_historyPICP.npy │ │ ├── weights-QD-Power-10-Model3_historyPICPtr.npy │ │ ├── weights-QD-Power-10-Model3_validationMSE │ │ ├── weights-QD-Power-10-Model4 │ │ ├── weights-QD-Power-10-Model4_historyMPIW.npy │ │ ├── weights-QD-Power-10-Model4_historyMPIWtr.npy │ │ ├── weights-QD-Power-10-Model4_historyMSE.npy │ │ ├── weights-QD-Power-10-Model4_historyMSEtr.npy │ │ ├── weights-QD-Power-10-Model4_historyPICP.npy │ │ ├── weights-QD-Power-10-Model4_historyPICPtr.npy │ │ ├── weights-QD-Power-10-Model4_validationMSE │ │ ├── weights-QD-Power-2-Model0 │ │ ├── weights-QD-Power-2-Model0_historyMPIW.npy │ │ ├── weights-QD-Power-2-Model0_historyMPIWtr.npy │ │ ├── weights-QD-Power-2-Model0_historyMSE.npy │ │ ├── weights-QD-Power-2-Model0_historyMSEtr.npy │ │ ├── weights-QD-Power-2-Model0_historyPICP.npy │ │ ├── weights-QD-Power-2-Model0_historyPICPtr.npy │ │ ├── weights-QD-Power-2-Model0_validationMSE │ │ ├── weights-QD-Power-2-Model1 │ │ ├── weights-QD-Power-2-Model1_historyMPIW.npy │ │ ├── weights-QD-Power-2-Model1_historyMPIWtr.npy │ │ ├── weights-QD-Power-2-Model1_historyMSE.npy │ │ ├── weights-QD-Power-2-Model1_historyMSEtr.npy │ │ ├── weights-QD-Power-2-Model1_historyPICP.npy │ │ ├── weights-QD-Power-2-Model1_historyPICPtr.npy │ │ ├── weights-QD-Power-2-Model1_validationMSE │ │ ├── weights-QD-Power-2-Model2 │ │ ├── weights-QD-Power-2-Model2_historyMPIW.npy │ │ ├── weights-QD-Power-2-Model2_historyMPIWtr.npy │ │ ├── weights-QD-Power-2-Model2_historyMSE.npy │ │ ├── weights-QD-Power-2-Model2_historyMSEtr.npy │ │ ├── weights-QD-Power-2-Model2_historyPICP.npy │ │ ├── weights-QD-Power-2-Model2_historyPICPtr.npy │ │ ├── weights-QD-Power-2-Model2_validationMSE │ │ ├── weights-QD-Power-2-Model3 │ │ ├── weights-QD-Power-2-Model3_historyMPIW.npy │ │ ├── weights-QD-Power-2-Model3_historyMPIWtr.npy │ │ ├── weights-QD-Power-2-Model3_historyMSE.npy │ │ ├── weights-QD-Power-2-Model3_historyMSEtr.npy │ │ ├── weights-QD-Power-2-Model3_historyPICP.npy │ │ ├── weights-QD-Power-2-Model3_historyPICPtr.npy │ │ ├── weights-QD-Power-2-Model3_validationMSE │ │ ├── weights-QD-Power-2-Model4 │ │ ├── weights-QD-Power-2-Model4_historyMPIW.npy │ │ ├── weights-QD-Power-2-Model4_historyMPIWtr.npy │ │ ├── weights-QD-Power-2-Model4_historyMSE.npy │ │ ├── weights-QD-Power-2-Model4_historyMSEtr.npy │ │ ├── weights-QD-Power-2-Model4_historyPICP.npy │ │ ├── weights-QD-Power-2-Model4_historyPICPtr.npy │ │ ├── weights-QD-Power-2-Model4_validationMSE │ │ ├── weights-QD-Power-3-Model0 │ │ ├── weights-QD-Power-3-Model0_historyMPIW.npy │ │ ├── weights-QD-Power-3-Model0_historyMPIWtr.npy │ │ ├── weights-QD-Power-3-Model0_historyMSE.npy │ │ ├── weights-QD-Power-3-Model0_historyMSEtr.npy │ │ ├── weights-QD-Power-3-Model0_historyPICP.npy │ │ ├── weights-QD-Power-3-Model0_historyPICPtr.npy │ │ ├── weights-QD-Power-3-Model0_validationMSE │ │ ├── weights-QD-Power-3-Model1 │ │ ├── weights-QD-Power-3-Model1_historyMPIW.npy │ │ ├── weights-QD-Power-3-Model1_historyMPIWtr.npy │ │ ├── weights-QD-Power-3-Model1_historyMSE.npy │ │ ├── weights-QD-Power-3-Model1_historyMSEtr.npy │ │ ├── weights-QD-Power-3-Model1_historyPICP.npy │ │ ├── weights-QD-Power-3-Model1_historyPICPtr.npy │ │ ├── weights-QD-Power-3-Model1_validationMSE │ │ ├── weights-QD-Power-3-Model2 │ │ ├── weights-QD-Power-3-Model2_historyMPIW.npy │ │ ├── weights-QD-Power-3-Model2_historyMPIWtr.npy │ │ ├── weights-QD-Power-3-Model2_historyMSE.npy │ │ ├── weights-QD-Power-3-Model2_historyMSEtr.npy │ │ ├── weights-QD-Power-3-Model2_historyPICP.npy │ │ ├── weights-QD-Power-3-Model2_historyPICPtr.npy │ │ ├── weights-QD-Power-3-Model2_validationMSE │ │ ├── weights-QD-Power-3-Model3 │ │ ├── weights-QD-Power-3-Model3_historyMPIW.npy │ │ ├── weights-QD-Power-3-Model3_historyMPIWtr.npy │ │ ├── weights-QD-Power-3-Model3_historyMSE.npy │ │ ├── weights-QD-Power-3-Model3_historyMSEtr.npy │ │ ├── weights-QD-Power-3-Model3_historyPICP.npy │ │ ├── weights-QD-Power-3-Model3_historyPICPtr.npy │ │ ├── weights-QD-Power-3-Model3_validationMSE │ │ ├── weights-QD-Power-3-Model4 │ │ ├── weights-QD-Power-3-Model4_historyMPIW.npy │ │ ├── weights-QD-Power-3-Model4_historyMPIWtr.npy │ │ ├── weights-QD-Power-3-Model4_historyMSE.npy │ │ ├── weights-QD-Power-3-Model4_historyMSEtr.npy │ │ ├── weights-QD-Power-3-Model4_historyPICP.npy │ │ ├── weights-QD-Power-3-Model4_historyPICPtr.npy │ │ ├── weights-QD-Power-3-Model4_validationMSE │ │ ├── weights-QD-Power-4-Model0 │ │ ├── weights-QD-Power-4-Model0_historyMPIW.npy │ │ ├── weights-QD-Power-4-Model0_historyMPIWtr.npy │ │ ├── weights-QD-Power-4-Model0_historyMSE.npy │ │ ├── weights-QD-Power-4-Model0_historyMSEtr.npy │ │ ├── weights-QD-Power-4-Model0_historyPICP.npy │ │ ├── weights-QD-Power-4-Model0_historyPICPtr.npy │ │ ├── weights-QD-Power-4-Model0_validationMSE │ │ ├── weights-QD-Power-4-Model1 │ │ ├── weights-QD-Power-4-Model1_historyMPIW.npy │ │ ├── weights-QD-Power-4-Model1_historyMPIWtr.npy │ │ ├── weights-QD-Power-4-Model1_historyMSE.npy │ │ ├── weights-QD-Power-4-Model1_historyMSEtr.npy │ │ ├── weights-QD-Power-4-Model1_historyPICP.npy │ │ ├── weights-QD-Power-4-Model1_historyPICPtr.npy │ │ ├── weights-QD-Power-4-Model1_validationMSE │ │ ├── weights-QD-Power-4-Model2 │ │ ├── weights-QD-Power-4-Model2_historyMPIW.npy │ │ ├── weights-QD-Power-4-Model2_historyMPIWtr.npy │ │ ├── weights-QD-Power-4-Model2_historyMSE.npy │ │ ├── weights-QD-Power-4-Model2_historyMSEtr.npy │ │ ├── weights-QD-Power-4-Model2_historyPICP.npy │ │ ├── weights-QD-Power-4-Model2_historyPICPtr.npy │ │ ├── weights-QD-Power-4-Model2_validationMSE │ │ ├── weights-QD-Power-4-Model3 │ │ ├── weights-QD-Power-4-Model3_historyMPIW.npy │ │ ├── weights-QD-Power-4-Model3_historyMPIWtr.npy │ │ ├── weights-QD-Power-4-Model3_historyMSE.npy │ │ ├── weights-QD-Power-4-Model3_historyMSEtr.npy │ │ ├── weights-QD-Power-4-Model3_historyPICP.npy │ │ ├── weights-QD-Power-4-Model3_historyPICPtr.npy │ │ ├── weights-QD-Power-4-Model3_validationMSE │ │ ├── weights-QD-Power-4-Model4 │ │ ├── weights-QD-Power-4-Model4_historyMPIW.npy │ │ ├── weights-QD-Power-4-Model4_historyMPIWtr.npy │ │ ├── weights-QD-Power-4-Model4_historyMSE.npy │ │ ├── weights-QD-Power-4-Model4_historyMSEtr.npy │ │ ├── weights-QD-Power-4-Model4_historyPICP.npy │ │ ├── weights-QD-Power-4-Model4_historyPICPtr.npy │ │ ├── weights-QD-Power-4-Model4_validationMSE │ │ ├── weights-QD-Power-5-Model0 │ │ ├── weights-QD-Power-5-Model0_historyMPIW.npy │ │ ├── weights-QD-Power-5-Model0_historyMPIWtr.npy │ │ ├── weights-QD-Power-5-Model0_historyMSE.npy │ │ ├── weights-QD-Power-5-Model0_historyMSEtr.npy │ │ ├── weights-QD-Power-5-Model0_historyPICP.npy │ │ ├── weights-QD-Power-5-Model0_historyPICPtr.npy │ │ ├── weights-QD-Power-5-Model0_validationMSE │ │ ├── weights-QD-Power-5-Model1 │ │ ├── weights-QD-Power-5-Model1_historyMPIW.npy │ │ ├── weights-QD-Power-5-Model1_historyMPIWtr.npy │ │ ├── weights-QD-Power-5-Model1_historyMSE.npy │ │ ├── weights-QD-Power-5-Model1_historyMSEtr.npy │ │ ├── weights-QD-Power-5-Model1_historyPICP.npy │ │ ├── weights-QD-Power-5-Model1_historyPICPtr.npy │ │ ├── weights-QD-Power-5-Model1_validationMSE │ │ ├── weights-QD-Power-5-Model2 │ │ ├── weights-QD-Power-5-Model2_historyMPIW.npy │ │ ├── weights-QD-Power-5-Model2_historyMPIWtr.npy │ │ ├── weights-QD-Power-5-Model2_historyMSE.npy │ │ ├── weights-QD-Power-5-Model2_historyMSEtr.npy │ │ ├── weights-QD-Power-5-Model2_historyPICP.npy │ │ ├── weights-QD-Power-5-Model2_historyPICPtr.npy │ │ ├── weights-QD-Power-5-Model2_validationMSE │ │ ├── weights-QD-Power-5-Model3 │ │ ├── weights-QD-Power-5-Model3_historyMPIW.npy │ │ ├── weights-QD-Power-5-Model3_historyMPIWtr.npy │ │ ├── weights-QD-Power-5-Model3_historyMSE.npy │ │ ├── weights-QD-Power-5-Model3_historyMSEtr.npy │ │ ├── weights-QD-Power-5-Model3_historyPICP.npy │ │ ├── weights-QD-Power-5-Model3_historyPICPtr.npy │ │ ├── weights-QD-Power-5-Model3_validationMSE │ │ ├── weights-QD-Power-5-Model4 │ │ ├── weights-QD-Power-5-Model4_historyMPIW.npy │ │ ├── weights-QD-Power-5-Model4_historyMPIWtr.npy │ │ ├── weights-QD-Power-5-Model4_historyMSE.npy │ │ ├── weights-QD-Power-5-Model4_historyMSEtr.npy │ │ ├── weights-QD-Power-5-Model4_historyPICP.npy │ │ ├── weights-QD-Power-5-Model4_historyPICPtr.npy │ │ ├── weights-QD-Power-5-Model4_validationMSE │ │ ├── weights-QD-Power-6-Model0 │ │ ├── weights-QD-Power-6-Model0_historyMPIW.npy │ │ ├── weights-QD-Power-6-Model0_historyMPIWtr.npy │ │ ├── weights-QD-Power-6-Model0_historyMSE.npy │ │ ├── weights-QD-Power-6-Model0_historyMSEtr.npy │ │ ├── weights-QD-Power-6-Model0_historyPICP.npy │ │ ├── weights-QD-Power-6-Model0_historyPICPtr.npy │ │ ├── weights-QD-Power-6-Model0_validationMSE │ │ ├── weights-QD-Power-6-Model1 │ │ ├── weights-QD-Power-6-Model1_historyMPIW.npy │ │ ├── weights-QD-Power-6-Model1_historyMPIWtr.npy │ │ ├── weights-QD-Power-6-Model1_historyMSE.npy │ │ ├── weights-QD-Power-6-Model1_historyMSEtr.npy │ │ ├── weights-QD-Power-6-Model1_historyPICP.npy │ │ ├── weights-QD-Power-6-Model1_historyPICPtr.npy │ │ ├── weights-QD-Power-6-Model1_validationMSE │ │ ├── weights-QD-Power-6-Model2 │ │ ├── weights-QD-Power-6-Model2_historyMPIW.npy │ │ ├── weights-QD-Power-6-Model2_historyMPIWtr.npy │ │ ├── weights-QD-Power-6-Model2_historyMSE.npy │ │ ├── weights-QD-Power-6-Model2_historyMSEtr.npy │ │ ├── weights-QD-Power-6-Model2_historyPICP.npy │ │ ├── weights-QD-Power-6-Model2_historyPICPtr.npy │ │ ├── weights-QD-Power-6-Model2_validationMSE │ │ ├── weights-QD-Power-6-Model3 │ │ ├── weights-QD-Power-6-Model3_historyMPIW.npy │ │ ├── weights-QD-Power-6-Model3_historyMPIWtr.npy │ │ ├── weights-QD-Power-6-Model3_historyMSE.npy │ │ ├── weights-QD-Power-6-Model3_historyMSEtr.npy │ │ ├── weights-QD-Power-6-Model3_historyPICP.npy │ │ ├── weights-QD-Power-6-Model3_historyPICPtr.npy │ │ ├── weights-QD-Power-6-Model3_validationMSE │ │ ├── weights-QD-Power-6-Model4 │ │ ├── weights-QD-Power-6-Model4_historyMPIW.npy │ │ ├── weights-QD-Power-6-Model4_historyMPIWtr.npy │ │ ├── weights-QD-Power-6-Model4_historyMSE.npy │ │ ├── weights-QD-Power-6-Model4_historyMSEtr.npy │ │ ├── weights-QD-Power-6-Model4_historyPICP.npy │ │ ├── weights-QD-Power-6-Model4_historyPICPtr.npy │ │ ├── weights-QD-Power-6-Model4_validationMSE │ │ ├── weights-QD-Power-7-Model0 │ │ ├── weights-QD-Power-7-Model0_historyMPIW.npy │ │ ├── weights-QD-Power-7-Model0_historyMPIWtr.npy │ │ ├── weights-QD-Power-7-Model0_historyMSE.npy │ │ ├── weights-QD-Power-7-Model0_historyMSEtr.npy │ │ ├── weights-QD-Power-7-Model0_historyPICP.npy │ │ ├── weights-QD-Power-7-Model0_historyPICPtr.npy │ │ ├── weights-QD-Power-7-Model0_validationMSE │ │ ├── weights-QD-Power-7-Model1 │ │ ├── weights-QD-Power-7-Model1_historyMPIW.npy │ │ ├── weights-QD-Power-7-Model1_historyMPIWtr.npy │ │ ├── weights-QD-Power-7-Model1_historyMSE.npy │ │ ├── weights-QD-Power-7-Model1_historyMSEtr.npy │ │ ├── weights-QD-Power-7-Model1_historyPICP.npy │ │ ├── weights-QD-Power-7-Model1_historyPICPtr.npy │ │ ├── weights-QD-Power-7-Model1_validationMSE │ │ ├── weights-QD-Power-7-Model2 │ │ ├── weights-QD-Power-7-Model2_historyMPIW.npy │ │ ├── weights-QD-Power-7-Model2_historyMPIWtr.npy │ │ ├── weights-QD-Power-7-Model2_historyMSE.npy │ │ ├── weights-QD-Power-7-Model2_historyMSEtr.npy │ │ ├── weights-QD-Power-7-Model2_historyPICP.npy │ │ ├── weights-QD-Power-7-Model2_historyPICPtr.npy │ │ ├── weights-QD-Power-7-Model2_validationMSE │ │ ├── weights-QD-Power-7-Model3 │ │ ├── weights-QD-Power-7-Model3_historyMPIW.npy │ │ ├── weights-QD-Power-7-Model3_historyMPIWtr.npy │ │ ├── weights-QD-Power-7-Model3_historyMSE.npy │ │ ├── weights-QD-Power-7-Model3_historyMSEtr.npy │ │ ├── weights-QD-Power-7-Model3_historyPICP.npy │ │ ├── weights-QD-Power-7-Model3_historyPICPtr.npy │ │ ├── weights-QD-Power-7-Model3_validationMSE │ │ ├── weights-QD-Power-7-Model4 │ │ ├── weights-QD-Power-7-Model4_historyMPIW.npy │ │ ├── weights-QD-Power-7-Model4_historyMPIWtr.npy │ │ ├── weights-QD-Power-7-Model4_historyMSE.npy │ │ ├── weights-QD-Power-7-Model4_historyMSEtr.npy │ │ ├── weights-QD-Power-7-Model4_historyPICP.npy │ │ ├── weights-QD-Power-7-Model4_historyPICPtr.npy │ │ ├── weights-QD-Power-7-Model4_validationMSE │ │ ├── weights-QD-Power-8-Model0 │ │ ├── weights-QD-Power-8-Model0_historyMPIW.npy │ │ ├── weights-QD-Power-8-Model0_historyMPIWtr.npy │ │ ├── weights-QD-Power-8-Model0_historyMSE.npy │ │ ├── weights-QD-Power-8-Model0_historyMSEtr.npy │ │ ├── weights-QD-Power-8-Model0_historyPICP.npy │ │ ├── weights-QD-Power-8-Model0_historyPICPtr.npy │ │ ├── weights-QD-Power-8-Model0_validationMSE │ │ ├── weights-QD-Power-8-Model1 │ │ ├── weights-QD-Power-8-Model1_historyMPIW.npy │ │ ├── weights-QD-Power-8-Model1_historyMPIWtr.npy │ │ ├── weights-QD-Power-8-Model1_historyMSE.npy │ │ ├── weights-QD-Power-8-Model1_historyMSEtr.npy │ │ ├── weights-QD-Power-8-Model1_historyPICP.npy │ │ ├── weights-QD-Power-8-Model1_historyPICPtr.npy │ │ ├── weights-QD-Power-8-Model1_validationMSE │ │ ├── weights-QD-Power-8-Model2 │ │ ├── weights-QD-Power-8-Model2_historyMPIW.npy │ │ ├── weights-QD-Power-8-Model2_historyMPIWtr.npy │ │ ├── weights-QD-Power-8-Model2_historyMSE.npy │ │ ├── weights-QD-Power-8-Model2_historyMSEtr.npy │ │ ├── weights-QD-Power-8-Model2_historyPICP.npy │ │ ├── weights-QD-Power-8-Model2_historyPICPtr.npy │ │ ├── weights-QD-Power-8-Model2_validationMSE │ │ ├── weights-QD-Power-8-Model3 │ │ ├── weights-QD-Power-8-Model3_historyMPIW.npy │ │ ├── weights-QD-Power-8-Model3_historyMPIWtr.npy │ │ ├── weights-QD-Power-8-Model3_historyMSE.npy │ │ ├── weights-QD-Power-8-Model3_historyMSEtr.npy │ │ ├── weights-QD-Power-8-Model3_historyPICP.npy │ │ ├── weights-QD-Power-8-Model3_historyPICPtr.npy │ │ ├── weights-QD-Power-8-Model3_validationMSE │ │ ├── weights-QD-Power-8-Model4 │ │ ├── weights-QD-Power-8-Model4_historyMPIW.npy │ │ ├── weights-QD-Power-8-Model4_historyMPIWtr.npy │ │ ├── weights-QD-Power-8-Model4_historyMSE.npy │ │ ├── weights-QD-Power-8-Model4_historyMSEtr.npy │ │ ├── weights-QD-Power-8-Model4_historyPICP.npy │ │ ├── weights-QD-Power-8-Model4_historyPICPtr.npy │ │ ├── weights-QD-Power-8-Model4_validationMSE │ │ ├── weights-QD-Power-9-Model0 │ │ ├── weights-QD-Power-9-Model0_historyMPIW.npy │ │ ├── weights-QD-Power-9-Model0_historyMPIWtr.npy │ │ ├── weights-QD-Power-9-Model0_historyMSE.npy │ │ ├── weights-QD-Power-9-Model0_historyMSEtr.npy │ │ ├── weights-QD-Power-9-Model0_historyPICP.npy │ │ ├── weights-QD-Power-9-Model0_historyPICPtr.npy │ │ ├── weights-QD-Power-9-Model0_validationMSE │ │ ├── weights-QD-Power-9-Model1 │ │ ├── weights-QD-Power-9-Model1_historyMPIW.npy │ │ ├── weights-QD-Power-9-Model1_historyMPIWtr.npy │ │ ├── weights-QD-Power-9-Model1_historyMSE.npy │ │ ├── weights-QD-Power-9-Model1_historyMSEtr.npy │ │ ├── weights-QD-Power-9-Model1_historyPICP.npy │ │ ├── weights-QD-Power-9-Model1_historyPICPtr.npy │ │ ├── weights-QD-Power-9-Model1_validationMSE │ │ ├── weights-QD-Power-9-Model2 │ │ ├── weights-QD-Power-9-Model2_historyMPIW.npy │ │ ├── weights-QD-Power-9-Model2_historyMPIWtr.npy │ │ ├── weights-QD-Power-9-Model2_historyMSE.npy │ │ ├── weights-QD-Power-9-Model2_historyMSEtr.npy │ │ ├── weights-QD-Power-9-Model2_historyPICP.npy │ │ ├── weights-QD-Power-9-Model2_historyPICPtr.npy │ │ ├── weights-QD-Power-9-Model2_validationMSE │ │ ├── weights-QD-Power-9-Model3 │ │ ├── weights-QD-Power-9-Model3_historyMPIW.npy │ │ ├── weights-QD-Power-9-Model3_historyMPIWtr.npy │ │ ├── weights-QD-Power-9-Model3_historyMSE.npy │ │ ├── weights-QD-Power-9-Model3_historyMSEtr.npy │ │ ├── weights-QD-Power-9-Model3_historyPICP.npy │ │ ├── weights-QD-Power-9-Model3_historyPICPtr.npy │ │ ├── weights-QD-Power-9-Model3_validationMSE │ │ ├── weights-QD-Power-9-Model4 │ │ ├── weights-QD-Power-9-Model4_historyMPIW.npy │ │ ├── weights-QD-Power-9-Model4_historyMPIWtr.npy │ │ ├── weights-QD-Power-9-Model4_historyMSE.npy │ │ ├── weights-QD-Power-9-Model4_historyMSEtr.npy │ │ ├── weights-QD-Power-9-Model4_historyPICP.npy │ │ ├── weights-QD-Power-9-Model4_historyPICPtr.npy │ │ └── weights-QD-Power-9-Model4_validationMSE │ ├── comparison_MPIW.jpg │ ├── comparison_MSE.jpg │ ├── comparison_PICP.jpg │ └── t-test.txt ├── Protein │ ├── DualAQD │ │ ├── regression_report-DualAQD-Protein.txt │ │ ├── validation_MPIW-DualAQD-Protein.npy │ │ ├── validation_MSE-DualAQD-Protein.npy │ │ ├── validation_PICP-DualAQD-Protein.npy │ │ ├── weights-DualAQD-Protein-1 │ │ ├── weights-DualAQD-Protein-10 │ │ ├── weights-DualAQD-Protein-10_historyMPIW.npy │ │ ├── weights-DualAQD-Protein-10_historyMPIWtr.npy │ │ ├── weights-DualAQD-Protein-10_historyMSE.npy │ │ ├── weights-DualAQD-Protein-10_historyMSEtr.npy │ │ ├── weights-DualAQD-Protein-10_historyPICP.npy │ │ ├── weights-DualAQD-Protein-10_historyPICPtr.npy │ │ ├── weights-DualAQD-Protein-10_validationMSE │ │ ├── weights-DualAQD-Protein-1_historyMPIW.npy │ │ ├── weights-DualAQD-Protein-1_historyMPIWtr.npy │ │ ├── weights-DualAQD-Protein-1_historyMSE.npy │ │ ├── weights-DualAQD-Protein-1_historyMSEtr.npy │ │ ├── weights-DualAQD-Protein-1_historyPICP.npy │ │ ├── weights-DualAQD-Protein-1_historyPICPtr.npy │ │ ├── weights-DualAQD-Protein-1_validationMSE │ │ ├── weights-DualAQD-Protein-2 │ │ ├── weights-DualAQD-Protein-2_historyMPIW.npy │ │ ├── weights-DualAQD-Protein-2_historyMPIWtr.npy │ │ ├── weights-DualAQD-Protein-2_historyMSE.npy │ │ ├── weights-DualAQD-Protein-2_historyMSEtr.npy │ │ ├── weights-DualAQD-Protein-2_historyPICP.npy │ │ ├── weights-DualAQD-Protein-2_historyPICPtr.npy │ │ ├── weights-DualAQD-Protein-2_validationMSE │ │ ├── weights-DualAQD-Protein-3 │ │ ├── weights-DualAQD-Protein-3_historyMPIW.npy │ │ ├── weights-DualAQD-Protein-3_historyMPIWtr.npy │ │ ├── weights-DualAQD-Protein-3_historyMSE.npy │ │ ├── weights-DualAQD-Protein-3_historyMSEtr.npy │ │ ├── weights-DualAQD-Protein-3_historyPICP.npy │ │ ├── weights-DualAQD-Protein-3_historyPICPtr.npy │ │ ├── weights-DualAQD-Protein-3_validationMSE │ │ ├── weights-DualAQD-Protein-4 │ │ ├── weights-DualAQD-Protein-4_historyMPIW.npy │ │ ├── weights-DualAQD-Protein-4_historyMPIWtr.npy │ │ ├── weights-DualAQD-Protein-4_historyMSE.npy │ │ ├── weights-DualAQD-Protein-4_historyMSEtr.npy │ │ ├── weights-DualAQD-Protein-4_historyPICP.npy │ │ ├── weights-DualAQD-Protein-4_historyPICPtr.npy │ │ ├── weights-DualAQD-Protein-4_validationMSE │ │ ├── weights-DualAQD-Protein-5 │ │ ├── weights-DualAQD-Protein-5_historyMPIW.npy │ │ ├── weights-DualAQD-Protein-5_historyMPIWtr.npy │ │ ├── weights-DualAQD-Protein-5_historyMSE.npy │ │ ├── weights-DualAQD-Protein-5_historyMSEtr.npy │ │ ├── weights-DualAQD-Protein-5_historyPICP.npy │ │ ├── weights-DualAQD-Protein-5_historyPICPtr.npy │ │ ├── weights-DualAQD-Protein-5_validationMSE │ │ ├── weights-DualAQD-Protein-6 │ │ ├── weights-DualAQD-Protein-6_historyMPIW.npy │ │ ├── weights-DualAQD-Protein-6_historyMPIWtr.npy │ │ ├── weights-DualAQD-Protein-6_historyMSE.npy │ │ ├── weights-DualAQD-Protein-6_historyMSEtr.npy │ │ ├── weights-DualAQD-Protein-6_historyPICP.npy │ │ ├── weights-DualAQD-Protein-6_historyPICPtr.npy │ │ ├── weights-DualAQD-Protein-6_validationMSE │ │ ├── weights-DualAQD-Protein-7 │ │ ├── weights-DualAQD-Protein-7_historyMPIW.npy │ │ ├── weights-DualAQD-Protein-7_historyMPIWtr.npy │ │ ├── weights-DualAQD-Protein-7_historyMSE.npy │ │ ├── weights-DualAQD-Protein-7_historyMSEtr.npy │ │ ├── weights-DualAQD-Protein-7_historyPICP.npy │ │ ├── weights-DualAQD-Protein-7_historyPICPtr.npy │ │ ├── weights-DualAQD-Protein-7_validationMSE │ │ ├── weights-DualAQD-Protein-8 │ │ ├── weights-DualAQD-Protein-8_historyMPIW.npy │ │ ├── weights-DualAQD-Protein-8_historyMPIWtr.npy │ │ ├── weights-DualAQD-Protein-8_historyMSE.npy │ │ ├── weights-DualAQD-Protein-8_historyMSEtr.npy │ │ ├── weights-DualAQD-Protein-8_historyPICP.npy │ │ ├── weights-DualAQD-Protein-8_historyPICPtr.npy │ │ ├── weights-DualAQD-Protein-8_validationMSE │ │ ├── weights-DualAQD-Protein-9 │ │ ├── weights-DualAQD-Protein-9_historyMPIW.npy │ │ ├── weights-DualAQD-Protein-9_historyMPIWtr.npy │ │ ├── weights-DualAQD-Protein-9_historyMSE.npy │ │ ├── weights-DualAQD-Protein-9_historyMSEtr.npy │ │ ├── weights-DualAQD-Protein-9_historyPICP.npy │ │ ├── weights-DualAQD-Protein-9_historyPICPtr.npy │ │ └── weights-DualAQD-Protein-9_validationMSE │ ├── MCDropout │ │ ├── regression_report-MCDropout-Protein.txt │ │ ├── validation_MPIW-MCDropout-Protein.npy │ │ ├── validation_MSE-MCDropout-Protein.npy │ │ ├── validation_PICP-MCDropout-Protein.npy │ │ ├── weights-MCDropout-Protein-1 │ │ ├── weights-MCDropout-Protein-10 │ │ ├── weights-MCDropout-Protein-10_historyMSE.npy │ │ ├── weights-MCDropout-Protein-10_historyMSEtr.npy │ │ ├── weights-MCDropout-Protein-10_validationMSE │ │ ├── weights-MCDropout-Protein-1_historyMSE.npy │ │ ├── weights-MCDropout-Protein-1_historyMSEtr.npy │ │ ├── weights-MCDropout-Protein-1_validationMSE │ │ ├── weights-MCDropout-Protein-2 │ │ ├── weights-MCDropout-Protein-2_historyMSE.npy │ │ ├── weights-MCDropout-Protein-2_historyMSEtr.npy │ │ ├── weights-MCDropout-Protein-2_validationMSE │ │ ├── weights-MCDropout-Protein-3 │ │ ├── weights-MCDropout-Protein-3_historyMSE.npy │ │ ├── weights-MCDropout-Protein-3_historyMSEtr.npy │ │ ├── weights-MCDropout-Protein-3_validationMSE │ │ ├── weights-MCDropout-Protein-4 │ │ ├── weights-MCDropout-Protein-4_historyMSE.npy │ │ ├── weights-MCDropout-Protein-4_historyMSEtr.npy │ │ ├── weights-MCDropout-Protein-4_validationMSE │ │ ├── weights-MCDropout-Protein-5 │ │ ├── weights-MCDropout-Protein-5_historyMSE.npy │ │ ├── weights-MCDropout-Protein-5_historyMSEtr.npy │ │ ├── weights-MCDropout-Protein-5_validationMSE │ │ ├── weights-MCDropout-Protein-6 │ │ ├── weights-MCDropout-Protein-6_historyMSE.npy │ │ ├── weights-MCDropout-Protein-6_historyMSEtr.npy │ │ ├── weights-MCDropout-Protein-6_validationMSE │ │ ├── weights-MCDropout-Protein-7 │ │ ├── weights-MCDropout-Protein-7_historyMSE.npy │ │ ├── weights-MCDropout-Protein-7_historyMSEtr.npy │ │ ├── weights-MCDropout-Protein-7_validationMSE │ │ ├── weights-MCDropout-Protein-8 │ │ ├── weights-MCDropout-Protein-8_historyMSE.npy │ │ ├── weights-MCDropout-Protein-8_historyMSEtr.npy │ │ ├── weights-MCDropout-Protein-8_validationMSE │ │ ├── weights-MCDropout-Protein-9 │ │ ├── weights-MCDropout-Protein-9_historyMSE.npy │ │ ├── weights-MCDropout-Protein-9_historyMSEtr.npy │ │ └── weights-MCDropout-Protein-9_validationMSE │ ├── QD+ │ │ ├── regression_report-QD+-Protein.txt │ │ ├── validation_MPIW-QD+-Protein.npy │ │ ├── validation_MSE-QD+-Protein.npy │ │ ├── validation_PICP-QD+-Protein.npy │ │ ├── weights-QD+-Protein-1-Model0 │ │ ├── weights-QD+-Protein-1-Model0_historyMPIW.npy │ │ ├── weights-QD+-Protein-1-Model0_historyMPIWtr.npy │ │ ├── weights-QD+-Protein-1-Model0_historyMSE.npy │ │ ├── weights-QD+-Protein-1-Model0_historyMSEtr.npy │ │ ├── weights-QD+-Protein-1-Model0_historyPICP.npy │ │ ├── weights-QD+-Protein-1-Model0_historyPICPtr.npy │ │ ├── weights-QD+-Protein-1-Model0_validationMSE │ │ ├── weights-QD+-Protein-1-Model1 │ │ ├── weights-QD+-Protein-1-Model1_historyMPIW.npy │ │ ├── weights-QD+-Protein-1-Model1_historyMPIWtr.npy │ │ ├── weights-QD+-Protein-1-Model1_historyMSE.npy │ │ ├── weights-QD+-Protein-1-Model1_historyMSEtr.npy │ │ ├── weights-QD+-Protein-1-Model1_historyPICP.npy │ │ ├── weights-QD+-Protein-1-Model1_historyPICPtr.npy │ │ ├── weights-QD+-Protein-1-Model1_validationMSE │ │ ├── weights-QD+-Protein-1-Model2 │ │ ├── weights-QD+-Protein-1-Model2_historyMPIW.npy │ │ ├── weights-QD+-Protein-1-Model2_historyMPIWtr.npy │ │ ├── weights-QD+-Protein-1-Model2_historyMSE.npy │ │ ├── weights-QD+-Protein-1-Model2_historyMSEtr.npy │ │ ├── weights-QD+-Protein-1-Model2_historyPICP.npy │ │ ├── weights-QD+-Protein-1-Model2_historyPICPtr.npy │ │ ├── weights-QD+-Protein-1-Model2_validationMSE │ │ ├── weights-QD+-Protein-1-Model3 │ │ ├── weights-QD+-Protein-1-Model3_historyMPIW.npy │ │ ├── weights-QD+-Protein-1-Model3_historyMPIWtr.npy │ │ ├── weights-QD+-Protein-1-Model3_historyMSE.npy │ │ ├── weights-QD+-Protein-1-Model3_historyMSEtr.npy │ │ ├── weights-QD+-Protein-1-Model3_historyPICP.npy │ │ ├── weights-QD+-Protein-1-Model3_historyPICPtr.npy │ │ ├── weights-QD+-Protein-1-Model3_validationMSE │ │ ├── weights-QD+-Protein-1-Model4 │ │ ├── weights-QD+-Protein-1-Model4_historyMPIW.npy │ │ ├── weights-QD+-Protein-1-Model4_historyMPIWtr.npy │ │ ├── weights-QD+-Protein-1-Model4_historyMSE.npy │ │ ├── weights-QD+-Protein-1-Model4_historyMSEtr.npy │ │ ├── weights-QD+-Protein-1-Model4_historyPICP.npy │ │ ├── weights-QD+-Protein-1-Model4_historyPICPtr.npy │ │ ├── weights-QD+-Protein-1-Model4_validationMSE │ │ ├── weights-QD+-Protein-10-Model0 │ │ ├── weights-QD+-Protein-10-Model0_historyMPIW.npy │ │ ├── weights-QD+-Protein-10-Model0_historyMPIWtr.npy │ │ ├── weights-QD+-Protein-10-Model0_historyMSE.npy │ │ ├── weights-QD+-Protein-10-Model0_historyMSEtr.npy │ │ ├── weights-QD+-Protein-10-Model0_historyPICP.npy │ │ ├── weights-QD+-Protein-10-Model0_historyPICPtr.npy │ │ ├── weights-QD+-Protein-10-Model0_validationMSE │ │ ├── weights-QD+-Protein-10-Model1 │ │ ├── weights-QD+-Protein-10-Model1_historyMPIW.npy │ │ ├── weights-QD+-Protein-10-Model1_historyMPIWtr.npy │ │ ├── weights-QD+-Protein-10-Model1_historyMSE.npy │ │ ├── weights-QD+-Protein-10-Model1_historyMSEtr.npy │ │ ├── weights-QD+-Protein-10-Model1_historyPICP.npy │ │ ├── weights-QD+-Protein-10-Model1_historyPICPtr.npy │ │ ├── weights-QD+-Protein-10-Model1_validationMSE │ │ ├── weights-QD+-Protein-10-Model2 │ │ ├── weights-QD+-Protein-10-Model2_historyMPIW.npy │ │ ├── weights-QD+-Protein-10-Model2_historyMPIWtr.npy │ │ ├── weights-QD+-Protein-10-Model2_historyMSE.npy │ │ ├── weights-QD+-Protein-10-Model2_historyMSEtr.npy │ │ ├── weights-QD+-Protein-10-Model2_historyPICP.npy │ │ ├── weights-QD+-Protein-10-Model2_historyPICPtr.npy │ │ ├── weights-QD+-Protein-10-Model2_validationMSE │ │ ├── weights-QD+-Protein-10-Model3 │ │ ├── weights-QD+-Protein-10-Model3_historyMPIW.npy │ │ ├── weights-QD+-Protein-10-Model3_historyMPIWtr.npy │ │ ├── weights-QD+-Protein-10-Model3_historyMSE.npy │ │ ├── weights-QD+-Protein-10-Model3_historyMSEtr.npy │ │ ├── weights-QD+-Protein-10-Model3_historyPICP.npy │ │ ├── weights-QD+-Protein-10-Model3_historyPICPtr.npy │ │ ├── weights-QD+-Protein-10-Model3_validationMSE │ │ ├── weights-QD+-Protein-10-Model4 │ │ ├── weights-QD+-Protein-10-Model4_historyMPIW.npy │ │ ├── weights-QD+-Protein-10-Model4_historyMPIWtr.npy │ │ ├── weights-QD+-Protein-10-Model4_historyMSE.npy │ │ ├── weights-QD+-Protein-10-Model4_historyMSEtr.npy │ │ ├── weights-QD+-Protein-10-Model4_historyPICP.npy │ │ ├── weights-QD+-Protein-10-Model4_historyPICPtr.npy │ │ ├── weights-QD+-Protein-10-Model4_validationMSE │ │ ├── weights-QD+-Protein-2-Model0 │ │ ├── weights-QD+-Protein-2-Model0_historyMPIW.npy │ │ ├── weights-QD+-Protein-2-Model0_historyMPIWtr.npy │ │ ├── weights-QD+-Protein-2-Model0_historyMSE.npy │ │ ├── weights-QD+-Protein-2-Model0_historyMSEtr.npy │ │ ├── weights-QD+-Protein-2-Model0_historyPICP.npy │ │ ├── weights-QD+-Protein-2-Model0_historyPICPtr.npy │ │ ├── weights-QD+-Protein-2-Model0_validationMSE │ │ ├── weights-QD+-Protein-2-Model1 │ │ ├── weights-QD+-Protein-2-Model1_historyMPIW.npy │ │ ├── weights-QD+-Protein-2-Model1_historyMPIWtr.npy │ │ ├── weights-QD+-Protein-2-Model1_historyMSE.npy │ │ ├── weights-QD+-Protein-2-Model1_historyMSEtr.npy │ │ ├── weights-QD+-Protein-2-Model1_historyPICP.npy │ │ ├── weights-QD+-Protein-2-Model1_historyPICPtr.npy │ │ ├── weights-QD+-Protein-2-Model1_validationMSE │ │ ├── weights-QD+-Protein-2-Model2 │ │ ├── weights-QD+-Protein-2-Model2_historyMPIW.npy │ │ ├── weights-QD+-Protein-2-Model2_historyMPIWtr.npy │ │ ├── weights-QD+-Protein-2-Model2_historyMSE.npy │ │ ├── weights-QD+-Protein-2-Model2_historyMSEtr.npy │ │ ├── weights-QD+-Protein-2-Model2_historyPICP.npy │ │ ├── weights-QD+-Protein-2-Model2_historyPICPtr.npy │ │ ├── weights-QD+-Protein-2-Model2_validationMSE │ │ ├── weights-QD+-Protein-2-Model3 │ │ ├── weights-QD+-Protein-2-Model3_historyMPIW.npy │ │ ├── weights-QD+-Protein-2-Model3_historyMPIWtr.npy │ │ ├── weights-QD+-Protein-2-Model3_historyMSE.npy │ │ ├── weights-QD+-Protein-2-Model3_historyMSEtr.npy │ │ ├── weights-QD+-Protein-2-Model3_historyPICP.npy │ │ ├── weights-QD+-Protein-2-Model3_historyPICPtr.npy │ │ ├── weights-QD+-Protein-2-Model3_validationMSE │ │ ├── weights-QD+-Protein-2-Model4 │ │ ├── weights-QD+-Protein-2-Model4_historyMPIW.npy │ │ ├── weights-QD+-Protein-2-Model4_historyMPIWtr.npy │ │ ├── weights-QD+-Protein-2-Model4_historyMSE.npy │ │ ├── weights-QD+-Protein-2-Model4_historyMSEtr.npy │ │ ├── weights-QD+-Protein-2-Model4_historyPICP.npy │ │ ├── weights-QD+-Protein-2-Model4_historyPICPtr.npy │ │ ├── weights-QD+-Protein-2-Model4_validationMSE │ │ ├── weights-QD+-Protein-3-Model0 │ │ ├── weights-QD+-Protein-3-Model0_historyMPIW.npy │ │ ├── weights-QD+-Protein-3-Model0_historyMPIWtr.npy │ │ ├── weights-QD+-Protein-3-Model0_historyMSE.npy │ │ ├── weights-QD+-Protein-3-Model0_historyMSEtr.npy │ │ ├── weights-QD+-Protein-3-Model0_historyPICP.npy │ │ ├── weights-QD+-Protein-3-Model0_historyPICPtr.npy │ │ ├── weights-QD+-Protein-3-Model0_validationMSE │ │ ├── weights-QD+-Protein-3-Model1 │ │ ├── weights-QD+-Protein-3-Model1_historyMPIW.npy │ │ ├── weights-QD+-Protein-3-Model1_historyMPIWtr.npy │ │ ├── weights-QD+-Protein-3-Model1_historyMSE.npy │ │ ├── weights-QD+-Protein-3-Model1_historyMSEtr.npy │ │ ├── weights-QD+-Protein-3-Model1_historyPICP.npy │ │ ├── weights-QD+-Protein-3-Model1_historyPICPtr.npy │ │ ├── weights-QD+-Protein-3-Model1_validationMSE │ │ ├── weights-QD+-Protein-3-Model2 │ │ ├── weights-QD+-Protein-3-Model2_historyMPIW.npy │ │ ├── weights-QD+-Protein-3-Model2_historyMPIWtr.npy │ │ ├── weights-QD+-Protein-3-Model2_historyMSE.npy │ │ ├── weights-QD+-Protein-3-Model2_historyMSEtr.npy │ │ ├── weights-QD+-Protein-3-Model2_historyPICP.npy │ │ ├── weights-QD+-Protein-3-Model2_historyPICPtr.npy │ │ ├── weights-QD+-Protein-3-Model2_validationMSE │ │ ├── weights-QD+-Protein-3-Model3 │ │ ├── weights-QD+-Protein-3-Model3_historyMPIW.npy │ │ ├── weights-QD+-Protein-3-Model3_historyMPIWtr.npy │ │ ├── weights-QD+-Protein-3-Model3_historyMSE.npy │ │ ├── weights-QD+-Protein-3-Model3_historyMSEtr.npy │ │ ├── weights-QD+-Protein-3-Model3_historyPICP.npy │ │ ├── weights-QD+-Protein-3-Model3_historyPICPtr.npy │ │ ├── weights-QD+-Protein-3-Model3_validationMSE │ │ ├── weights-QD+-Protein-3-Model4 │ │ ├── weights-QD+-Protein-3-Model4_historyMPIW.npy │ │ ├── weights-QD+-Protein-3-Model4_historyMPIWtr.npy │ │ ├── weights-QD+-Protein-3-Model4_historyMSE.npy │ │ ├── weights-QD+-Protein-3-Model4_historyMSEtr.npy │ │ ├── weights-QD+-Protein-3-Model4_historyPICP.npy │ │ ├── weights-QD+-Protein-3-Model4_historyPICPtr.npy │ │ ├── weights-QD+-Protein-3-Model4_validationMSE │ │ ├── weights-QD+-Protein-4-Model0 │ │ ├── weights-QD+-Protein-4-Model0_historyMPIW.npy │ │ ├── weights-QD+-Protein-4-Model0_historyMPIWtr.npy │ │ ├── weights-QD+-Protein-4-Model0_historyMSE.npy │ │ ├── weights-QD+-Protein-4-Model0_historyMSEtr.npy │ │ ├── weights-QD+-Protein-4-Model0_historyPICP.npy │ │ ├── weights-QD+-Protein-4-Model0_historyPICPtr.npy │ │ ├── weights-QD+-Protein-4-Model0_validationMSE │ │ ├── weights-QD+-Protein-4-Model1 │ │ ├── weights-QD+-Protein-4-Model1_historyMPIW.npy │ │ ├── weights-QD+-Protein-4-Model1_historyMPIWtr.npy │ │ ├── weights-QD+-Protein-4-Model1_historyMSE.npy │ │ ├── weights-QD+-Protein-4-Model1_historyMSEtr.npy │ │ ├── weights-QD+-Protein-4-Model1_historyPICP.npy │ │ ├── weights-QD+-Protein-4-Model1_historyPICPtr.npy │ │ ├── weights-QD+-Protein-4-Model1_validationMSE │ │ ├── weights-QD+-Protein-4-Model2 │ │ ├── weights-QD+-Protein-4-Model2_historyMPIW.npy │ │ ├── weights-QD+-Protein-4-Model2_historyMPIWtr.npy │ │ ├── weights-QD+-Protein-4-Model2_historyMSE.npy │ │ ├── weights-QD+-Protein-4-Model2_historyMSEtr.npy │ │ ├── weights-QD+-Protein-4-Model2_historyPICP.npy │ │ ├── weights-QD+-Protein-4-Model2_historyPICPtr.npy │ │ ├── weights-QD+-Protein-4-Model2_validationMSE │ │ ├── weights-QD+-Protein-4-Model3 │ │ ├── weights-QD+-Protein-4-Model3_historyMPIW.npy │ │ ├── weights-QD+-Protein-4-Model3_historyMPIWtr.npy │ │ ├── weights-QD+-Protein-4-Model3_historyMSE.npy │ │ ├── weights-QD+-Protein-4-Model3_historyMSEtr.npy │ │ ├── weights-QD+-Protein-4-Model3_historyPICP.npy │ │ ├── weights-QD+-Protein-4-Model3_historyPICPtr.npy │ │ ├── weights-QD+-Protein-4-Model3_validationMSE │ │ ├── weights-QD+-Protein-4-Model4 │ │ ├── weights-QD+-Protein-4-Model4_historyMPIW.npy │ │ ├── weights-QD+-Protein-4-Model4_historyMPIWtr.npy │ │ ├── weights-QD+-Protein-4-Model4_historyMSE.npy │ │ ├── weights-QD+-Protein-4-Model4_historyMSEtr.npy │ │ ├── weights-QD+-Protein-4-Model4_historyPICP.npy │ │ ├── weights-QD+-Protein-4-Model4_historyPICPtr.npy │ │ ├── weights-QD+-Protein-4-Model4_validationMSE │ │ ├── weights-QD+-Protein-5-Model0 │ │ ├── weights-QD+-Protein-5-Model0_historyMPIW.npy │ │ ├── weights-QD+-Protein-5-Model0_historyMPIWtr.npy │ │ ├── weights-QD+-Protein-5-Model0_historyMSE.npy │ │ ├── weights-QD+-Protein-5-Model0_historyMSEtr.npy │ │ ├── weights-QD+-Protein-5-Model0_historyPICP.npy │ │ ├── weights-QD+-Protein-5-Model0_historyPICPtr.npy │ │ ├── weights-QD+-Protein-5-Model0_validationMSE │ │ ├── weights-QD+-Protein-5-Model1 │ │ ├── weights-QD+-Protein-5-Model1_historyMPIW.npy │ │ ├── weights-QD+-Protein-5-Model1_historyMPIWtr.npy │ │ ├── weights-QD+-Protein-5-Model1_historyMSE.npy │ │ ├── weights-QD+-Protein-5-Model1_historyMSEtr.npy │ │ ├── weights-QD+-Protein-5-Model1_historyPICP.npy │ │ ├── weights-QD+-Protein-5-Model1_historyPICPtr.npy │ │ ├── weights-QD+-Protein-5-Model1_validationMSE │ │ ├── weights-QD+-Protein-5-Model2 │ │ ├── weights-QD+-Protein-5-Model2_historyMPIW.npy │ │ ├── weights-QD+-Protein-5-Model2_historyMPIWtr.npy │ │ ├── weights-QD+-Protein-5-Model2_historyMSE.npy │ │ ├── weights-QD+-Protein-5-Model2_historyMSEtr.npy │ │ ├── weights-QD+-Protein-5-Model2_historyPICP.npy │ │ ├── weights-QD+-Protein-5-Model2_historyPICPtr.npy │ │ ├── weights-QD+-Protein-5-Model2_validationMSE │ │ ├── weights-QD+-Protein-5-Model3 │ │ ├── weights-QD+-Protein-5-Model3_historyMPIW.npy │ │ ├── weights-QD+-Protein-5-Model3_historyMPIWtr.npy │ │ ├── weights-QD+-Protein-5-Model3_historyMSE.npy │ │ ├── weights-QD+-Protein-5-Model3_historyMSEtr.npy │ │ ├── weights-QD+-Protein-5-Model3_historyPICP.npy │ │ ├── weights-QD+-Protein-5-Model3_historyPICPtr.npy │ │ ├── weights-QD+-Protein-5-Model3_validationMSE │ │ ├── weights-QD+-Protein-5-Model4 │ │ ├── weights-QD+-Protein-5-Model4_historyMPIW.npy │ │ ├── weights-QD+-Protein-5-Model4_historyMPIWtr.npy │ │ ├── weights-QD+-Protein-5-Model4_historyMSE.npy │ │ ├── weights-QD+-Protein-5-Model4_historyMSEtr.npy │ │ ├── weights-QD+-Protein-5-Model4_historyPICP.npy │ │ ├── weights-QD+-Protein-5-Model4_historyPICPtr.npy │ │ ├── weights-QD+-Protein-5-Model4_validationMSE │ │ ├── weights-QD+-Protein-6-Model0 │ │ ├── weights-QD+-Protein-6-Model0_historyMPIW.npy │ │ ├── weights-QD+-Protein-6-Model0_historyMPIWtr.npy │ │ ├── weights-QD+-Protein-6-Model0_historyMSE.npy │ │ ├── weights-QD+-Protein-6-Model0_historyMSEtr.npy │ │ ├── weights-QD+-Protein-6-Model0_historyPICP.npy │ │ ├── weights-QD+-Protein-6-Model0_historyPICPtr.npy │ │ ├── weights-QD+-Protein-6-Model0_validationMSE │ │ ├── weights-QD+-Protein-6-Model1 │ │ ├── weights-QD+-Protein-6-Model1_historyMPIW.npy │ │ ├── weights-QD+-Protein-6-Model1_historyMPIWtr.npy │ │ ├── weights-QD+-Protein-6-Model1_historyMSE.npy │ │ ├── weights-QD+-Protein-6-Model1_historyMSEtr.npy │ │ ├── weights-QD+-Protein-6-Model1_historyPICP.npy │ │ ├── weights-QD+-Protein-6-Model1_historyPICPtr.npy │ │ ├── weights-QD+-Protein-6-Model1_validationMSE │ │ ├── weights-QD+-Protein-6-Model2 │ │ ├── weights-QD+-Protein-6-Model2_historyMPIW.npy │ │ ├── weights-QD+-Protein-6-Model2_historyMPIWtr.npy │ │ ├── weights-QD+-Protein-6-Model2_historyMSE.npy │ │ ├── weights-QD+-Protein-6-Model2_historyMSEtr.npy │ │ ├── weights-QD+-Protein-6-Model2_historyPICP.npy │ │ ├── weights-QD+-Protein-6-Model2_historyPICPtr.npy │ │ ├── weights-QD+-Protein-6-Model2_validationMSE │ │ ├── weights-QD+-Protein-6-Model3 │ │ ├── weights-QD+-Protein-6-Model3_historyMPIW.npy │ │ ├── weights-QD+-Protein-6-Model3_historyMPIWtr.npy │ │ ├── weights-QD+-Protein-6-Model3_historyMSE.npy │ │ ├── weights-QD+-Protein-6-Model3_historyMSEtr.npy │ │ ├── weights-QD+-Protein-6-Model3_historyPICP.npy │ │ ├── weights-QD+-Protein-6-Model3_historyPICPtr.npy │ │ ├── weights-QD+-Protein-6-Model3_validationMSE │ │ ├── weights-QD+-Protein-6-Model4 │ │ ├── weights-QD+-Protein-6-Model4_historyMPIW.npy │ │ ├── weights-QD+-Protein-6-Model4_historyMPIWtr.npy │ │ ├── weights-QD+-Protein-6-Model4_historyMSE.npy │ │ ├── weights-QD+-Protein-6-Model4_historyMSEtr.npy │ │ ├── weights-QD+-Protein-6-Model4_historyPICP.npy │ │ ├── weights-QD+-Protein-6-Model4_historyPICPtr.npy │ │ ├── weights-QD+-Protein-6-Model4_validationMSE │ │ ├── weights-QD+-Protein-7-Model0 │ │ ├── weights-QD+-Protein-7-Model0_historyMPIW.npy │ │ ├── weights-QD+-Protein-7-Model0_historyMPIWtr.npy │ │ ├── weights-QD+-Protein-7-Model0_historyMSE.npy │ │ ├── weights-QD+-Protein-7-Model0_historyMSEtr.npy │ │ ├── weights-QD+-Protein-7-Model0_historyPICP.npy │ │ ├── weights-QD+-Protein-7-Model0_historyPICPtr.npy │ │ ├── weights-QD+-Protein-7-Model0_validationMSE │ │ ├── weights-QD+-Protein-7-Model1 │ │ ├── weights-QD+-Protein-7-Model1_historyMPIW.npy │ │ ├── weights-QD+-Protein-7-Model1_historyMPIWtr.npy │ │ ├── weights-QD+-Protein-7-Model1_historyMSE.npy │ │ ├── weights-QD+-Protein-7-Model1_historyMSEtr.npy │ │ ├── weights-QD+-Protein-7-Model1_historyPICP.npy │ │ ├── weights-QD+-Protein-7-Model1_historyPICPtr.npy │ │ ├── weights-QD+-Protein-7-Model1_validationMSE │ │ ├── weights-QD+-Protein-7-Model2 │ │ ├── weights-QD+-Protein-7-Model2_historyMPIW.npy │ │ ├── weights-QD+-Protein-7-Model2_historyMPIWtr.npy │ │ ├── weights-QD+-Protein-7-Model2_historyMSE.npy │ │ ├── weights-QD+-Protein-7-Model2_historyMSEtr.npy │ │ ├── weights-QD+-Protein-7-Model2_historyPICP.npy │ │ ├── weights-QD+-Protein-7-Model2_historyPICPtr.npy │ │ ├── weights-QD+-Protein-7-Model2_validationMSE │ │ ├── weights-QD+-Protein-7-Model3 │ │ ├── weights-QD+-Protein-7-Model3_historyMPIW.npy │ │ ├── weights-QD+-Protein-7-Model3_historyMPIWtr.npy │ │ ├── weights-QD+-Protein-7-Model3_historyMSE.npy │ │ ├── weights-QD+-Protein-7-Model3_historyMSEtr.npy │ │ ├── weights-QD+-Protein-7-Model3_historyPICP.npy │ │ ├── weights-QD+-Protein-7-Model3_historyPICPtr.npy │ │ ├── weights-QD+-Protein-7-Model3_validationMSE │ │ ├── weights-QD+-Protein-7-Model4 │ │ ├── weights-QD+-Protein-7-Model4_historyMPIW.npy │ │ ├── weights-QD+-Protein-7-Model4_historyMPIWtr.npy │ │ ├── weights-QD+-Protein-7-Model4_historyMSE.npy │ │ ├── weights-QD+-Protein-7-Model4_historyMSEtr.npy │ │ ├── weights-QD+-Protein-7-Model4_historyPICP.npy │ │ ├── weights-QD+-Protein-7-Model4_historyPICPtr.npy │ │ ├── weights-QD+-Protein-7-Model4_validationMSE │ │ ├── weights-QD+-Protein-8-Model0 │ │ ├── weights-QD+-Protein-8-Model0_historyMPIW.npy │ │ ├── weights-QD+-Protein-8-Model0_historyMPIWtr.npy │ │ ├── weights-QD+-Protein-8-Model0_historyMSE.npy │ │ ├── weights-QD+-Protein-8-Model0_historyMSEtr.npy │ │ ├── weights-QD+-Protein-8-Model0_historyPICP.npy │ │ ├── weights-QD+-Protein-8-Model0_historyPICPtr.npy │ │ ├── weights-QD+-Protein-8-Model0_validationMSE │ │ ├── weights-QD+-Protein-8-Model1 │ │ ├── weights-QD+-Protein-8-Model1_historyMPIW.npy │ │ ├── weights-QD+-Protein-8-Model1_historyMPIWtr.npy │ │ ├── weights-QD+-Protein-8-Model1_historyMSE.npy │ │ ├── weights-QD+-Protein-8-Model1_historyMSEtr.npy │ │ ├── weights-QD+-Protein-8-Model1_historyPICP.npy │ │ ├── weights-QD+-Protein-8-Model1_historyPICPtr.npy │ │ ├── weights-QD+-Protein-8-Model1_validationMSE │ │ ├── weights-QD+-Protein-8-Model2 │ │ ├── weights-QD+-Protein-8-Model2_historyMPIW.npy │ │ ├── weights-QD+-Protein-8-Model2_historyMPIWtr.npy │ │ ├── weights-QD+-Protein-8-Model2_historyMSE.npy │ │ ├── weights-QD+-Protein-8-Model2_historyMSEtr.npy │ │ ├── weights-QD+-Protein-8-Model2_historyPICP.npy │ │ ├── weights-QD+-Protein-8-Model2_historyPICPtr.npy │ │ ├── weights-QD+-Protein-8-Model2_validationMSE │ │ ├── weights-QD+-Protein-8-Model3 │ │ ├── weights-QD+-Protein-8-Model3_historyMPIW.npy │ │ ├── weights-QD+-Protein-8-Model3_historyMPIWtr.npy │ │ ├── weights-QD+-Protein-8-Model3_historyMSE.npy │ │ ├── weights-QD+-Protein-8-Model3_historyMSEtr.npy │ │ ├── weights-QD+-Protein-8-Model3_historyPICP.npy │ │ ├── weights-QD+-Protein-8-Model3_historyPICPtr.npy │ │ ├── weights-QD+-Protein-8-Model3_validationMSE │ │ ├── weights-QD+-Protein-8-Model4 │ │ ├── weights-QD+-Protein-8-Model4_historyMPIW.npy │ │ ├── weights-QD+-Protein-8-Model4_historyMPIWtr.npy │ │ ├── weights-QD+-Protein-8-Model4_historyMSE.npy │ │ ├── weights-QD+-Protein-8-Model4_historyMSEtr.npy │ │ ├── weights-QD+-Protein-8-Model4_historyPICP.npy │ │ ├── weights-QD+-Protein-8-Model4_historyPICPtr.npy │ │ ├── weights-QD+-Protein-8-Model4_validationMSE │ │ ├── weights-QD+-Protein-9-Model0 │ │ ├── weights-QD+-Protein-9-Model0_historyMPIW.npy │ │ ├── weights-QD+-Protein-9-Model0_historyMPIWtr.npy │ │ ├── weights-QD+-Protein-9-Model0_historyMSE.npy │ │ ├── weights-QD+-Protein-9-Model0_historyMSEtr.npy │ │ ├── weights-QD+-Protein-9-Model0_historyPICP.npy │ │ ├── weights-QD+-Protein-9-Model0_historyPICPtr.npy │ │ ├── weights-QD+-Protein-9-Model0_validationMSE │ │ ├── weights-QD+-Protein-9-Model1 │ │ ├── weights-QD+-Protein-9-Model1_historyMPIW.npy │ │ ├── weights-QD+-Protein-9-Model1_historyMPIWtr.npy │ │ ├── weights-QD+-Protein-9-Model1_historyMSE.npy │ │ ├── weights-QD+-Protein-9-Model1_historyMSEtr.npy │ │ ├── weights-QD+-Protein-9-Model1_historyPICP.npy │ │ ├── weights-QD+-Protein-9-Model1_historyPICPtr.npy │ │ ├── weights-QD+-Protein-9-Model1_validationMSE │ │ ├── weights-QD+-Protein-9-Model2 │ │ ├── weights-QD+-Protein-9-Model2_historyMPIW.npy │ │ ├── weights-QD+-Protein-9-Model2_historyMPIWtr.npy │ │ ├── weights-QD+-Protein-9-Model2_historyMSE.npy │ │ ├── weights-QD+-Protein-9-Model2_historyMSEtr.npy │ │ ├── weights-QD+-Protein-9-Model2_historyPICP.npy │ │ ├── weights-QD+-Protein-9-Model2_historyPICPtr.npy │ │ ├── weights-QD+-Protein-9-Model2_validationMSE │ │ ├── weights-QD+-Protein-9-Model3 │ │ ├── weights-QD+-Protein-9-Model3_historyMPIW.npy │ │ ├── weights-QD+-Protein-9-Model3_historyMPIWtr.npy │ │ ├── weights-QD+-Protein-9-Model3_historyMSE.npy │ │ ├── weights-QD+-Protein-9-Model3_historyMSEtr.npy │ │ ├── weights-QD+-Protein-9-Model3_historyPICP.npy │ │ ├── weights-QD+-Protein-9-Model3_historyPICPtr.npy │ │ ├── weights-QD+-Protein-9-Model3_validationMSE │ │ ├── weights-QD+-Protein-9-Model4 │ │ ├── weights-QD+-Protein-9-Model4_historyMPIW.npy │ │ ├── weights-QD+-Protein-9-Model4_historyMPIWtr.npy │ │ ├── weights-QD+-Protein-9-Model4_historyMSE.npy │ │ ├── weights-QD+-Protein-9-Model4_historyMSEtr.npy │ │ ├── weights-QD+-Protein-9-Model4_historyPICP.npy │ │ ├── weights-QD+-Protein-9-Model4_historyPICPtr.npy │ │ └── weights-QD+-Protein-9-Model4_validationMSE │ ├── QD │ │ ├── regression_report-QD-Protein.txt │ │ ├── validation_MPIW-QD-Protein.npy │ │ ├── validation_MSE-QD-Protein.npy │ │ ├── validation_PICP-QD-Protein.npy │ │ ├── weights-QD-Protein-1-Model0 │ │ ├── weights-QD-Protein-1-Model0_historyMPIW.npy │ │ ├── weights-QD-Protein-1-Model0_historyMPIWtr.npy │ │ ├── weights-QD-Protein-1-Model0_historyMSE.npy │ │ ├── weights-QD-Protein-1-Model0_historyMSEtr.npy │ │ ├── weights-QD-Protein-1-Model0_historyPICP.npy │ │ ├── weights-QD-Protein-1-Model0_historyPICPtr.npy │ │ ├── weights-QD-Protein-1-Model0_validationMSE │ │ ├── weights-QD-Protein-1-Model1 │ │ ├── weights-QD-Protein-1-Model1_historyMPIW.npy │ │ ├── weights-QD-Protein-1-Model1_historyMPIWtr.npy │ │ ├── weights-QD-Protein-1-Model1_historyMSE.npy │ │ ├── weights-QD-Protein-1-Model1_historyMSEtr.npy │ │ ├── weights-QD-Protein-1-Model1_historyPICP.npy │ │ ├── weights-QD-Protein-1-Model1_historyPICPtr.npy │ │ ├── weights-QD-Protein-1-Model1_validationMSE │ │ ├── weights-QD-Protein-1-Model2 │ │ ├── weights-QD-Protein-1-Model2_historyMPIW.npy │ │ ├── weights-QD-Protein-1-Model2_historyMPIWtr.npy │ │ ├── weights-QD-Protein-1-Model2_historyMSE.npy │ │ ├── weights-QD-Protein-1-Model2_historyMSEtr.npy │ │ ├── weights-QD-Protein-1-Model2_historyPICP.npy │ │ ├── weights-QD-Protein-1-Model2_historyPICPtr.npy │ │ ├── weights-QD-Protein-1-Model2_validationMSE │ │ ├── weights-QD-Protein-1-Model3 │ │ ├── weights-QD-Protein-1-Model3_historyMPIW.npy │ │ ├── weights-QD-Protein-1-Model3_historyMPIWtr.npy │ │ ├── weights-QD-Protein-1-Model3_historyMSE.npy │ │ ├── weights-QD-Protein-1-Model3_historyMSEtr.npy │ │ ├── weights-QD-Protein-1-Model3_historyPICP.npy │ │ ├── weights-QD-Protein-1-Model3_historyPICPtr.npy │ │ ├── weights-QD-Protein-1-Model3_validationMSE │ │ ├── weights-QD-Protein-1-Model4 │ │ ├── weights-QD-Protein-1-Model4_historyMPIW.npy │ │ ├── weights-QD-Protein-1-Model4_historyMPIWtr.npy │ │ ├── weights-QD-Protein-1-Model4_historyMSE.npy │ │ ├── weights-QD-Protein-1-Model4_historyMSEtr.npy │ │ ├── weights-QD-Protein-1-Model4_historyPICP.npy │ │ ├── weights-QD-Protein-1-Model4_historyPICPtr.npy │ │ ├── weights-QD-Protein-1-Model4_validationMSE │ │ ├── weights-QD-Protein-10-Model0 │ │ ├── weights-QD-Protein-10-Model0_historyMPIW.npy │ │ ├── weights-QD-Protein-10-Model0_historyMPIWtr.npy │ │ ├── weights-QD-Protein-10-Model0_historyMSE.npy │ │ ├── weights-QD-Protein-10-Model0_historyMSEtr.npy │ │ ├── weights-QD-Protein-10-Model0_historyPICP.npy │ │ ├── weights-QD-Protein-10-Model0_historyPICPtr.npy │ │ ├── weights-QD-Protein-10-Model0_validationMSE │ │ ├── weights-QD-Protein-10-Model1 │ │ ├── weights-QD-Protein-10-Model1_historyMPIW.npy │ │ ├── weights-QD-Protein-10-Model1_historyMPIWtr.npy │ │ ├── weights-QD-Protein-10-Model1_historyMSE.npy │ │ ├── weights-QD-Protein-10-Model1_historyMSEtr.npy │ │ ├── weights-QD-Protein-10-Model1_historyPICP.npy │ │ ├── weights-QD-Protein-10-Model1_historyPICPtr.npy │ │ ├── weights-QD-Protein-10-Model1_validationMSE │ │ ├── weights-QD-Protein-10-Model2 │ │ ├── weights-QD-Protein-10-Model2_historyMPIW.npy │ │ ├── weights-QD-Protein-10-Model2_historyMPIWtr.npy │ │ ├── weights-QD-Protein-10-Model2_historyMSE.npy │ │ ├── weights-QD-Protein-10-Model2_historyMSEtr.npy │ │ ├── weights-QD-Protein-10-Model2_historyPICP.npy │ │ ├── weights-QD-Protein-10-Model2_historyPICPtr.npy │ │ ├── weights-QD-Protein-10-Model2_validationMSE │ │ ├── weights-QD-Protein-10-Model3 │ │ ├── weights-QD-Protein-10-Model3_historyMPIW.npy │ │ ├── weights-QD-Protein-10-Model3_historyMPIWtr.npy │ │ ├── weights-QD-Protein-10-Model3_historyMSE.npy │ │ ├── weights-QD-Protein-10-Model3_historyMSEtr.npy │ │ ├── weights-QD-Protein-10-Model3_historyPICP.npy │ │ ├── weights-QD-Protein-10-Model3_historyPICPtr.npy │ │ ├── weights-QD-Protein-10-Model3_validationMSE │ │ ├── weights-QD-Protein-10-Model4 │ │ ├── weights-QD-Protein-10-Model4_historyMPIW.npy │ │ ├── weights-QD-Protein-10-Model4_historyMPIWtr.npy │ │ ├── weights-QD-Protein-10-Model4_historyMSE.npy │ │ ├── weights-QD-Protein-10-Model4_historyMSEtr.npy │ │ ├── weights-QD-Protein-10-Model4_historyPICP.npy │ │ ├── weights-QD-Protein-10-Model4_historyPICPtr.npy │ │ ├── weights-QD-Protein-10-Model4_validationMSE │ │ ├── weights-QD-Protein-2-Model0 │ │ ├── weights-QD-Protein-2-Model0_historyMPIW.npy │ │ ├── weights-QD-Protein-2-Model0_historyMPIWtr.npy │ │ ├── weights-QD-Protein-2-Model0_historyMSE.npy │ │ ├── weights-QD-Protein-2-Model0_historyMSEtr.npy │ │ ├── weights-QD-Protein-2-Model0_historyPICP.npy │ │ ├── weights-QD-Protein-2-Model0_historyPICPtr.npy │ │ ├── weights-QD-Protein-2-Model0_validationMSE │ │ ├── weights-QD-Protein-2-Model1 │ │ ├── weights-QD-Protein-2-Model1_historyMPIW.npy │ │ ├── weights-QD-Protein-2-Model1_historyMPIWtr.npy │ │ ├── weights-QD-Protein-2-Model1_historyMSE.npy │ │ ├── weights-QD-Protein-2-Model1_historyMSEtr.npy │ │ ├── weights-QD-Protein-2-Model1_historyPICP.npy │ │ ├── weights-QD-Protein-2-Model1_historyPICPtr.npy │ │ ├── weights-QD-Protein-2-Model1_validationMSE │ │ ├── weights-QD-Protein-2-Model2 │ │ ├── weights-QD-Protein-2-Model2_historyMPIW.npy │ │ ├── weights-QD-Protein-2-Model2_historyMPIWtr.npy │ │ ├── weights-QD-Protein-2-Model2_historyMSE.npy │ │ ├── weights-QD-Protein-2-Model2_historyMSEtr.npy │ │ ├── weights-QD-Protein-2-Model2_historyPICP.npy │ │ ├── weights-QD-Protein-2-Model2_historyPICPtr.npy │ │ ├── weights-QD-Protein-2-Model2_validationMSE │ │ ├── weights-QD-Protein-2-Model3 │ │ ├── weights-QD-Protein-2-Model3_historyMPIW.npy │ │ ├── weights-QD-Protein-2-Model3_historyMPIWtr.npy │ │ ├── weights-QD-Protein-2-Model3_historyMSE.npy │ │ ├── weights-QD-Protein-2-Model3_historyMSEtr.npy │ │ ├── weights-QD-Protein-2-Model3_historyPICP.npy │ │ ├── weights-QD-Protein-2-Model3_historyPICPtr.npy │ │ ├── weights-QD-Protein-2-Model3_validationMSE │ │ ├── weights-QD-Protein-2-Model4 │ │ ├── weights-QD-Protein-2-Model4_historyMPIW.npy │ │ ├── weights-QD-Protein-2-Model4_historyMPIWtr.npy │ │ ├── weights-QD-Protein-2-Model4_historyMSE.npy │ │ ├── weights-QD-Protein-2-Model4_historyMSEtr.npy │ │ ├── weights-QD-Protein-2-Model4_historyPICP.npy │ │ ├── weights-QD-Protein-2-Model4_historyPICPtr.npy │ │ ├── weights-QD-Protein-2-Model4_validationMSE │ │ ├── weights-QD-Protein-3-Model0 │ │ ├── weights-QD-Protein-3-Model0_historyMPIW.npy │ │ ├── weights-QD-Protein-3-Model0_historyMPIWtr.npy │ │ ├── weights-QD-Protein-3-Model0_historyMSE.npy │ │ ├── weights-QD-Protein-3-Model0_historyMSEtr.npy │ │ ├── weights-QD-Protein-3-Model0_historyPICP.npy │ │ ├── weights-QD-Protein-3-Model0_historyPICPtr.npy │ │ ├── weights-QD-Protein-3-Model0_validationMSE │ │ ├── weights-QD-Protein-3-Model1 │ │ ├── weights-QD-Protein-3-Model1_historyMPIW.npy │ │ ├── weights-QD-Protein-3-Model1_historyMPIWtr.npy │ │ ├── weights-QD-Protein-3-Model1_historyMSE.npy │ │ ├── weights-QD-Protein-3-Model1_historyMSEtr.npy │ │ ├── weights-QD-Protein-3-Model1_historyPICP.npy │ │ ├── weights-QD-Protein-3-Model1_historyPICPtr.npy │ │ ├── weights-QD-Protein-3-Model1_validationMSE │ │ ├── weights-QD-Protein-3-Model2 │ │ ├── weights-QD-Protein-3-Model2_historyMPIW.npy │ │ ├── weights-QD-Protein-3-Model2_historyMPIWtr.npy │ │ ├── weights-QD-Protein-3-Model2_historyMSE.npy │ │ ├── weights-QD-Protein-3-Model2_historyMSEtr.npy │ │ ├── weights-QD-Protein-3-Model2_historyPICP.npy │ │ ├── weights-QD-Protein-3-Model2_historyPICPtr.npy │ │ ├── weights-QD-Protein-3-Model2_validationMSE │ │ ├── weights-QD-Protein-3-Model3 │ │ ├── weights-QD-Protein-3-Model3_historyMPIW.npy │ │ ├── weights-QD-Protein-3-Model3_historyMPIWtr.npy │ │ ├── weights-QD-Protein-3-Model3_historyMSE.npy │ │ ├── weights-QD-Protein-3-Model3_historyMSEtr.npy │ │ ├── weights-QD-Protein-3-Model3_historyPICP.npy │ │ ├── weights-QD-Protein-3-Model3_historyPICPtr.npy │ │ ├── weights-QD-Protein-3-Model3_validationMSE │ │ ├── weights-QD-Protein-3-Model4 │ │ ├── weights-QD-Protein-3-Model4_historyMPIW.npy │ │ ├── weights-QD-Protein-3-Model4_historyMPIWtr.npy │ │ ├── weights-QD-Protein-3-Model4_historyMSE.npy │ │ ├── weights-QD-Protein-3-Model4_historyMSEtr.npy │ │ ├── weights-QD-Protein-3-Model4_historyPICP.npy │ │ ├── weights-QD-Protein-3-Model4_historyPICPtr.npy │ │ ├── weights-QD-Protein-3-Model4_validationMSE │ │ ├── weights-QD-Protein-4-Model0 │ │ ├── weights-QD-Protein-4-Model0_historyMPIW.npy │ │ ├── weights-QD-Protein-4-Model0_historyMPIWtr.npy │ │ ├── weights-QD-Protein-4-Model0_historyMSE.npy │ │ ├── weights-QD-Protein-4-Model0_historyMSEtr.npy │ │ ├── weights-QD-Protein-4-Model0_historyPICP.npy │ │ ├── weights-QD-Protein-4-Model0_historyPICPtr.npy │ │ ├── weights-QD-Protein-4-Model0_validationMSE │ │ ├── weights-QD-Protein-4-Model1 │ │ ├── weights-QD-Protein-4-Model1_historyMPIW.npy │ │ ├── weights-QD-Protein-4-Model1_historyMPIWtr.npy │ │ ├── weights-QD-Protein-4-Model1_historyMSE.npy │ │ ├── weights-QD-Protein-4-Model1_historyMSEtr.npy │ │ ├── weights-QD-Protein-4-Model1_historyPICP.npy │ │ ├── weights-QD-Protein-4-Model1_historyPICPtr.npy │ │ ├── weights-QD-Protein-4-Model1_validationMSE │ │ ├── weights-QD-Protein-4-Model2 │ │ ├── weights-QD-Protein-4-Model2_historyMPIW.npy │ │ ├── weights-QD-Protein-4-Model2_historyMPIWtr.npy │ │ ├── weights-QD-Protein-4-Model2_historyMSE.npy │ │ ├── weights-QD-Protein-4-Model2_historyMSEtr.npy │ │ ├── weights-QD-Protein-4-Model2_historyPICP.npy │ │ ├── weights-QD-Protein-4-Model2_historyPICPtr.npy │ │ ├── weights-QD-Protein-4-Model2_validationMSE │ │ ├── weights-QD-Protein-4-Model3 │ │ ├── weights-QD-Protein-4-Model3_historyMPIW.npy │ │ ├── weights-QD-Protein-4-Model3_historyMPIWtr.npy │ │ ├── weights-QD-Protein-4-Model3_historyMSE.npy │ │ ├── weights-QD-Protein-4-Model3_historyMSEtr.npy │ │ ├── weights-QD-Protein-4-Model3_historyPICP.npy │ │ ├── weights-QD-Protein-4-Model3_historyPICPtr.npy │ │ ├── weights-QD-Protein-4-Model3_validationMSE │ │ ├── weights-QD-Protein-4-Model4 │ │ ├── weights-QD-Protein-4-Model4_historyMPIW.npy │ │ ├── weights-QD-Protein-4-Model4_historyMPIWtr.npy │ │ ├── weights-QD-Protein-4-Model4_historyMSE.npy │ │ ├── weights-QD-Protein-4-Model4_historyMSEtr.npy │ │ ├── weights-QD-Protein-4-Model4_historyPICP.npy │ │ ├── weights-QD-Protein-4-Model4_historyPICPtr.npy │ │ ├── weights-QD-Protein-4-Model4_validationMSE │ │ ├── weights-QD-Protein-5-Model0 │ │ ├── weights-QD-Protein-5-Model0_historyMPIW.npy │ │ ├── weights-QD-Protein-5-Model0_historyMPIWtr.npy │ │ ├── weights-QD-Protein-5-Model0_historyMSE.npy │ │ ├── weights-QD-Protein-5-Model0_historyMSEtr.npy │ │ ├── weights-QD-Protein-5-Model0_historyPICP.npy │ │ ├── weights-QD-Protein-5-Model0_historyPICPtr.npy │ │ ├── weights-QD-Protein-5-Model0_validationMSE │ │ ├── weights-QD-Protein-5-Model1 │ │ ├── weights-QD-Protein-5-Model1_historyMPIW.npy │ │ ├── weights-QD-Protein-5-Model1_historyMPIWtr.npy │ │ ├── weights-QD-Protein-5-Model1_historyMSE.npy │ │ ├── weights-QD-Protein-5-Model1_historyMSEtr.npy │ │ ├── weights-QD-Protein-5-Model1_historyPICP.npy │ │ ├── weights-QD-Protein-5-Model1_historyPICPtr.npy │ │ ├── weights-QD-Protein-5-Model1_validationMSE │ │ ├── weights-QD-Protein-5-Model2 │ │ ├── weights-QD-Protein-5-Model2_historyMPIW.npy │ │ ├── weights-QD-Protein-5-Model2_historyMPIWtr.npy │ │ ├── weights-QD-Protein-5-Model2_historyMSE.npy │ │ ├── weights-QD-Protein-5-Model2_historyMSEtr.npy │ │ ├── weights-QD-Protein-5-Model2_historyPICP.npy │ │ ├── weights-QD-Protein-5-Model2_historyPICPtr.npy │ │ ├── weights-QD-Protein-5-Model2_validationMSE │ │ ├── weights-QD-Protein-5-Model3 │ │ ├── weights-QD-Protein-5-Model3_historyMPIW.npy │ │ ├── weights-QD-Protein-5-Model3_historyMPIWtr.npy │ │ ├── weights-QD-Protein-5-Model3_historyMSE.npy │ │ ├── weights-QD-Protein-5-Model3_historyMSEtr.npy │ │ ├── weights-QD-Protein-5-Model3_historyPICP.npy │ │ ├── weights-QD-Protein-5-Model3_historyPICPtr.npy │ │ ├── weights-QD-Protein-5-Model3_validationMSE │ │ ├── weights-QD-Protein-5-Model4 │ │ ├── weights-QD-Protein-5-Model4_historyMPIW.npy │ │ ├── weights-QD-Protein-5-Model4_historyMPIWtr.npy │ │ ├── weights-QD-Protein-5-Model4_historyMSE.npy │ │ ├── weights-QD-Protein-5-Model4_historyMSEtr.npy │ │ ├── weights-QD-Protein-5-Model4_historyPICP.npy │ │ ├── weights-QD-Protein-5-Model4_historyPICPtr.npy │ │ ├── weights-QD-Protein-5-Model4_validationMSE │ │ ├── weights-QD-Protein-6-Model0 │ │ ├── weights-QD-Protein-6-Model0_historyMPIW.npy │ │ ├── weights-QD-Protein-6-Model0_historyMPIWtr.npy │ │ ├── weights-QD-Protein-6-Model0_historyMSE.npy │ │ ├── weights-QD-Protein-6-Model0_historyMSEtr.npy │ │ ├── weights-QD-Protein-6-Model0_historyPICP.npy │ │ ├── weights-QD-Protein-6-Model0_historyPICPtr.npy │ │ ├── weights-QD-Protein-6-Model0_validationMSE │ │ ├── weights-QD-Protein-6-Model1 │ │ ├── weights-QD-Protein-6-Model1_historyMPIW.npy │ │ ├── weights-QD-Protein-6-Model1_historyMPIWtr.npy │ │ ├── weights-QD-Protein-6-Model1_historyMSE.npy │ │ ├── weights-QD-Protein-6-Model1_historyMSEtr.npy │ │ ├── weights-QD-Protein-6-Model1_historyPICP.npy │ │ ├── weights-QD-Protein-6-Model1_historyPICPtr.npy │ │ ├── weights-QD-Protein-6-Model1_validationMSE │ │ ├── weights-QD-Protein-6-Model2 │ │ ├── weights-QD-Protein-6-Model2_historyMPIW.npy │ │ ├── weights-QD-Protein-6-Model2_historyMPIWtr.npy │ │ ├── weights-QD-Protein-6-Model2_historyMSE.npy │ │ ├── weights-QD-Protein-6-Model2_historyMSEtr.npy │ │ ├── weights-QD-Protein-6-Model2_historyPICP.npy │ │ ├── weights-QD-Protein-6-Model2_historyPICPtr.npy │ │ ├── weights-QD-Protein-6-Model2_validationMSE │ │ ├── weights-QD-Protein-6-Model3 │ │ ├── weights-QD-Protein-6-Model3_historyMPIW.npy │ │ ├── weights-QD-Protein-6-Model3_historyMPIWtr.npy │ │ ├── weights-QD-Protein-6-Model3_historyMSE.npy │ │ ├── weights-QD-Protein-6-Model3_historyMSEtr.npy │ │ ├── weights-QD-Protein-6-Model3_historyPICP.npy │ │ ├── weights-QD-Protein-6-Model3_historyPICPtr.npy │ │ ├── weights-QD-Protein-6-Model3_validationMSE │ │ ├── weights-QD-Protein-6-Model4 │ │ ├── weights-QD-Protein-6-Model4_historyMPIW.npy │ │ ├── weights-QD-Protein-6-Model4_historyMPIWtr.npy │ │ ├── weights-QD-Protein-6-Model4_historyMSE.npy │ │ ├── weights-QD-Protein-6-Model4_historyMSEtr.npy │ │ ├── weights-QD-Protein-6-Model4_historyPICP.npy │ │ ├── weights-QD-Protein-6-Model4_historyPICPtr.npy │ │ ├── weights-QD-Protein-6-Model4_validationMSE │ │ ├── weights-QD-Protein-7-Model0 │ │ ├── weights-QD-Protein-7-Model0_historyMPIW.npy │ │ ├── weights-QD-Protein-7-Model0_historyMPIWtr.npy │ │ ├── weights-QD-Protein-7-Model0_historyMSE.npy │ │ ├── weights-QD-Protein-7-Model0_historyMSEtr.npy │ │ ├── weights-QD-Protein-7-Model0_historyPICP.npy │ │ ├── weights-QD-Protein-7-Model0_historyPICPtr.npy │ │ ├── weights-QD-Protein-7-Model0_validationMSE │ │ ├── weights-QD-Protein-7-Model1 │ │ ├── weights-QD-Protein-7-Model1_historyMPIW.npy │ │ ├── weights-QD-Protein-7-Model1_historyMPIWtr.npy │ │ ├── weights-QD-Protein-7-Model1_historyMSE.npy │ │ ├── weights-QD-Protein-7-Model1_historyMSEtr.npy │ │ ├── weights-QD-Protein-7-Model1_historyPICP.npy │ │ ├── weights-QD-Protein-7-Model1_historyPICPtr.npy │ │ ├── weights-QD-Protein-7-Model1_validationMSE │ │ ├── weights-QD-Protein-7-Model2 │ │ ├── weights-QD-Protein-7-Model2_historyMPIW.npy │ │ ├── weights-QD-Protein-7-Model2_historyMPIWtr.npy │ │ ├── weights-QD-Protein-7-Model2_historyMSE.npy │ │ ├── weights-QD-Protein-7-Model2_historyMSEtr.npy │ │ ├── weights-QD-Protein-7-Model2_historyPICP.npy │ │ ├── weights-QD-Protein-7-Model2_historyPICPtr.npy │ │ ├── weights-QD-Protein-7-Model2_validationMSE │ │ ├── weights-QD-Protein-7-Model3 │ │ ├── weights-QD-Protein-7-Model3_historyMPIW.npy │ │ ├── weights-QD-Protein-7-Model3_historyMPIWtr.npy │ │ ├── weights-QD-Protein-7-Model3_historyMSE.npy │ │ ├── weights-QD-Protein-7-Model3_historyMSEtr.npy │ │ ├── weights-QD-Protein-7-Model3_historyPICP.npy │ │ ├── weights-QD-Protein-7-Model3_historyPICPtr.npy │ │ ├── weights-QD-Protein-7-Model3_validationMSE │ │ ├── weights-QD-Protein-7-Model4 │ │ ├── weights-QD-Protein-7-Model4_historyMPIW.npy │ │ ├── weights-QD-Protein-7-Model4_historyMPIWtr.npy │ │ ├── weights-QD-Protein-7-Model4_historyMSE.npy │ │ ├── weights-QD-Protein-7-Model4_historyMSEtr.npy │ │ ├── weights-QD-Protein-7-Model4_historyPICP.npy │ │ ├── weights-QD-Protein-7-Model4_historyPICPtr.npy │ │ ├── weights-QD-Protein-7-Model4_validationMSE │ │ ├── weights-QD-Protein-8-Model0 │ │ ├── weights-QD-Protein-8-Model0_historyMPIW.npy │ │ ├── weights-QD-Protein-8-Model0_historyMPIWtr.npy │ │ ├── weights-QD-Protein-8-Model0_historyMSE.npy │ │ ├── weights-QD-Protein-8-Model0_historyMSEtr.npy │ │ ├── weights-QD-Protein-8-Model0_historyPICP.npy │ │ ├── weights-QD-Protein-8-Model0_historyPICPtr.npy │ │ ├── weights-QD-Protein-8-Model0_validationMSE │ │ ├── weights-QD-Protein-8-Model1 │ │ ├── weights-QD-Protein-8-Model1_historyMPIW.npy │ │ ├── weights-QD-Protein-8-Model1_historyMPIWtr.npy │ │ ├── weights-QD-Protein-8-Model1_historyMSE.npy │ │ ├── weights-QD-Protein-8-Model1_historyMSEtr.npy │ │ ├── weights-QD-Protein-8-Model1_historyPICP.npy │ │ ├── weights-QD-Protein-8-Model1_historyPICPtr.npy │ │ ├── weights-QD-Protein-8-Model1_validationMSE │ │ ├── weights-QD-Protein-8-Model2 │ │ ├── weights-QD-Protein-8-Model2_historyMPIW.npy │ │ ├── weights-QD-Protein-8-Model2_historyMPIWtr.npy │ │ ├── weights-QD-Protein-8-Model2_historyMSE.npy │ │ ├── weights-QD-Protein-8-Model2_historyMSEtr.npy │ │ ├── weights-QD-Protein-8-Model2_historyPICP.npy │ │ ├── weights-QD-Protein-8-Model2_historyPICPtr.npy │ │ ├── weights-QD-Protein-8-Model2_validationMSE │ │ ├── weights-QD-Protein-8-Model3 │ │ ├── weights-QD-Protein-8-Model3_historyMPIW.npy │ │ ├── weights-QD-Protein-8-Model3_historyMPIWtr.npy │ │ ├── weights-QD-Protein-8-Model3_historyMSE.npy │ │ ├── weights-QD-Protein-8-Model3_historyMSEtr.npy │ │ ├── weights-QD-Protein-8-Model3_historyPICP.npy │ │ ├── weights-QD-Protein-8-Model3_historyPICPtr.npy │ │ ├── weights-QD-Protein-8-Model3_validationMSE │ │ ├── weights-QD-Protein-8-Model4 │ │ ├── weights-QD-Protein-8-Model4_historyMPIW.npy │ │ ├── weights-QD-Protein-8-Model4_historyMPIWtr.npy │ │ ├── weights-QD-Protein-8-Model4_historyMSE.npy │ │ ├── weights-QD-Protein-8-Model4_historyMSEtr.npy │ │ ├── weights-QD-Protein-8-Model4_historyPICP.npy │ │ ├── weights-QD-Protein-8-Model4_historyPICPtr.npy │ │ ├── weights-QD-Protein-8-Model4_validationMSE │ │ ├── weights-QD-Protein-9-Model0 │ │ ├── weights-QD-Protein-9-Model0_historyMPIW.npy │ │ ├── weights-QD-Protein-9-Model0_historyMPIWtr.npy │ │ ├── weights-QD-Protein-9-Model0_historyMSE.npy │ │ ├── weights-QD-Protein-9-Model0_historyMSEtr.npy │ │ ├── weights-QD-Protein-9-Model0_historyPICP.npy │ │ ├── weights-QD-Protein-9-Model0_historyPICPtr.npy │ │ ├── weights-QD-Protein-9-Model0_validationMSE │ │ ├── weights-QD-Protein-9-Model1 │ │ ├── weights-QD-Protein-9-Model1_historyMPIW.npy │ │ ├── weights-QD-Protein-9-Model1_historyMPIWtr.npy │ │ ├── weights-QD-Protein-9-Model1_historyMSE.npy │ │ ├── weights-QD-Protein-9-Model1_historyMSEtr.npy │ │ ├── weights-QD-Protein-9-Model1_historyPICP.npy │ │ ├── weights-QD-Protein-9-Model1_historyPICPtr.npy │ │ ├── weights-QD-Protein-9-Model1_validationMSE │ │ ├── weights-QD-Protein-9-Model2 │ │ ├── weights-QD-Protein-9-Model2_historyMPIW.npy │ │ ├── weights-QD-Protein-9-Model2_historyMPIWtr.npy │ │ ├── weights-QD-Protein-9-Model2_historyMSE.npy │ │ ├── weights-QD-Protein-9-Model2_historyMSEtr.npy │ │ ├── weights-QD-Protein-9-Model2_historyPICP.npy │ │ ├── weights-QD-Protein-9-Model2_historyPICPtr.npy │ │ ├── weights-QD-Protein-9-Model2_validationMSE │ │ ├── weights-QD-Protein-9-Model3 │ │ ├── weights-QD-Protein-9-Model3_historyMPIW.npy │ │ ├── weights-QD-Protein-9-Model3_historyMPIWtr.npy │ │ ├── weights-QD-Protein-9-Model3_historyMSE.npy │ │ ├── weights-QD-Protein-9-Model3_historyMSEtr.npy │ │ ├── weights-QD-Protein-9-Model3_historyPICP.npy │ │ ├── weights-QD-Protein-9-Model3_historyPICPtr.npy │ │ ├── weights-QD-Protein-9-Model3_validationMSE │ │ ├── weights-QD-Protein-9-Model4 │ │ ├── weights-QD-Protein-9-Model4_historyMPIW.npy │ │ ├── weights-QD-Protein-9-Model4_historyMPIWtr.npy │ │ ├── weights-QD-Protein-9-Model4_historyMSE.npy │ │ ├── weights-QD-Protein-9-Model4_historyMSEtr.npy │ │ ├── weights-QD-Protein-9-Model4_historyPICP.npy │ │ ├── weights-QD-Protein-9-Model4_historyPICPtr.npy │ │ └── weights-QD-Protein-9-Model4_validationMSE │ ├── comparison_MPIW.jpg │ ├── comparison_MSE.jpg │ ├── comparison_PICP.jpg │ └── t-test.txt ├── Synth │ ├── AQD.jpg │ ├── AQD_noBS.jpg │ ├── DualAQD.png │ ├── DualAQD │ │ ├── regression_report-DualAQD-Synth.txt │ │ ├── validation_DIFFS-DualAQD-Synth.npy │ │ ├── validation_MPIW-DualAQD-Synth.npy │ │ ├── validation_MSE-DualAQD-Synth.npy │ │ ├── validation_PICP-DualAQD-Synth.npy │ │ ├── weights-DualAQD-Synth-1 │ │ ├── weights-DualAQD-Synth-10 │ │ ├── weights-DualAQD-Synth-10_historyMPIW.npy │ │ ├── weights-DualAQD-Synth-10_historyMPIWtr.npy │ │ ├── weights-DualAQD-Synth-10_historyMSE.npy │ │ ├── weights-DualAQD-Synth-10_historyMSEtr.npy │ │ ├── weights-DualAQD-Synth-10_historyPICP.npy │ │ ├── weights-DualAQD-Synth-10_historyPICPtr.npy │ │ ├── weights-DualAQD-Synth-10_validationMSE │ │ ├── weights-DualAQD-Synth-1_historyMPIW.npy │ │ ├── weights-DualAQD-Synth-1_historyMPIWtr.npy │ │ ├── weights-DualAQD-Synth-1_historyMSE.npy │ │ ├── weights-DualAQD-Synth-1_historyMSEtr.npy │ │ ├── weights-DualAQD-Synth-1_historyPICP.npy │ │ ├── weights-DualAQD-Synth-1_historyPICPtr.npy │ │ ├── weights-DualAQD-Synth-1_validationMSE │ │ ├── weights-DualAQD-Synth-2 │ │ ├── weights-DualAQD-Synth-2_historyMPIW.npy │ │ ├── weights-DualAQD-Synth-2_historyMPIWtr.npy │ │ ├── weights-DualAQD-Synth-2_historyMSE.npy │ │ ├── weights-DualAQD-Synth-2_historyMSEtr.npy │ │ ├── weights-DualAQD-Synth-2_historyPICP.npy │ │ ├── weights-DualAQD-Synth-2_historyPICPtr.npy │ │ ├── weights-DualAQD-Synth-2_validationMSE │ │ ├── weights-DualAQD-Synth-3 │ │ ├── weights-DualAQD-Synth-3_historyMPIW.npy │ │ ├── weights-DualAQD-Synth-3_historyMPIWtr.npy │ │ ├── weights-DualAQD-Synth-3_historyMSE.npy │ │ ├── weights-DualAQD-Synth-3_historyMSEtr.npy │ │ ├── weights-DualAQD-Synth-3_historyPICP.npy │ │ ├── weights-DualAQD-Synth-3_historyPICPtr.npy │ │ ├── weights-DualAQD-Synth-3_validationMSE │ │ ├── weights-DualAQD-Synth-4 │ │ ├── weights-DualAQD-Synth-4_historyMPIW.npy │ │ ├── weights-DualAQD-Synth-4_historyMPIWtr.npy │ │ ├── weights-DualAQD-Synth-4_historyMSE.npy │ │ ├── weights-DualAQD-Synth-4_historyMSEtr.npy │ │ ├── weights-DualAQD-Synth-4_historyPICP.npy │ │ ├── weights-DualAQD-Synth-4_historyPICPtr.npy │ │ ├── weights-DualAQD-Synth-4_validationMSE │ │ ├── weights-DualAQD-Synth-5 │ │ ├── weights-DualAQD-Synth-5_historyMPIW.npy │ │ ├── weights-DualAQD-Synth-5_historyMPIWtr.npy │ │ ├── weights-DualAQD-Synth-5_historyMSE.npy │ │ ├── weights-DualAQD-Synth-5_historyMSEtr.npy │ │ ├── weights-DualAQD-Synth-5_historyPICP.npy │ │ ├── weights-DualAQD-Synth-5_historyPICPtr.npy │ │ ├── weights-DualAQD-Synth-5_validationMSE │ │ ├── weights-DualAQD-Synth-6 │ │ ├── weights-DualAQD-Synth-6_historyMPIW.npy │ │ ├── weights-DualAQD-Synth-6_historyMPIWtr.npy │ │ ├── weights-DualAQD-Synth-6_historyMSE.npy │ │ ├── weights-DualAQD-Synth-6_historyMSEtr.npy │ │ ├── weights-DualAQD-Synth-6_historyPICP.npy │ │ ├── weights-DualAQD-Synth-6_historyPICPtr.npy │ │ ├── weights-DualAQD-Synth-6_validationMSE │ │ ├── weights-DualAQD-Synth-7 │ │ ├── weights-DualAQD-Synth-7_historyMPIW.npy │ │ ├── weights-DualAQD-Synth-7_historyMPIWtr.npy │ │ ├── weights-DualAQD-Synth-7_historyMSE.npy │ │ ├── weights-DualAQD-Synth-7_historyMSEtr.npy │ │ ├── weights-DualAQD-Synth-7_historyPICP.npy │ │ ├── weights-DualAQD-Synth-7_historyPICPtr.npy │ │ ├── weights-DualAQD-Synth-7_validationMSE │ │ ├── weights-DualAQD-Synth-8 │ │ ├── weights-DualAQD-Synth-8_historyMPIW.npy │ │ ├── weights-DualAQD-Synth-8_historyMPIWtr.npy │ │ ├── weights-DualAQD-Synth-8_historyMSE.npy │ │ ├── weights-DualAQD-Synth-8_historyMSEtr.npy │ │ ├── weights-DualAQD-Synth-8_historyPICP.npy │ │ ├── weights-DualAQD-Synth-8_historyPICPtr.npy │ │ ├── weights-DualAQD-Synth-8_validationMSE │ │ ├── weights-DualAQD-Synth-9 │ │ ├── weights-DualAQD-Synth-9_historyMPIW.npy │ │ ├── weights-DualAQD-Synth-9_historyMPIWtr.npy │ │ ├── weights-DualAQD-Synth-9_historyMSE.npy │ │ ├── weights-DualAQD-Synth-9_historyMSEtr.npy │ │ ├── weights-DualAQD-Synth-9_historyPICP.npy │ │ ├── weights-DualAQD-Synth-9_historyPICPtr.npy │ │ ├── weights-DualAQD-Synth-9_validationMSE │ │ └── without_batch_sorting │ │ │ ├── regression_report-DualAQD-Synth.txt │ │ │ ├── validation_DIFFS-DualAQD-Synth.npy │ │ │ ├── validation_MPIW-DualAQD-Synth.npy │ │ │ ├── validation_MSE-DualAQD-Synth.npy │ │ │ ├── validation_PICP-DualAQD-Synth.npy │ │ │ ├── weights-DualAQD-Synth-1 │ │ │ ├── weights-DualAQD-Synth-10 │ │ │ ├── weights-DualAQD-Synth-10_historyMPIW.npy │ │ │ ├── weights-DualAQD-Synth-10_historyMPIWtr.npy │ │ │ ├── weights-DualAQD-Synth-10_historyMSE.npy │ │ │ ├── weights-DualAQD-Synth-10_historyMSEtr.npy │ │ │ ├── weights-DualAQD-Synth-10_historyPICP.npy │ │ │ ├── weights-DualAQD-Synth-10_historyPICPtr.npy │ │ │ ├── weights-DualAQD-Synth-10_validationMSE │ │ │ ├── weights-DualAQD-Synth-1_historyMPIW.npy │ │ │ ├── weights-DualAQD-Synth-1_historyMPIWtr.npy │ │ │ ├── weights-DualAQD-Synth-1_historyMSE.npy │ │ │ ├── weights-DualAQD-Synth-1_historyMSEtr.npy │ │ │ ├── weights-DualAQD-Synth-1_historyPICP.npy │ │ │ ├── weights-DualAQD-Synth-1_historyPICPtr.npy │ │ │ ├── weights-DualAQD-Synth-1_validationMSE │ │ │ ├── weights-DualAQD-Synth-2 │ │ │ ├── weights-DualAQD-Synth-2_historyMPIW.npy │ │ │ ├── weights-DualAQD-Synth-2_historyMPIWtr.npy │ │ │ ├── weights-DualAQD-Synth-2_historyMSE.npy │ │ │ ├── weights-DualAQD-Synth-2_historyMSEtr.npy │ │ │ ├── weights-DualAQD-Synth-2_historyPICP.npy │ │ │ ├── weights-DualAQD-Synth-2_historyPICPtr.npy │ │ │ ├── weights-DualAQD-Synth-2_validationMSE │ │ │ ├── weights-DualAQD-Synth-3 │ │ │ ├── weights-DualAQD-Synth-3_historyMPIW.npy │ │ │ ├── weights-DualAQD-Synth-3_historyMPIWtr.npy │ │ │ ├── weights-DualAQD-Synth-3_historyMSE.npy │ │ │ ├── weights-DualAQD-Synth-3_historyMSEtr.npy │ │ │ ├── weights-DualAQD-Synth-3_historyPICP.npy │ │ │ ├── weights-DualAQD-Synth-3_historyPICPtr.npy │ │ │ ├── weights-DualAQD-Synth-3_validationMSE │ │ │ ├── weights-DualAQD-Synth-4 │ │ │ ├── weights-DualAQD-Synth-4_historyMPIW.npy │ │ │ ├── weights-DualAQD-Synth-4_historyMPIWtr.npy │ │ │ ├── weights-DualAQD-Synth-4_historyMSE.npy │ │ │ ├── weights-DualAQD-Synth-4_historyMSEtr.npy │ │ │ ├── weights-DualAQD-Synth-4_historyPICP.npy │ │ │ ├── weights-DualAQD-Synth-4_historyPICPtr.npy │ │ │ ├── weights-DualAQD-Synth-4_validationMSE │ │ │ ├── weights-DualAQD-Synth-5 │ │ │ ├── weights-DualAQD-Synth-5_historyMPIW.npy │ │ │ ├── weights-DualAQD-Synth-5_historyMPIWtr.npy │ │ │ ├── weights-DualAQD-Synth-5_historyMSE.npy │ │ │ ├── weights-DualAQD-Synth-5_historyMSEtr.npy │ │ │ ├── weights-DualAQD-Synth-5_historyPICP.npy │ │ │ ├── weights-DualAQD-Synth-5_historyPICPtr.npy │ │ │ ├── weights-DualAQD-Synth-5_validationMSE │ │ │ ├── weights-DualAQD-Synth-6 │ │ │ ├── weights-DualAQD-Synth-6_historyMPIW.npy │ │ │ ├── weights-DualAQD-Synth-6_historyMPIWtr.npy │ │ │ ├── weights-DualAQD-Synth-6_historyMSE.npy │ │ │ ├── weights-DualAQD-Synth-6_historyMSEtr.npy │ │ │ ├── weights-DualAQD-Synth-6_historyPICP.npy │ │ │ ├── weights-DualAQD-Synth-6_historyPICPtr.npy │ │ │ ├── weights-DualAQD-Synth-6_validationMSE │ │ │ ├── weights-DualAQD-Synth-7 │ │ │ ├── weights-DualAQD-Synth-7_historyMPIW.npy │ │ │ ├── weights-DualAQD-Synth-7_historyMPIWtr.npy │ │ │ ├── weights-DualAQD-Synth-7_historyMSE.npy │ │ │ ├── weights-DualAQD-Synth-7_historyMSEtr.npy │ │ │ ├── weights-DualAQD-Synth-7_historyPICP.npy │ │ │ ├── weights-DualAQD-Synth-7_historyPICPtr.npy │ │ │ ├── weights-DualAQD-Synth-7_validationMSE │ │ │ ├── weights-DualAQD-Synth-8 │ │ │ ├── weights-DualAQD-Synth-8_historyMPIW.npy │ │ │ ├── weights-DualAQD-Synth-8_historyMPIWtr.npy │ │ │ ├── weights-DualAQD-Synth-8_historyMSE.npy │ │ │ ├── weights-DualAQD-Synth-8_historyMSEtr.npy │ │ │ ├── weights-DualAQD-Synth-8_historyPICP.npy │ │ │ ├── weights-DualAQD-Synth-8_historyPICPtr.npy │ │ │ ├── weights-DualAQD-Synth-8_validationMSE │ │ │ ├── weights-DualAQD-Synth-9 │ │ │ ├── weights-DualAQD-Synth-9_historyMPIW.npy │ │ │ ├── weights-DualAQD-Synth-9_historyMPIWtr.npy │ │ │ ├── weights-DualAQD-Synth-9_historyMSE.npy │ │ │ ├── weights-DualAQD-Synth-9_historyMSEtr.npy │ │ │ ├── weights-DualAQD-Synth-9_historyPICP.npy │ │ │ ├── weights-DualAQD-Synth-9_historyPICPtr.npy │ │ │ └── weights-DualAQD-Synth-9_validationMSE │ ├── DualAQD_noBS.png │ ├── MCDropout.jpg │ ├── MCDropout │ │ ├── regression_report-MCDropout-Synth.txt │ │ ├── validation_DIFFS-MCDropout-Synth.npy │ │ ├── validation_MPIW-MCDropout-Synth.npy │ │ ├── validation_MSE-MCDropout-Synth.npy │ │ ├── validation_PICP-MCDropout-Synth.npy │ │ ├── weights-MCDropout-Synth-1 │ │ ├── weights-MCDropout-Synth-10 │ │ ├── weights-MCDropout-Synth-10_historyMSE.npy │ │ ├── weights-MCDropout-Synth-10_historyMSEtr.npy │ │ ├── weights-MCDropout-Synth-10_validationMSE │ │ ├── weights-MCDropout-Synth-1_historyMSE.npy │ │ ├── weights-MCDropout-Synth-1_historyMSEtr.npy │ │ ├── weights-MCDropout-Synth-1_validationMSE │ │ ├── weights-MCDropout-Synth-2 │ │ ├── weights-MCDropout-Synth-2_historyMSE.npy │ │ ├── weights-MCDropout-Synth-2_historyMSEtr.npy │ │ ├── weights-MCDropout-Synth-2_validationMSE │ │ ├── weights-MCDropout-Synth-3 │ │ ├── weights-MCDropout-Synth-3_historyMSE.npy │ │ ├── weights-MCDropout-Synth-3_historyMSEtr.npy │ │ ├── weights-MCDropout-Synth-3_validationMSE │ │ ├── weights-MCDropout-Synth-4 │ │ ├── weights-MCDropout-Synth-4_historyMSE.npy │ │ ├── weights-MCDropout-Synth-4_historyMSEtr.npy │ │ ├── weights-MCDropout-Synth-4_validationMSE │ │ ├── weights-MCDropout-Synth-5 │ │ ├── weights-MCDropout-Synth-5_historyMSE.npy │ │ ├── weights-MCDropout-Synth-5_historyMSEtr.npy │ │ ├── weights-MCDropout-Synth-5_validationMSE │ │ ├── weights-MCDropout-Synth-6 │ │ ├── weights-MCDropout-Synth-6_historyMSE.npy │ │ ├── weights-MCDropout-Synth-6_historyMSEtr.npy │ │ ├── weights-MCDropout-Synth-6_validationMSE │ │ ├── weights-MCDropout-Synth-7 │ │ ├── weights-MCDropout-Synth-7_historyMSE.npy │ │ ├── weights-MCDropout-Synth-7_historyMSEtr.npy │ │ ├── weights-MCDropout-Synth-7_validationMSE │ │ ├── weights-MCDropout-Synth-8 │ │ ├── weights-MCDropout-Synth-8_historyMSE.npy │ │ ├── weights-MCDropout-Synth-8_historyMSEtr.npy │ │ ├── weights-MCDropout-Synth-8_validationMSE │ │ ├── weights-MCDropout-Synth-9 │ │ ├── weights-MCDropout-Synth-9_historyMSE.npy │ │ ├── weights-MCDropout-Synth-9_historyMSEtr.npy │ │ └── weights-MCDropout-Synth-9_validationMSE │ ├── QD+.jpg │ ├── QD+ │ │ ├── plot Pis │ │ │ ├── qd+synthresults_Xvalp.npy │ │ │ └── qd+synthresults_yp_yu_yl.npy │ │ ├── regression_report-QD+-Synth.txt │ │ ├── validation_DIFFS-QD+-Synth.npy │ │ ├── validation_MPIW-QD+-Synth.npy │ │ ├── validation_MSE-QD+-Synth.npy │ │ ├── validation_PICP-QD+-Synth.npy │ │ ├── weights-QD+-Synth-1-Model0 │ │ ├── weights-QD+-Synth-1-Model0_historyMSE.npy │ │ ├── weights-QD+-Synth-1-Model0_historyMSEtr.npy │ │ ├── weights-QD+-Synth-1-Model0_validationMSE │ │ ├── weights-QD+-Synth-1-Model1 │ │ ├── weights-QD+-Synth-1-Model1_historyMSE.npy │ │ ├── weights-QD+-Synth-1-Model1_historyMSEtr.npy │ │ ├── weights-QD+-Synth-1-Model1_validationMSE │ │ ├── weights-QD+-Synth-1-Model2 │ │ ├── weights-QD+-Synth-1-Model2_historyMSE.npy │ │ ├── weights-QD+-Synth-1-Model2_historyMSEtr.npy │ │ ├── weights-QD+-Synth-1-Model2_validationMSE │ │ ├── weights-QD+-Synth-1-Model3 │ │ ├── weights-QD+-Synth-1-Model3_historyMSE.npy │ │ ├── weights-QD+-Synth-1-Model3_historyMSEtr.npy │ │ ├── weights-QD+-Synth-1-Model3_validationMSE │ │ ├── weights-QD+-Synth-1-Model4 │ │ ├── weights-QD+-Synth-1-Model4_historyMSE.npy │ │ ├── weights-QD+-Synth-1-Model4_historyMSEtr.npy │ │ ├── weights-QD+-Synth-1-Model4_validationMSE │ │ ├── weights-QD+-Synth-10-Model0 │ │ ├── weights-QD+-Synth-10-Model0_historyMSE.npy │ │ ├── weights-QD+-Synth-10-Model0_historyMSEtr.npy │ │ ├── weights-QD+-Synth-10-Model0_validationMSE │ │ ├── weights-QD+-Synth-10-Model1 │ │ ├── weights-QD+-Synth-10-Model1_historyMSE.npy │ │ ├── weights-QD+-Synth-10-Model1_historyMSEtr.npy │ │ ├── weights-QD+-Synth-10-Model1_validationMSE │ │ ├── weights-QD+-Synth-10-Model2 │ │ ├── weights-QD+-Synth-10-Model2_historyMSE.npy │ │ ├── weights-QD+-Synth-10-Model2_historyMSEtr.npy │ │ ├── weights-QD+-Synth-10-Model2_validationMSE │ │ ├── weights-QD+-Synth-10-Model3 │ │ ├── weights-QD+-Synth-10-Model3_historyMSE.npy │ │ ├── weights-QD+-Synth-10-Model3_historyMSEtr.npy │ │ ├── weights-QD+-Synth-10-Model3_validationMSE │ │ ├── weights-QD+-Synth-10-Model4 │ │ ├── weights-QD+-Synth-10-Model4_historyMSE.npy │ │ ├── weights-QD+-Synth-10-Model4_historyMSEtr.npy │ │ ├── weights-QD+-Synth-10-Model4_validationMSE │ │ ├── weights-QD+-Synth-2-Model0 │ │ ├── weights-QD+-Synth-2-Model0_historyMSE.npy │ │ ├── weights-QD+-Synth-2-Model0_historyMSEtr.npy │ │ ├── weights-QD+-Synth-2-Model0_validationMSE │ │ ├── weights-QD+-Synth-2-Model1 │ │ ├── weights-QD+-Synth-2-Model1_historyMSE.npy │ │ ├── weights-QD+-Synth-2-Model1_historyMSEtr.npy │ │ ├── weights-QD+-Synth-2-Model1_validationMSE │ │ ├── weights-QD+-Synth-2-Model2 │ │ ├── weights-QD+-Synth-2-Model2_historyMSE.npy │ │ ├── weights-QD+-Synth-2-Model2_historyMSEtr.npy │ │ ├── weights-QD+-Synth-2-Model2_validationMSE │ │ ├── weights-QD+-Synth-2-Model3 │ │ ├── weights-QD+-Synth-2-Model3_historyMSE.npy │ │ ├── weights-QD+-Synth-2-Model3_historyMSEtr.npy │ │ ├── weights-QD+-Synth-2-Model3_validationMSE │ │ ├── weights-QD+-Synth-2-Model4 │ │ ├── weights-QD+-Synth-2-Model4_historyMSE.npy │ │ ├── weights-QD+-Synth-2-Model4_historyMSEtr.npy │ │ ├── weights-QD+-Synth-2-Model4_validationMSE │ │ ├── weights-QD+-Synth-3-Model0 │ │ ├── weights-QD+-Synth-3-Model0_historyMSE.npy │ │ ├── weights-QD+-Synth-3-Model0_historyMSEtr.npy │ │ ├── weights-QD+-Synth-3-Model0_validationMSE │ │ ├── weights-QD+-Synth-3-Model1 │ │ ├── weights-QD+-Synth-3-Model1_historyMSE.npy │ │ ├── weights-QD+-Synth-3-Model1_historyMSEtr.npy │ │ ├── weights-QD+-Synth-3-Model1_validationMSE │ │ ├── weights-QD+-Synth-3-Model2 │ │ ├── weights-QD+-Synth-3-Model2_historyMSE.npy │ │ ├── weights-QD+-Synth-3-Model2_historyMSEtr.npy │ │ ├── weights-QD+-Synth-3-Model2_validationMSE │ │ ├── weights-QD+-Synth-3-Model3 │ │ ├── weights-QD+-Synth-3-Model3_historyMSE.npy │ │ ├── weights-QD+-Synth-3-Model3_historyMSEtr.npy │ │ ├── weights-QD+-Synth-3-Model3_validationMSE │ │ ├── weights-QD+-Synth-3-Model4 │ │ ├── weights-QD+-Synth-3-Model4_historyMSE.npy │ │ ├── weights-QD+-Synth-3-Model4_historyMSEtr.npy │ │ ├── weights-QD+-Synth-3-Model4_validationMSE │ │ ├── weights-QD+-Synth-4-Model0 │ │ ├── weights-QD+-Synth-4-Model0_historyMSE.npy │ │ ├── weights-QD+-Synth-4-Model0_historyMSEtr.npy │ │ ├── weights-QD+-Synth-4-Model0_validationMSE │ │ ├── weights-QD+-Synth-4-Model1 │ │ ├── weights-QD+-Synth-4-Model1_historyMSE.npy │ │ ├── weights-QD+-Synth-4-Model1_historyMSEtr.npy │ │ ├── weights-QD+-Synth-4-Model1_validationMSE │ │ ├── weights-QD+-Synth-4-Model2 │ │ ├── weights-QD+-Synth-4-Model2_historyMSE.npy │ │ ├── weights-QD+-Synth-4-Model2_historyMSEtr.npy │ │ ├── weights-QD+-Synth-4-Model2_validationMSE │ │ ├── weights-QD+-Synth-4-Model3 │ │ ├── weights-QD+-Synth-4-Model3_historyMSE.npy │ │ ├── weights-QD+-Synth-4-Model3_historyMSEtr.npy │ │ ├── weights-QD+-Synth-4-Model3_validationMSE │ │ ├── weights-QD+-Synth-4-Model4 │ │ ├── weights-QD+-Synth-4-Model4_historyMSE.npy │ │ ├── weights-QD+-Synth-4-Model4_historyMSEtr.npy │ │ ├── weights-QD+-Synth-4-Model4_validationMSE │ │ ├── weights-QD+-Synth-5-Model0 │ │ ├── weights-QD+-Synth-5-Model0_historyMSE.npy │ │ ├── weights-QD+-Synth-5-Model0_historyMSEtr.npy │ │ ├── weights-QD+-Synth-5-Model0_validationMSE │ │ ├── weights-QD+-Synth-5-Model1 │ │ ├── weights-QD+-Synth-5-Model1_historyMSE.npy │ │ ├── weights-QD+-Synth-5-Model1_historyMSEtr.npy │ │ ├── weights-QD+-Synth-5-Model1_validationMSE │ │ ├── weights-QD+-Synth-5-Model2 │ │ ├── weights-QD+-Synth-5-Model2_historyMSE.npy │ │ ├── weights-QD+-Synth-5-Model2_historyMSEtr.npy │ │ ├── weights-QD+-Synth-5-Model2_validationMSE │ │ ├── weights-QD+-Synth-5-Model3 │ │ ├── weights-QD+-Synth-5-Model3_historyMSE.npy │ │ ├── weights-QD+-Synth-5-Model3_historyMSEtr.npy │ │ ├── weights-QD+-Synth-5-Model3_validationMSE │ │ ├── weights-QD+-Synth-5-Model4 │ │ ├── weights-QD+-Synth-5-Model4_historyMSE.npy │ │ ├── weights-QD+-Synth-5-Model4_historyMSEtr.npy │ │ ├── weights-QD+-Synth-5-Model4_validationMSE │ │ ├── weights-QD+-Synth-6-Model0 │ │ ├── weights-QD+-Synth-6-Model0_historyMSE.npy │ │ ├── weights-QD+-Synth-6-Model0_historyMSEtr.npy │ │ ├── weights-QD+-Synth-6-Model0_validationMSE │ │ ├── weights-QD+-Synth-6-Model1 │ │ ├── weights-QD+-Synth-6-Model1_historyMSE.npy │ │ ├── weights-QD+-Synth-6-Model1_historyMSEtr.npy │ │ ├── weights-QD+-Synth-6-Model1_validationMSE │ │ ├── weights-QD+-Synth-6-Model2 │ │ ├── weights-QD+-Synth-6-Model2_historyMSE.npy │ │ ├── weights-QD+-Synth-6-Model2_historyMSEtr.npy │ │ ├── weights-QD+-Synth-6-Model2_validationMSE │ │ ├── weights-QD+-Synth-6-Model3 │ │ ├── weights-QD+-Synth-6-Model3_historyMSE.npy │ │ ├── weights-QD+-Synth-6-Model3_historyMSEtr.npy │ │ ├── weights-QD+-Synth-6-Model3_validationMSE │ │ ├── weights-QD+-Synth-6-Model4 │ │ ├── weights-QD+-Synth-6-Model4_historyMSE.npy │ │ ├── weights-QD+-Synth-6-Model4_historyMSEtr.npy │ │ ├── weights-QD+-Synth-6-Model4_validationMSE │ │ ├── weights-QD+-Synth-7-Model0 │ │ ├── weights-QD+-Synth-7-Model0_historyMSE.npy │ │ ├── weights-QD+-Synth-7-Model0_historyMSEtr.npy │ │ ├── weights-QD+-Synth-7-Model0_validationMSE │ │ ├── weights-QD+-Synth-7-Model1 │ │ ├── weights-QD+-Synth-7-Model1_historyMSE.npy │ │ ├── weights-QD+-Synth-7-Model1_historyMSEtr.npy │ │ ├── weights-QD+-Synth-7-Model1_validationMSE │ │ ├── weights-QD+-Synth-7-Model2 │ │ ├── weights-QD+-Synth-7-Model2_historyMSE.npy │ │ ├── weights-QD+-Synth-7-Model2_historyMSEtr.npy │ │ ├── weights-QD+-Synth-7-Model2_validationMSE │ │ ├── weights-QD+-Synth-7-Model3 │ │ ├── weights-QD+-Synth-7-Model3_historyMSE.npy │ │ ├── weights-QD+-Synth-7-Model3_historyMSEtr.npy │ │ ├── weights-QD+-Synth-7-Model3_validationMSE │ │ ├── weights-QD+-Synth-7-Model4 │ │ ├── weights-QD+-Synth-7-Model4_historyMSE.npy │ │ ├── weights-QD+-Synth-7-Model4_historyMSEtr.npy │ │ ├── weights-QD+-Synth-7-Model4_validationMSE │ │ ├── weights-QD+-Synth-8-Model0 │ │ ├── weights-QD+-Synth-8-Model0_historyMSE.npy │ │ ├── weights-QD+-Synth-8-Model0_historyMSEtr.npy │ │ ├── weights-QD+-Synth-8-Model0_validationMSE │ │ ├── weights-QD+-Synth-8-Model1 │ │ ├── weights-QD+-Synth-8-Model1_historyMSE.npy │ │ ├── weights-QD+-Synth-8-Model1_historyMSEtr.npy │ │ ├── weights-QD+-Synth-8-Model1_validationMSE │ │ ├── weights-QD+-Synth-8-Model2 │ │ ├── weights-QD+-Synth-8-Model2_historyMSE.npy │ │ ├── weights-QD+-Synth-8-Model2_historyMSEtr.npy │ │ ├── weights-QD+-Synth-8-Model2_validationMSE │ │ ├── weights-QD+-Synth-8-Model3 │ │ ├── weights-QD+-Synth-8-Model3_historyMSE.npy │ │ ├── weights-QD+-Synth-8-Model3_historyMSEtr.npy │ │ ├── weights-QD+-Synth-8-Model3_validationMSE │ │ ├── weights-QD+-Synth-8-Model4 │ │ ├── weights-QD+-Synth-8-Model4_historyMSE.npy │ │ ├── weights-QD+-Synth-8-Model4_historyMSEtr.npy │ │ ├── weights-QD+-Synth-8-Model4_validationMSE │ │ ├── weights-QD+-Synth-9-Model0 │ │ ├── weights-QD+-Synth-9-Model0_historyMSE.npy │ │ ├── weights-QD+-Synth-9-Model0_historyMSEtr.npy │ │ ├── weights-QD+-Synth-9-Model0_validationMSE │ │ ├── weights-QD+-Synth-9-Model1 │ │ ├── weights-QD+-Synth-9-Model1_historyMSE.npy │ │ ├── weights-QD+-Synth-9-Model1_historyMSEtr.npy │ │ ├── weights-QD+-Synth-9-Model1_validationMSE │ │ ├── weights-QD+-Synth-9-Model2 │ │ ├── weights-QD+-Synth-9-Model2_historyMSE.npy │ │ ├── weights-QD+-Synth-9-Model2_historyMSEtr.npy │ │ ├── weights-QD+-Synth-9-Model2_validationMSE │ │ ├── weights-QD+-Synth-9-Model3 │ │ ├── weights-QD+-Synth-9-Model3_historyMSE.npy │ │ ├── weights-QD+-Synth-9-Model3_historyMSEtr.npy │ │ ├── weights-QD+-Synth-9-Model3_validationMSE │ │ ├── weights-QD+-Synth-9-Model4 │ │ ├── weights-QD+-Synth-9-Model4_historyMSE.npy │ │ ├── weights-QD+-Synth-9-Model4_historyMSEtr.npy │ │ └── weights-QD+-Synth-9-Model4_validationMSE │ ├── QD.jpg │ ├── QD │ │ ├── regression_report-QD-Synth.txt │ │ ├── validation_DIFFS-QD-Synth.npy │ │ ├── validation_MPIW-QD-Synth.npy │ │ ├── validation_MSE-QD-Synth.npy │ │ ├── validation_PICP-QD-Synth.npy │ │ ├── weights-QD-Synth-1-Model0 │ │ ├── weights-QD-Synth-1-Model0_historyMPIW.npy │ │ ├── weights-QD-Synth-1-Model0_historyMPIWtr.npy │ │ ├── weights-QD-Synth-1-Model0_historyMSE.npy │ │ ├── weights-QD-Synth-1-Model0_historyMSEtr.npy │ │ ├── weights-QD-Synth-1-Model0_historyPICP.npy │ │ ├── weights-QD-Synth-1-Model0_historyPICPtr.npy │ │ ├── weights-QD-Synth-1-Model0_validationMSE │ │ ├── weights-QD-Synth-1-Model1 │ │ ├── weights-QD-Synth-1-Model1_historyMPIW.npy │ │ ├── weights-QD-Synth-1-Model1_historyMPIWtr.npy │ │ ├── weights-QD-Synth-1-Model1_historyMSE.npy │ │ ├── weights-QD-Synth-1-Model1_historyMSEtr.npy │ │ ├── weights-QD-Synth-1-Model1_historyPICP.npy │ │ ├── weights-QD-Synth-1-Model1_historyPICPtr.npy │ │ ├── weights-QD-Synth-1-Model1_validationMSE │ │ ├── weights-QD-Synth-1-Model2 │ │ ├── weights-QD-Synth-1-Model2_historyMPIW.npy │ │ ├── weights-QD-Synth-1-Model2_historyMPIWtr.npy │ │ ├── weights-QD-Synth-1-Model2_historyMSE.npy │ │ ├── weights-QD-Synth-1-Model2_historyMSEtr.npy │ │ ├── weights-QD-Synth-1-Model2_historyPICP.npy │ │ ├── weights-QD-Synth-1-Model2_historyPICPtr.npy │ │ ├── weights-QD-Synth-1-Model2_validationMSE │ │ ├── weights-QD-Synth-1-Model3 │ │ ├── weights-QD-Synth-1-Model3_historyMPIW.npy │ │ ├── weights-QD-Synth-1-Model3_historyMPIWtr.npy │ │ ├── weights-QD-Synth-1-Model3_historyMSE.npy │ │ ├── weights-QD-Synth-1-Model3_historyMSEtr.npy │ │ ├── weights-QD-Synth-1-Model3_historyPICP.npy │ │ ├── weights-QD-Synth-1-Model3_historyPICPtr.npy │ │ ├── weights-QD-Synth-1-Model3_validationMSE │ │ ├── weights-QD-Synth-1-Model4 │ │ ├── weights-QD-Synth-1-Model4_historyMPIW.npy │ │ ├── weights-QD-Synth-1-Model4_historyMPIWtr.npy │ │ ├── weights-QD-Synth-1-Model4_historyMSE.npy │ │ ├── weights-QD-Synth-1-Model4_historyMSEtr.npy │ │ ├── weights-QD-Synth-1-Model4_historyPICP.npy │ │ ├── weights-QD-Synth-1-Model4_historyPICPtr.npy │ │ ├── weights-QD-Synth-1-Model4_validationMSE │ │ ├── weights-QD-Synth-10-Model0 │ │ ├── weights-QD-Synth-10-Model0_historyMPIW.npy │ │ ├── weights-QD-Synth-10-Model0_historyMPIWtr.npy │ │ ├── weights-QD-Synth-10-Model0_historyMSE.npy │ │ ├── weights-QD-Synth-10-Model0_historyMSEtr.npy │ │ ├── weights-QD-Synth-10-Model0_historyPICP.npy │ │ ├── weights-QD-Synth-10-Model0_historyPICPtr.npy │ │ ├── weights-QD-Synth-10-Model0_validationMSE │ │ ├── weights-QD-Synth-10-Model1 │ │ ├── weights-QD-Synth-10-Model1_historyMPIW.npy │ │ ├── weights-QD-Synth-10-Model1_historyMPIWtr.npy │ │ ├── weights-QD-Synth-10-Model1_historyMSE.npy │ │ ├── weights-QD-Synth-10-Model1_historyMSEtr.npy │ │ ├── weights-QD-Synth-10-Model1_historyPICP.npy │ │ ├── weights-QD-Synth-10-Model1_historyPICPtr.npy │ │ ├── weights-QD-Synth-10-Model1_validationMSE │ │ ├── weights-QD-Synth-10-Model2 │ │ ├── weights-QD-Synth-10-Model2_historyMPIW.npy │ │ ├── weights-QD-Synth-10-Model2_historyMPIWtr.npy │ │ ├── weights-QD-Synth-10-Model2_historyMSE.npy │ │ ├── weights-QD-Synth-10-Model2_historyMSEtr.npy │ │ ├── weights-QD-Synth-10-Model2_historyPICP.npy │ │ ├── weights-QD-Synth-10-Model2_historyPICPtr.npy │ │ ├── weights-QD-Synth-10-Model2_validationMSE │ │ ├── weights-QD-Synth-10-Model3 │ │ ├── weights-QD-Synth-10-Model3_historyMPIW.npy │ │ ├── weights-QD-Synth-10-Model3_historyMPIWtr.npy │ │ ├── weights-QD-Synth-10-Model3_historyMSE.npy │ │ ├── weights-QD-Synth-10-Model3_historyMSEtr.npy │ │ ├── weights-QD-Synth-10-Model3_historyPICP.npy │ │ ├── weights-QD-Synth-10-Model3_historyPICPtr.npy │ │ ├── weights-QD-Synth-10-Model3_validationMSE │ │ ├── weights-QD-Synth-10-Model4 │ │ ├── weights-QD-Synth-10-Model4_historyMPIW.npy │ │ ├── weights-QD-Synth-10-Model4_historyMPIWtr.npy │ │ ├── weights-QD-Synth-10-Model4_historyMSE.npy │ │ ├── weights-QD-Synth-10-Model4_historyMSEtr.npy │ │ ├── weights-QD-Synth-10-Model4_historyPICP.npy │ │ ├── weights-QD-Synth-10-Model4_historyPICPtr.npy │ │ ├── weights-QD-Synth-10-Model4_validationMSE │ │ ├── weights-QD-Synth-2-Model0 │ │ ├── weights-QD-Synth-2-Model0_historyMPIW.npy │ │ ├── weights-QD-Synth-2-Model0_historyMPIWtr.npy │ │ ├── weights-QD-Synth-2-Model0_historyMSE.npy │ │ ├── weights-QD-Synth-2-Model0_historyMSEtr.npy │ │ ├── weights-QD-Synth-2-Model0_historyPICP.npy │ │ ├── weights-QD-Synth-2-Model0_historyPICPtr.npy │ │ ├── weights-QD-Synth-2-Model0_validationMSE │ │ ├── weights-QD-Synth-2-Model1 │ │ ├── weights-QD-Synth-2-Model1_historyMPIW.npy │ │ ├── weights-QD-Synth-2-Model1_historyMPIWtr.npy │ │ ├── weights-QD-Synth-2-Model1_historyMSE.npy │ │ ├── weights-QD-Synth-2-Model1_historyMSEtr.npy │ │ ├── weights-QD-Synth-2-Model1_historyPICP.npy │ │ ├── weights-QD-Synth-2-Model1_historyPICPtr.npy │ │ ├── weights-QD-Synth-2-Model1_validationMSE │ │ ├── weights-QD-Synth-2-Model2 │ │ ├── weights-QD-Synth-2-Model2_historyMPIW.npy │ │ ├── weights-QD-Synth-2-Model2_historyMPIWtr.npy │ │ ├── weights-QD-Synth-2-Model2_historyMSE.npy │ │ ├── weights-QD-Synth-2-Model2_historyMSEtr.npy │ │ ├── weights-QD-Synth-2-Model2_historyPICP.npy │ │ ├── weights-QD-Synth-2-Model2_historyPICPtr.npy │ │ ├── weights-QD-Synth-2-Model2_validationMSE │ │ ├── weights-QD-Synth-2-Model3 │ │ ├── weights-QD-Synth-2-Model3_historyMPIW.npy │ │ ├── weights-QD-Synth-2-Model3_historyMPIWtr.npy │ │ ├── weights-QD-Synth-2-Model3_historyMSE.npy │ │ ├── weights-QD-Synth-2-Model3_historyMSEtr.npy │ │ ├── weights-QD-Synth-2-Model3_historyPICP.npy │ │ ├── weights-QD-Synth-2-Model3_historyPICPtr.npy │ │ ├── weights-QD-Synth-2-Model3_validationMSE │ │ ├── weights-QD-Synth-2-Model4 │ │ ├── weights-QD-Synth-2-Model4_historyMPIW.npy │ │ ├── weights-QD-Synth-2-Model4_historyMPIWtr.npy │ │ ├── weights-QD-Synth-2-Model4_historyMSE.npy │ │ ├── weights-QD-Synth-2-Model4_historyMSEtr.npy │ │ ├── weights-QD-Synth-2-Model4_historyPICP.npy │ │ ├── weights-QD-Synth-2-Model4_historyPICPtr.npy │ │ ├── weights-QD-Synth-2-Model4_validationMSE │ │ ├── weights-QD-Synth-3-Model0 │ │ ├── weights-QD-Synth-3-Model0_historyMPIW.npy │ │ ├── weights-QD-Synth-3-Model0_historyMPIWtr.npy │ │ ├── weights-QD-Synth-3-Model0_historyMSE.npy │ │ ├── weights-QD-Synth-3-Model0_historyMSEtr.npy │ │ ├── weights-QD-Synth-3-Model0_historyPICP.npy │ │ ├── weights-QD-Synth-3-Model0_historyPICPtr.npy │ │ ├── weights-QD-Synth-3-Model0_validationMSE │ │ ├── weights-QD-Synth-3-Model1 │ │ ├── weights-QD-Synth-3-Model1_historyMPIW.npy │ │ ├── weights-QD-Synth-3-Model1_historyMPIWtr.npy │ │ ├── weights-QD-Synth-3-Model1_historyMSE.npy │ │ ├── weights-QD-Synth-3-Model1_historyMSEtr.npy │ │ ├── weights-QD-Synth-3-Model1_historyPICP.npy │ │ ├── weights-QD-Synth-3-Model1_historyPICPtr.npy │ │ ├── weights-QD-Synth-3-Model1_validationMSE │ │ ├── weights-QD-Synth-3-Model2 │ │ ├── weights-QD-Synth-3-Model2_historyMPIW.npy │ │ ├── weights-QD-Synth-3-Model2_historyMPIWtr.npy │ │ ├── weights-QD-Synth-3-Model2_historyMSE.npy │ │ ├── weights-QD-Synth-3-Model2_historyMSEtr.npy │ │ ├── weights-QD-Synth-3-Model2_historyPICP.npy │ │ ├── weights-QD-Synth-3-Model2_historyPICPtr.npy │ │ ├── weights-QD-Synth-3-Model2_validationMSE │ │ ├── weights-QD-Synth-3-Model3 │ │ ├── weights-QD-Synth-3-Model3_historyMPIW.npy │ │ ├── weights-QD-Synth-3-Model3_historyMPIWtr.npy │ │ ├── weights-QD-Synth-3-Model3_historyMSE.npy │ │ ├── weights-QD-Synth-3-Model3_historyMSEtr.npy │ │ ├── weights-QD-Synth-3-Model3_historyPICP.npy │ │ ├── weights-QD-Synth-3-Model3_historyPICPtr.npy │ │ ├── weights-QD-Synth-3-Model3_validationMSE │ │ ├── weights-QD-Synth-3-Model4 │ │ ├── weights-QD-Synth-3-Model4_historyMPIW.npy │ │ ├── weights-QD-Synth-3-Model4_historyMPIWtr.npy │ │ ├── weights-QD-Synth-3-Model4_historyMSE.npy │ │ ├── weights-QD-Synth-3-Model4_historyMSEtr.npy │ │ ├── weights-QD-Synth-3-Model4_historyPICP.npy │ │ ├── weights-QD-Synth-3-Model4_historyPICPtr.npy │ │ ├── weights-QD-Synth-3-Model4_validationMSE │ │ ├── weights-QD-Synth-4-Model0 │ │ ├── weights-QD-Synth-4-Model0_historyMPIW.npy │ │ ├── weights-QD-Synth-4-Model0_historyMPIWtr.npy │ │ ├── weights-QD-Synth-4-Model0_historyMSE.npy │ │ ├── weights-QD-Synth-4-Model0_historyMSEtr.npy │ │ ├── weights-QD-Synth-4-Model0_historyPICP.npy │ │ ├── weights-QD-Synth-4-Model0_historyPICPtr.npy │ │ ├── weights-QD-Synth-4-Model0_validationMSE │ │ ├── weights-QD-Synth-4-Model1 │ │ ├── weights-QD-Synth-4-Model1_historyMPIW.npy │ │ ├── weights-QD-Synth-4-Model1_historyMPIWtr.npy │ │ ├── weights-QD-Synth-4-Model1_historyMSE.npy │ │ ├── weights-QD-Synth-4-Model1_historyMSEtr.npy │ │ ├── weights-QD-Synth-4-Model1_historyPICP.npy │ │ ├── weights-QD-Synth-4-Model1_historyPICPtr.npy │ │ ├── weights-QD-Synth-4-Model1_validationMSE │ │ ├── weights-QD-Synth-4-Model2 │ │ ├── weights-QD-Synth-4-Model2_historyMPIW.npy │ │ ├── weights-QD-Synth-4-Model2_historyMPIWtr.npy │ │ ├── weights-QD-Synth-4-Model2_historyMSE.npy │ │ ├── weights-QD-Synth-4-Model2_historyMSEtr.npy │ │ ├── weights-QD-Synth-4-Model2_historyPICP.npy │ │ ├── weights-QD-Synth-4-Model2_historyPICPtr.npy │ │ ├── weights-QD-Synth-4-Model2_validationMSE │ │ ├── weights-QD-Synth-4-Model3 │ │ ├── weights-QD-Synth-4-Model3_historyMPIW.npy │ │ ├── weights-QD-Synth-4-Model3_historyMPIWtr.npy │ │ ├── weights-QD-Synth-4-Model3_historyMSE.npy │ │ ├── weights-QD-Synth-4-Model3_historyMSEtr.npy │ │ ├── weights-QD-Synth-4-Model3_historyPICP.npy │ │ ├── weights-QD-Synth-4-Model3_historyPICPtr.npy │ │ ├── weights-QD-Synth-4-Model3_validationMSE │ │ ├── weights-QD-Synth-4-Model4 │ │ ├── weights-QD-Synth-4-Model4_historyMPIW.npy │ │ ├── weights-QD-Synth-4-Model4_historyMPIWtr.npy │ │ ├── weights-QD-Synth-4-Model4_historyMSE.npy │ │ ├── weights-QD-Synth-4-Model4_historyMSEtr.npy │ │ ├── weights-QD-Synth-4-Model4_historyPICP.npy │ │ ├── weights-QD-Synth-4-Model4_historyPICPtr.npy │ │ ├── weights-QD-Synth-4-Model4_validationMSE │ │ ├── weights-QD-Synth-5-Model0 │ │ ├── weights-QD-Synth-5-Model0_historyMPIW.npy │ │ ├── weights-QD-Synth-5-Model0_historyMPIWtr.npy │ │ ├── weights-QD-Synth-5-Model0_historyMSE.npy │ │ ├── weights-QD-Synth-5-Model0_historyMSEtr.npy │ │ ├── weights-QD-Synth-5-Model0_historyPICP.npy │ │ ├── weights-QD-Synth-5-Model0_historyPICPtr.npy │ │ ├── weights-QD-Synth-5-Model0_validationMSE │ │ ├── weights-QD-Synth-5-Model1 │ │ ├── weights-QD-Synth-5-Model1_historyMPIW.npy │ │ ├── weights-QD-Synth-5-Model1_historyMPIWtr.npy │ │ ├── weights-QD-Synth-5-Model1_historyMSE.npy │ │ ├── weights-QD-Synth-5-Model1_historyMSEtr.npy │ │ ├── weights-QD-Synth-5-Model1_historyPICP.npy │ │ ├── weights-QD-Synth-5-Model1_historyPICPtr.npy │ │ ├── weights-QD-Synth-5-Model1_validationMSE │ │ ├── weights-QD-Synth-5-Model2 │ │ ├── weights-QD-Synth-5-Model2_historyMPIW.npy │ │ ├── weights-QD-Synth-5-Model2_historyMPIWtr.npy │ │ ├── weights-QD-Synth-5-Model2_historyMSE.npy │ │ ├── weights-QD-Synth-5-Model2_historyMSEtr.npy │ │ ├── weights-QD-Synth-5-Model2_historyPICP.npy │ │ ├── weights-QD-Synth-5-Model2_historyPICPtr.npy │ │ ├── weights-QD-Synth-5-Model2_validationMSE │ │ ├── weights-QD-Synth-5-Model3 │ │ ├── weights-QD-Synth-5-Model3_historyMPIW.npy │ │ ├── weights-QD-Synth-5-Model3_historyMPIWtr.npy │ │ ├── weights-QD-Synth-5-Model3_historyMSE.npy │ │ ├── weights-QD-Synth-5-Model3_historyMSEtr.npy │ │ ├── weights-QD-Synth-5-Model3_historyPICP.npy │ │ ├── weights-QD-Synth-5-Model3_historyPICPtr.npy │ │ ├── weights-QD-Synth-5-Model3_validationMSE │ │ ├── weights-QD-Synth-5-Model4 │ │ ├── weights-QD-Synth-5-Model4_historyMPIW.npy │ │ ├── weights-QD-Synth-5-Model4_historyMPIWtr.npy │ │ ├── weights-QD-Synth-5-Model4_historyMSE.npy │ │ ├── weights-QD-Synth-5-Model4_historyMSEtr.npy │ │ ├── weights-QD-Synth-5-Model4_historyPICP.npy │ │ ├── weights-QD-Synth-5-Model4_historyPICPtr.npy │ │ ├── weights-QD-Synth-5-Model4_validationMSE │ │ ├── weights-QD-Synth-6-Model0 │ │ ├── weights-QD-Synth-6-Model0_historyMPIW.npy │ │ ├── weights-QD-Synth-6-Model0_historyMPIWtr.npy │ │ ├── weights-QD-Synth-6-Model0_historyMSE.npy │ │ ├── weights-QD-Synth-6-Model0_historyMSEtr.npy │ │ ├── weights-QD-Synth-6-Model0_historyPICP.npy │ │ ├── weights-QD-Synth-6-Model0_historyPICPtr.npy │ │ ├── weights-QD-Synth-6-Model0_validationMSE │ │ ├── weights-QD-Synth-6-Model1 │ │ ├── weights-QD-Synth-6-Model1_historyMPIW.npy │ │ ├── weights-QD-Synth-6-Model1_historyMPIWtr.npy │ │ ├── weights-QD-Synth-6-Model1_historyMSE.npy │ │ ├── weights-QD-Synth-6-Model1_historyMSEtr.npy │ │ ├── weights-QD-Synth-6-Model1_historyPICP.npy │ │ ├── weights-QD-Synth-6-Model1_historyPICPtr.npy │ │ ├── weights-QD-Synth-6-Model1_validationMSE │ │ ├── weights-QD-Synth-6-Model2 │ │ ├── weights-QD-Synth-6-Model2_historyMPIW.npy │ │ ├── weights-QD-Synth-6-Model2_historyMPIWtr.npy │ │ ├── weights-QD-Synth-6-Model2_historyMSE.npy │ │ ├── weights-QD-Synth-6-Model2_historyMSEtr.npy │ │ ├── weights-QD-Synth-6-Model2_historyPICP.npy │ │ ├── weights-QD-Synth-6-Model2_historyPICPtr.npy │ │ ├── weights-QD-Synth-6-Model2_validationMSE │ │ ├── weights-QD-Synth-6-Model3 │ │ ├── weights-QD-Synth-6-Model3_historyMPIW.npy │ │ ├── weights-QD-Synth-6-Model3_historyMPIWtr.npy │ │ ├── weights-QD-Synth-6-Model3_historyMSE.npy │ │ ├── weights-QD-Synth-6-Model3_historyMSEtr.npy │ │ ├── weights-QD-Synth-6-Model3_historyPICP.npy │ │ ├── weights-QD-Synth-6-Model3_historyPICPtr.npy │ │ ├── weights-QD-Synth-6-Model3_validationMSE │ │ ├── weights-QD-Synth-6-Model4 │ │ ├── weights-QD-Synth-6-Model4_historyMPIW.npy │ │ ├── weights-QD-Synth-6-Model4_historyMPIWtr.npy │ │ ├── weights-QD-Synth-6-Model4_historyMSE.npy │ │ ├── weights-QD-Synth-6-Model4_historyMSEtr.npy │ │ ├── weights-QD-Synth-6-Model4_historyPICP.npy │ │ ├── weights-QD-Synth-6-Model4_historyPICPtr.npy │ │ ├── weights-QD-Synth-6-Model4_validationMSE │ │ ├── weights-QD-Synth-7-Model0 │ │ ├── weights-QD-Synth-7-Model0_historyMPIW.npy │ │ ├── weights-QD-Synth-7-Model0_historyMPIWtr.npy │ │ ├── weights-QD-Synth-7-Model0_historyMSE.npy │ │ ├── weights-QD-Synth-7-Model0_historyMSEtr.npy │ │ ├── weights-QD-Synth-7-Model0_historyPICP.npy │ │ ├── weights-QD-Synth-7-Model0_historyPICPtr.npy │ │ ├── weights-QD-Synth-7-Model0_validationMSE │ │ ├── weights-QD-Synth-7-Model1 │ │ ├── weights-QD-Synth-7-Model1_historyMPIW.npy │ │ ├── weights-QD-Synth-7-Model1_historyMPIWtr.npy │ │ ├── weights-QD-Synth-7-Model1_historyMSE.npy │ │ ├── weights-QD-Synth-7-Model1_historyMSEtr.npy │ │ ├── weights-QD-Synth-7-Model1_historyPICP.npy │ │ ├── weights-QD-Synth-7-Model1_historyPICPtr.npy │ │ ├── weights-QD-Synth-7-Model1_validationMSE │ │ ├── weights-QD-Synth-7-Model2 │ │ ├── weights-QD-Synth-7-Model2_historyMPIW.npy │ │ ├── weights-QD-Synth-7-Model2_historyMPIWtr.npy │ │ ├── weights-QD-Synth-7-Model2_historyMSE.npy │ │ ├── weights-QD-Synth-7-Model2_historyMSEtr.npy │ │ ├── weights-QD-Synth-7-Model2_historyPICP.npy │ │ ├── weights-QD-Synth-7-Model2_historyPICPtr.npy │ │ ├── weights-QD-Synth-7-Model2_validationMSE │ │ ├── weights-QD-Synth-7-Model3 │ │ ├── weights-QD-Synth-7-Model3_historyMPIW.npy │ │ ├── weights-QD-Synth-7-Model3_historyMPIWtr.npy │ │ ├── weights-QD-Synth-7-Model3_historyMSE.npy │ │ ├── weights-QD-Synth-7-Model3_historyMSEtr.npy │ │ ├── weights-QD-Synth-7-Model3_historyPICP.npy │ │ ├── weights-QD-Synth-7-Model3_historyPICPtr.npy │ │ ├── weights-QD-Synth-7-Model3_validationMSE │ │ ├── weights-QD-Synth-7-Model4 │ │ ├── weights-QD-Synth-7-Model4_historyMPIW.npy │ │ ├── weights-QD-Synth-7-Model4_historyMPIWtr.npy │ │ ├── weights-QD-Synth-7-Model4_historyMSE.npy │ │ ├── weights-QD-Synth-7-Model4_historyMSEtr.npy │ │ ├── weights-QD-Synth-7-Model4_historyPICP.npy │ │ ├── weights-QD-Synth-7-Model4_historyPICPtr.npy │ │ ├── weights-QD-Synth-7-Model4_validationMSE │ │ ├── weights-QD-Synth-8-Model0 │ │ ├── weights-QD-Synth-8-Model0_historyMPIW.npy │ │ ├── weights-QD-Synth-8-Model0_historyMPIWtr.npy │ │ ├── weights-QD-Synth-8-Model0_historyMSE.npy │ │ ├── weights-QD-Synth-8-Model0_historyMSEtr.npy │ │ ├── weights-QD-Synth-8-Model0_historyPICP.npy │ │ ├── weights-QD-Synth-8-Model0_historyPICPtr.npy │ │ ├── weights-QD-Synth-8-Model0_validationMSE │ │ ├── weights-QD-Synth-8-Model1 │ │ ├── weights-QD-Synth-8-Model1_historyMPIW.npy │ │ ├── weights-QD-Synth-8-Model1_historyMPIWtr.npy │ │ ├── weights-QD-Synth-8-Model1_historyMSE.npy │ │ ├── weights-QD-Synth-8-Model1_historyMSEtr.npy │ │ ├── weights-QD-Synth-8-Model1_historyPICP.npy │ │ ├── weights-QD-Synth-8-Model1_historyPICPtr.npy │ │ ├── weights-QD-Synth-8-Model1_validationMSE │ │ ├── weights-QD-Synth-8-Model2 │ │ ├── weights-QD-Synth-8-Model2_historyMPIW.npy │ │ ├── weights-QD-Synth-8-Model2_historyMPIWtr.npy │ │ ├── weights-QD-Synth-8-Model2_historyMSE.npy │ │ ├── weights-QD-Synth-8-Model2_historyMSEtr.npy │ │ ├── weights-QD-Synth-8-Model2_historyPICP.npy │ │ ├── weights-QD-Synth-8-Model2_historyPICPtr.npy │ │ ├── weights-QD-Synth-8-Model2_validationMSE │ │ ├── weights-QD-Synth-8-Model3 │ │ ├── weights-QD-Synth-8-Model3_historyMPIW.npy │ │ ├── weights-QD-Synth-8-Model3_historyMPIWtr.npy │ │ ├── weights-QD-Synth-8-Model3_historyMSE.npy │ │ ├── weights-QD-Synth-8-Model3_historyMSEtr.npy │ │ ├── weights-QD-Synth-8-Model3_historyPICP.npy │ │ ├── weights-QD-Synth-8-Model3_historyPICPtr.npy │ │ ├── weights-QD-Synth-8-Model3_validationMSE │ │ ├── weights-QD-Synth-8-Model4 │ │ ├── weights-QD-Synth-8-Model4_historyMPIW.npy │ │ ├── weights-QD-Synth-8-Model4_historyMPIWtr.npy │ │ ├── weights-QD-Synth-8-Model4_historyMSE.npy │ │ ├── weights-QD-Synth-8-Model4_historyMSEtr.npy │ │ ├── weights-QD-Synth-8-Model4_historyPICP.npy │ │ ├── weights-QD-Synth-8-Model4_historyPICPtr.npy │ │ ├── weights-QD-Synth-8-Model4_validationMSE │ │ ├── weights-QD-Synth-9-Model0 │ │ ├── weights-QD-Synth-9-Model0_historyMPIW.npy │ │ ├── weights-QD-Synth-9-Model0_historyMPIWtr.npy │ │ ├── weights-QD-Synth-9-Model0_historyMSE.npy │ │ ├── weights-QD-Synth-9-Model0_historyMSEtr.npy │ │ ├── weights-QD-Synth-9-Model0_historyPICP.npy │ │ ├── weights-QD-Synth-9-Model0_historyPICPtr.npy │ │ ├── weights-QD-Synth-9-Model0_validationMSE │ │ ├── weights-QD-Synth-9-Model1 │ │ ├── weights-QD-Synth-9-Model1_historyMPIW.npy │ │ ├── weights-QD-Synth-9-Model1_historyMPIWtr.npy │ │ ├── weights-QD-Synth-9-Model1_historyMSE.npy │ │ ├── weights-QD-Synth-9-Model1_historyMSEtr.npy │ │ ├── weights-QD-Synth-9-Model1_historyPICP.npy │ │ ├── weights-QD-Synth-9-Model1_historyPICPtr.npy │ │ ├── weights-QD-Synth-9-Model1_validationMSE │ │ ├── weights-QD-Synth-9-Model2 │ │ ├── weights-QD-Synth-9-Model2_historyMPIW.npy │ │ ├── weights-QD-Synth-9-Model2_historyMPIWtr.npy │ │ ├── weights-QD-Synth-9-Model2_historyMSE.npy │ │ ├── weights-QD-Synth-9-Model2_historyMSEtr.npy │ │ ├── weights-QD-Synth-9-Model2_historyPICP.npy │ │ ├── weights-QD-Synth-9-Model2_historyPICPtr.npy │ │ ├── weights-QD-Synth-9-Model2_validationMSE │ │ ├── weights-QD-Synth-9-Model3 │ │ ├── weights-QD-Synth-9-Model3_historyMPIW.npy │ │ ├── weights-QD-Synth-9-Model3_historyMPIWtr.npy │ │ ├── weights-QD-Synth-9-Model3_historyMSE.npy │ │ ├── weights-QD-Synth-9-Model3_historyMSEtr.npy │ │ ├── weights-QD-Synth-9-Model3_historyPICP.npy │ │ ├── weights-QD-Synth-9-Model3_historyPICPtr.npy │ │ ├── weights-QD-Synth-9-Model3_validationMSE │ │ ├── weights-QD-Synth-9-Model4 │ │ ├── weights-QD-Synth-9-Model4_historyMPIW.npy │ │ ├── weights-QD-Synth-9-Model4_historyMPIWtr.npy │ │ ├── weights-QD-Synth-9-Model4_historyMSE.npy │ │ ├── weights-QD-Synth-9-Model4_historyMSEtr.npy │ │ ├── weights-QD-Synth-9-Model4_historyPICP.npy │ │ ├── weights-QD-Synth-9-Model4_historyPICPtr.npy │ │ └── weights-QD-Synth-9-Model4_validationMSE │ ├── comparison_MPIW.jpg │ ├── comparison_MSE.jpg │ ├── comparison_PICP.jpg │ └── t-test.txt ├── Wine │ ├── DualAQD │ │ ├── regression_report-DualAQD-Wine.txt │ │ ├── validation_MPIW-DualAQD-Wine.npy │ │ ├── validation_MSE-DualAQD-Wine.npy │ │ ├── validation_PICP-DualAQD-Wine.npy │ │ ├── weights-DualAQD-Wine-1 │ │ ├── weights-DualAQD-Wine-10 │ │ ├── weights-DualAQD-Wine-10_historyMPIW.npy │ │ ├── weights-DualAQD-Wine-10_historyMPIWtr.npy │ │ ├── weights-DualAQD-Wine-10_historyMSE.npy │ │ ├── weights-DualAQD-Wine-10_historyMSEtr.npy │ │ ├── weights-DualAQD-Wine-10_historyPICP.npy │ │ ├── weights-DualAQD-Wine-10_historyPICPtr.npy │ │ ├── weights-DualAQD-Wine-10_validationMSE │ │ ├── weights-DualAQD-Wine-1_historyMPIW.npy │ │ ├── weights-DualAQD-Wine-1_historyMPIWtr.npy │ │ ├── weights-DualAQD-Wine-1_historyMSE.npy │ │ ├── weights-DualAQD-Wine-1_historyMSEtr.npy │ │ ├── weights-DualAQD-Wine-1_historyPICP.npy │ │ ├── weights-DualAQD-Wine-1_historyPICPtr.npy │ │ ├── weights-DualAQD-Wine-1_validationMSE │ │ ├── weights-DualAQD-Wine-2 │ │ ├── weights-DualAQD-Wine-2_historyMPIW.npy │ │ ├── weights-DualAQD-Wine-2_historyMPIWtr.npy │ │ ├── weights-DualAQD-Wine-2_historyMSE.npy │ │ ├── weights-DualAQD-Wine-2_historyMSEtr.npy │ │ ├── weights-DualAQD-Wine-2_historyPICP.npy │ │ ├── weights-DualAQD-Wine-2_historyPICPtr.npy │ │ ├── weights-DualAQD-Wine-2_validationMSE │ │ ├── weights-DualAQD-Wine-3 │ │ ├── weights-DualAQD-Wine-3_historyMPIW.npy │ │ ├── weights-DualAQD-Wine-3_historyMPIWtr.npy │ │ ├── weights-DualAQD-Wine-3_historyMSE.npy │ │ ├── weights-DualAQD-Wine-3_historyMSEtr.npy │ │ ├── weights-DualAQD-Wine-3_historyPICP.npy │ │ ├── weights-DualAQD-Wine-3_historyPICPtr.npy │ │ ├── weights-DualAQD-Wine-3_validationMSE │ │ ├── weights-DualAQD-Wine-4 │ │ ├── weights-DualAQD-Wine-4_historyMPIW.npy │ │ ├── weights-DualAQD-Wine-4_historyMPIWtr.npy │ │ ├── weights-DualAQD-Wine-4_historyMSE.npy │ │ ├── weights-DualAQD-Wine-4_historyMSEtr.npy │ │ ├── weights-DualAQD-Wine-4_historyPICP.npy │ │ ├── weights-DualAQD-Wine-4_historyPICPtr.npy │ │ ├── weights-DualAQD-Wine-4_validationMSE │ │ ├── weights-DualAQD-Wine-5 │ │ ├── weights-DualAQD-Wine-5_historyMPIW.npy │ │ ├── weights-DualAQD-Wine-5_historyMPIWtr.npy │ │ ├── weights-DualAQD-Wine-5_historyMSE.npy │ │ ├── weights-DualAQD-Wine-5_historyMSEtr.npy │ │ ├── weights-DualAQD-Wine-5_historyPICP.npy │ │ ├── weights-DualAQD-Wine-5_historyPICPtr.npy │ │ ├── weights-DualAQD-Wine-5_validationMSE │ │ ├── weights-DualAQD-Wine-6 │ │ ├── weights-DualAQD-Wine-6_historyMPIW.npy │ │ ├── weights-DualAQD-Wine-6_historyMPIWtr.npy │ │ ├── weights-DualAQD-Wine-6_historyMSE.npy │ │ ├── weights-DualAQD-Wine-6_historyMSEtr.npy │ │ ├── weights-DualAQD-Wine-6_historyPICP.npy │ │ ├── weights-DualAQD-Wine-6_historyPICPtr.npy │ │ ├── weights-DualAQD-Wine-6_validationMSE │ │ ├── weights-DualAQD-Wine-7 │ │ ├── weights-DualAQD-Wine-7_historyMPIW.npy │ │ ├── weights-DualAQD-Wine-7_historyMPIWtr.npy │ │ ├── weights-DualAQD-Wine-7_historyMSE.npy │ │ ├── weights-DualAQD-Wine-7_historyMSEtr.npy │ │ ├── weights-DualAQD-Wine-7_historyPICP.npy │ │ ├── weights-DualAQD-Wine-7_historyPICPtr.npy │ │ ├── weights-DualAQD-Wine-7_validationMSE │ │ ├── weights-DualAQD-Wine-8 │ │ ├── weights-DualAQD-Wine-8_historyMPIW.npy │ │ ├── weights-DualAQD-Wine-8_historyMPIWtr.npy │ │ ├── weights-DualAQD-Wine-8_historyMSE.npy │ │ ├── weights-DualAQD-Wine-8_historyMSEtr.npy │ │ ├── weights-DualAQD-Wine-8_historyPICP.npy │ │ ├── weights-DualAQD-Wine-8_historyPICPtr.npy │ │ ├── weights-DualAQD-Wine-8_validationMSE │ │ ├── weights-DualAQD-Wine-9 │ │ ├── weights-DualAQD-Wine-9_historyMPIW.npy │ │ ├── weights-DualAQD-Wine-9_historyMPIWtr.npy │ │ ├── weights-DualAQD-Wine-9_historyMSE.npy │ │ ├── weights-DualAQD-Wine-9_historyMSEtr.npy │ │ ├── weights-DualAQD-Wine-9_historyPICP.npy │ │ ├── weights-DualAQD-Wine-9_historyPICPtr.npy │ │ └── weights-DualAQD-Wine-9_validationMSE │ ├── MCDropout │ │ ├── regression_report-MCDropout-Wine.txt │ │ ├── validation_MPIW-MCDropout-Wine.npy │ │ ├── validation_MSE-MCDropout-Wine.npy │ │ ├── validation_PICP-MCDropout-Wine.npy │ │ ├── weights-MCDropout-Wine-1 │ │ ├── weights-MCDropout-Wine-10 │ │ ├── weights-MCDropout-Wine-10_historyMSE.npy │ │ ├── weights-MCDropout-Wine-10_historyMSEtr.npy │ │ ├── weights-MCDropout-Wine-10_validationMSE │ │ ├── weights-MCDropout-Wine-1_historyMSE.npy │ │ ├── weights-MCDropout-Wine-1_historyMSEtr.npy │ │ ├── weights-MCDropout-Wine-1_validationMSE │ │ ├── weights-MCDropout-Wine-2 │ │ ├── weights-MCDropout-Wine-2_historyMSE.npy │ │ ├── weights-MCDropout-Wine-2_historyMSEtr.npy │ │ ├── weights-MCDropout-Wine-2_validationMSE │ │ ├── weights-MCDropout-Wine-3 │ │ ├── weights-MCDropout-Wine-3_historyMSE.npy │ │ ├── weights-MCDropout-Wine-3_historyMSEtr.npy │ │ ├── weights-MCDropout-Wine-3_validationMSE │ │ ├── weights-MCDropout-Wine-4 │ │ ├── weights-MCDropout-Wine-4_historyMSE.npy │ │ ├── weights-MCDropout-Wine-4_historyMSEtr.npy │ │ ├── weights-MCDropout-Wine-4_validationMSE │ │ ├── weights-MCDropout-Wine-5 │ │ ├── weights-MCDropout-Wine-5_historyMSE.npy │ │ ├── weights-MCDropout-Wine-5_historyMSEtr.npy │ │ ├── weights-MCDropout-Wine-5_validationMSE │ │ ├── weights-MCDropout-Wine-6 │ │ ├── weights-MCDropout-Wine-6_historyMSE.npy │ │ ├── weights-MCDropout-Wine-6_historyMSEtr.npy │ │ ├── weights-MCDropout-Wine-6_validationMSE │ │ ├── weights-MCDropout-Wine-7 │ │ ├── weights-MCDropout-Wine-7_historyMSE.npy │ │ ├── weights-MCDropout-Wine-7_historyMSEtr.npy │ │ ├── weights-MCDropout-Wine-7_validationMSE │ │ ├── weights-MCDropout-Wine-8 │ │ ├── weights-MCDropout-Wine-8_historyMSE.npy │ │ ├── weights-MCDropout-Wine-8_historyMSEtr.npy │ │ ├── weights-MCDropout-Wine-8_validationMSE │ │ ├── weights-MCDropout-Wine-9 │ │ ├── weights-MCDropout-Wine-9_historyMSE.npy │ │ ├── weights-MCDropout-Wine-9_historyMSEtr.npy │ │ └── weights-MCDropout-Wine-9_validationMSE │ ├── QD+ │ │ ├── regression_report-QD+-Wine.txt │ │ ├── validation_MPIW-QD+-Wine.npy │ │ ├── validation_MSE-QD+-Wine.npy │ │ ├── validation_PICP-QD+-Wine.npy │ │ ├── weights-QD+-Wine-1-Model0 │ │ ├── weights-QD+-Wine-1-Model0_historyMSE.npy │ │ ├── weights-QD+-Wine-1-Model0_historyMSEtr.npy │ │ ├── weights-QD+-Wine-1-Model0_validationMSE │ │ ├── weights-QD+-Wine-1-Model1 │ │ ├── weights-QD+-Wine-1-Model1_historyMSE.npy │ │ ├── weights-QD+-Wine-1-Model1_historyMSEtr.npy │ │ ├── weights-QD+-Wine-1-Model1_validationMSE │ │ ├── weights-QD+-Wine-1-Model2 │ │ ├── weights-QD+-Wine-1-Model2_historyMSE.npy │ │ ├── weights-QD+-Wine-1-Model2_historyMSEtr.npy │ │ ├── weights-QD+-Wine-1-Model2_validationMSE │ │ ├── weights-QD+-Wine-1-Model3 │ │ ├── weights-QD+-Wine-1-Model3_historyMSE.npy │ │ ├── weights-QD+-Wine-1-Model3_historyMSEtr.npy │ │ ├── weights-QD+-Wine-1-Model3_validationMSE │ │ ├── weights-QD+-Wine-1-Model4 │ │ ├── weights-QD+-Wine-1-Model4_historyMSE.npy │ │ ├── weights-QD+-Wine-1-Model4_historyMSEtr.npy │ │ ├── weights-QD+-Wine-1-Model4_validationMSE │ │ ├── weights-QD+-Wine-10-Model0 │ │ ├── weights-QD+-Wine-10-Model0_historyMSE.npy │ │ ├── weights-QD+-Wine-10-Model0_historyMSEtr.npy │ │ ├── weights-QD+-Wine-10-Model0_validationMSE │ │ ├── weights-QD+-Wine-10-Model1 │ │ ├── weights-QD+-Wine-10-Model1_historyMSE.npy │ │ ├── weights-QD+-Wine-10-Model1_historyMSEtr.npy │ │ ├── weights-QD+-Wine-10-Model1_validationMSE │ │ ├── weights-QD+-Wine-10-Model2 │ │ ├── weights-QD+-Wine-10-Model2_historyMSE.npy │ │ ├── weights-QD+-Wine-10-Model2_historyMSEtr.npy │ │ ├── weights-QD+-Wine-10-Model2_validationMSE │ │ ├── weights-QD+-Wine-10-Model3 │ │ ├── weights-QD+-Wine-10-Model3_historyMSE.npy │ │ ├── weights-QD+-Wine-10-Model3_historyMSEtr.npy │ │ ├── weights-QD+-Wine-10-Model3_validationMSE │ │ ├── weights-QD+-Wine-10-Model4 │ │ ├── weights-QD+-Wine-10-Model4_historyMSE.npy │ │ ├── weights-QD+-Wine-10-Model4_historyMSEtr.npy │ │ ├── weights-QD+-Wine-10-Model4_validationMSE │ │ ├── weights-QD+-Wine-2-Model0 │ │ ├── weights-QD+-Wine-2-Model0_historyMSE.npy │ │ ├── weights-QD+-Wine-2-Model0_historyMSEtr.npy │ │ ├── weights-QD+-Wine-2-Model0_validationMSE │ │ ├── weights-QD+-Wine-2-Model1 │ │ ├── weights-QD+-Wine-2-Model1_historyMSE.npy │ │ ├── weights-QD+-Wine-2-Model1_historyMSEtr.npy │ │ ├── weights-QD+-Wine-2-Model1_validationMSE │ │ ├── weights-QD+-Wine-2-Model2 │ │ ├── weights-QD+-Wine-2-Model2_historyMSE.npy │ │ ├── weights-QD+-Wine-2-Model2_historyMSEtr.npy │ │ ├── weights-QD+-Wine-2-Model2_validationMSE │ │ ├── weights-QD+-Wine-2-Model3 │ │ ├── weights-QD+-Wine-2-Model3_historyMSE.npy │ │ ├── weights-QD+-Wine-2-Model3_historyMSEtr.npy │ │ ├── weights-QD+-Wine-2-Model3_validationMSE │ │ ├── weights-QD+-Wine-2-Model4 │ │ ├── weights-QD+-Wine-2-Model4_historyMSE.npy │ │ ├── weights-QD+-Wine-2-Model4_historyMSEtr.npy │ │ ├── weights-QD+-Wine-2-Model4_validationMSE │ │ ├── weights-QD+-Wine-3-Model0 │ │ ├── weights-QD+-Wine-3-Model0_historyMSE.npy │ │ ├── weights-QD+-Wine-3-Model0_historyMSEtr.npy │ │ ├── weights-QD+-Wine-3-Model0_validationMSE │ │ ├── weights-QD+-Wine-3-Model1 │ │ ├── weights-QD+-Wine-3-Model1_historyMSE.npy │ │ ├── weights-QD+-Wine-3-Model1_historyMSEtr.npy │ │ ├── weights-QD+-Wine-3-Model1_validationMSE │ │ ├── weights-QD+-Wine-3-Model2 │ │ ├── weights-QD+-Wine-3-Model2_historyMSE.npy │ │ ├── weights-QD+-Wine-3-Model2_historyMSEtr.npy │ │ ├── weights-QD+-Wine-3-Model2_validationMSE │ │ ├── weights-QD+-Wine-3-Model3 │ │ ├── weights-QD+-Wine-3-Model3_historyMSE.npy │ │ ├── weights-QD+-Wine-3-Model3_historyMSEtr.npy │ │ ├── weights-QD+-Wine-3-Model3_validationMSE │ │ ├── weights-QD+-Wine-3-Model4 │ │ ├── weights-QD+-Wine-3-Model4_historyMSE.npy │ │ ├── weights-QD+-Wine-3-Model4_historyMSEtr.npy │ │ ├── weights-QD+-Wine-3-Model4_validationMSE │ │ ├── weights-QD+-Wine-4-Model0 │ │ ├── weights-QD+-Wine-4-Model0_historyMSE.npy │ │ ├── weights-QD+-Wine-4-Model0_historyMSEtr.npy │ │ ├── weights-QD+-Wine-4-Model0_validationMSE │ │ ├── weights-QD+-Wine-4-Model1 │ │ ├── weights-QD+-Wine-4-Model1_historyMSE.npy │ │ ├── weights-QD+-Wine-4-Model1_historyMSEtr.npy │ │ ├── weights-QD+-Wine-4-Model1_validationMSE │ │ ├── weights-QD+-Wine-4-Model2 │ │ ├── weights-QD+-Wine-4-Model2_historyMSE.npy │ │ ├── weights-QD+-Wine-4-Model2_historyMSEtr.npy │ │ ├── weights-QD+-Wine-4-Model2_validationMSE │ │ ├── weights-QD+-Wine-4-Model3 │ │ ├── weights-QD+-Wine-4-Model3_historyMSE.npy │ │ ├── weights-QD+-Wine-4-Model3_historyMSEtr.npy │ │ ├── weights-QD+-Wine-4-Model3_validationMSE │ │ ├── weights-QD+-Wine-4-Model4 │ │ ├── weights-QD+-Wine-4-Model4_historyMSE.npy │ │ ├── weights-QD+-Wine-4-Model4_historyMSEtr.npy │ │ ├── weights-QD+-Wine-4-Model4_validationMSE │ │ ├── weights-QD+-Wine-5-Model0 │ │ ├── weights-QD+-Wine-5-Model0_historyMSE.npy │ │ ├── weights-QD+-Wine-5-Model0_historyMSEtr.npy │ │ ├── weights-QD+-Wine-5-Model0_validationMSE │ │ ├── weights-QD+-Wine-5-Model1 │ │ ├── weights-QD+-Wine-5-Model1_historyMSE.npy │ │ ├── weights-QD+-Wine-5-Model1_historyMSEtr.npy │ │ ├── weights-QD+-Wine-5-Model1_validationMSE │ │ ├── weights-QD+-Wine-5-Model2 │ │ ├── weights-QD+-Wine-5-Model2_historyMSE.npy │ │ ├── weights-QD+-Wine-5-Model2_historyMSEtr.npy │ │ ├── weights-QD+-Wine-5-Model2_validationMSE │ │ ├── weights-QD+-Wine-5-Model3 │ │ ├── weights-QD+-Wine-5-Model3_historyMSE.npy │ │ ├── weights-QD+-Wine-5-Model3_historyMSEtr.npy │ │ ├── weights-QD+-Wine-5-Model3_validationMSE │ │ ├── weights-QD+-Wine-5-Model4 │ │ ├── weights-QD+-Wine-5-Model4_historyMSE.npy │ │ ├── weights-QD+-Wine-5-Model4_historyMSEtr.npy │ │ ├── weights-QD+-Wine-5-Model4_validationMSE │ │ ├── weights-QD+-Wine-6-Model0 │ │ ├── weights-QD+-Wine-6-Model0_historyMSE.npy │ │ ├── weights-QD+-Wine-6-Model0_historyMSEtr.npy │ │ ├── weights-QD+-Wine-6-Model0_validationMSE │ │ ├── weights-QD+-Wine-6-Model1 │ │ ├── weights-QD+-Wine-6-Model1_historyMSE.npy │ │ ├── weights-QD+-Wine-6-Model1_historyMSEtr.npy │ │ ├── weights-QD+-Wine-6-Model1_validationMSE │ │ ├── weights-QD+-Wine-6-Model2 │ │ ├── weights-QD+-Wine-6-Model2_historyMSE.npy │ │ ├── weights-QD+-Wine-6-Model2_historyMSEtr.npy │ │ ├── weights-QD+-Wine-6-Model2_validationMSE │ │ ├── weights-QD+-Wine-6-Model3 │ │ ├── weights-QD+-Wine-6-Model3_historyMSE.npy │ │ ├── weights-QD+-Wine-6-Model3_historyMSEtr.npy │ │ ├── weights-QD+-Wine-6-Model3_validationMSE │ │ ├── weights-QD+-Wine-6-Model4 │ │ ├── weights-QD+-Wine-6-Model4_historyMSE.npy │ │ ├── weights-QD+-Wine-6-Model4_historyMSEtr.npy │ │ ├── weights-QD+-Wine-6-Model4_validationMSE │ │ ├── weights-QD+-Wine-7-Model0 │ │ ├── weights-QD+-Wine-7-Model0_historyMSE.npy │ │ ├── weights-QD+-Wine-7-Model0_historyMSEtr.npy │ │ ├── weights-QD+-Wine-7-Model0_validationMSE │ │ ├── weights-QD+-Wine-7-Model1 │ │ ├── weights-QD+-Wine-7-Model1_historyMSE.npy │ │ ├── weights-QD+-Wine-7-Model1_historyMSEtr.npy │ │ ├── weights-QD+-Wine-7-Model1_validationMSE │ │ ├── weights-QD+-Wine-7-Model2 │ │ ├── weights-QD+-Wine-7-Model2_historyMSE.npy │ │ ├── weights-QD+-Wine-7-Model2_historyMSEtr.npy │ │ ├── weights-QD+-Wine-7-Model2_validationMSE │ │ ├── weights-QD+-Wine-7-Model3 │ │ ├── weights-QD+-Wine-7-Model3_historyMSE.npy │ │ ├── weights-QD+-Wine-7-Model3_historyMSEtr.npy │ │ ├── weights-QD+-Wine-7-Model3_validationMSE │ │ ├── weights-QD+-Wine-7-Model4 │ │ ├── weights-QD+-Wine-7-Model4_historyMSE.npy │ │ ├── weights-QD+-Wine-7-Model4_historyMSEtr.npy │ │ ├── weights-QD+-Wine-7-Model4_validationMSE │ │ ├── weights-QD+-Wine-8-Model0 │ │ ├── weights-QD+-Wine-8-Model0_historyMSE.npy │ │ ├── weights-QD+-Wine-8-Model0_historyMSEtr.npy │ │ ├── weights-QD+-Wine-8-Model0_validationMSE │ │ ├── weights-QD+-Wine-8-Model1 │ │ ├── weights-QD+-Wine-8-Model1_historyMSE.npy │ │ ├── weights-QD+-Wine-8-Model1_historyMSEtr.npy │ │ ├── weights-QD+-Wine-8-Model1_validationMSE │ │ ├── weights-QD+-Wine-8-Model2 │ │ ├── weights-QD+-Wine-8-Model2_historyMSE.npy │ │ ├── weights-QD+-Wine-8-Model2_historyMSEtr.npy │ │ ├── weights-QD+-Wine-8-Model2_validationMSE │ │ ├── weights-QD+-Wine-8-Model3 │ │ ├── weights-QD+-Wine-8-Model3_historyMSE.npy │ │ ├── weights-QD+-Wine-8-Model3_historyMSEtr.npy │ │ ├── weights-QD+-Wine-8-Model3_validationMSE │ │ ├── weights-QD+-Wine-8-Model4 │ │ ├── weights-QD+-Wine-8-Model4_historyMSE.npy │ │ ├── weights-QD+-Wine-8-Model4_historyMSEtr.npy │ │ ├── weights-QD+-Wine-8-Model4_validationMSE │ │ ├── weights-QD+-Wine-9-Model0 │ │ ├── weights-QD+-Wine-9-Model0_historyMSE.npy │ │ ├── weights-QD+-Wine-9-Model0_historyMSEtr.npy │ │ ├── weights-QD+-Wine-9-Model0_validationMSE │ │ ├── weights-QD+-Wine-9-Model1 │ │ ├── weights-QD+-Wine-9-Model1_historyMSE.npy │ │ ├── weights-QD+-Wine-9-Model1_historyMSEtr.npy │ │ ├── weights-QD+-Wine-9-Model1_validationMSE │ │ ├── weights-QD+-Wine-9-Model2 │ │ ├── weights-QD+-Wine-9-Model2_historyMSE.npy │ │ ├── weights-QD+-Wine-9-Model2_historyMSEtr.npy │ │ ├── weights-QD+-Wine-9-Model2_validationMSE │ │ ├── weights-QD+-Wine-9-Model3 │ │ ├── weights-QD+-Wine-9-Model3_historyMSE.npy │ │ ├── weights-QD+-Wine-9-Model3_historyMSEtr.npy │ │ ├── weights-QD+-Wine-9-Model3_validationMSE │ │ ├── weights-QD+-Wine-9-Model4 │ │ ├── weights-QD+-Wine-9-Model4_historyMSE.npy │ │ ├── weights-QD+-Wine-9-Model4_historyMSEtr.npy │ │ └── weights-QD+-Wine-9-Model4_validationMSE │ ├── QD │ │ ├── regression_report-QD-Wine.txt │ │ ├── validation_MPIW-QD-Wine.npy │ │ ├── validation_MSE-QD-Wine.npy │ │ ├── validation_PICP-QD-Wine.npy │ │ ├── weights-QD-Wine-1 │ │ ├── weights-QD-Wine-1-Model0 │ │ ├── weights-QD-Wine-1-Model0_historyMPIW.npy │ │ ├── weights-QD-Wine-1-Model0_historyMPIWtr.npy │ │ ├── weights-QD-Wine-1-Model0_historyMSE.npy │ │ ├── weights-QD-Wine-1-Model0_historyMSEtr.npy │ │ ├── weights-QD-Wine-1-Model0_historyPICP.npy │ │ ├── weights-QD-Wine-1-Model0_historyPICPtr.npy │ │ ├── weights-QD-Wine-1-Model0_validationMSE │ │ ├── weights-QD-Wine-1-Model1 │ │ ├── weights-QD-Wine-1-Model1_historyMPIW.npy │ │ ├── weights-QD-Wine-1-Model1_historyMPIWtr.npy │ │ ├── weights-QD-Wine-1-Model1_historyMSE.npy │ │ ├── weights-QD-Wine-1-Model1_historyMSEtr.npy │ │ ├── weights-QD-Wine-1-Model1_historyPICP.npy │ │ ├── weights-QD-Wine-1-Model1_historyPICPtr.npy │ │ ├── weights-QD-Wine-1-Model1_validationMSE │ │ ├── weights-QD-Wine-1-Model2 │ │ ├── weights-QD-Wine-1-Model2_historyMPIW.npy │ │ ├── weights-QD-Wine-1-Model2_historyMPIWtr.npy │ │ ├── weights-QD-Wine-1-Model2_historyMSE.npy │ │ ├── weights-QD-Wine-1-Model2_historyMSEtr.npy │ │ ├── weights-QD-Wine-1-Model2_historyPICP.npy │ │ ├── weights-QD-Wine-1-Model2_historyPICPtr.npy │ │ ├── weights-QD-Wine-1-Model2_validationMSE │ │ ├── weights-QD-Wine-1-Model3 │ │ ├── weights-QD-Wine-1-Model3_historyMPIW.npy │ │ ├── weights-QD-Wine-1-Model3_historyMPIWtr.npy │ │ ├── weights-QD-Wine-1-Model3_historyMSE.npy │ │ ├── weights-QD-Wine-1-Model3_historyMSEtr.npy │ │ ├── weights-QD-Wine-1-Model3_historyPICP.npy │ │ ├── weights-QD-Wine-1-Model3_historyPICPtr.npy │ │ ├── weights-QD-Wine-1-Model3_validationMSE │ │ ├── weights-QD-Wine-1-Model4 │ │ ├── weights-QD-Wine-1-Model4_historyMPIW.npy │ │ ├── weights-QD-Wine-1-Model4_historyMPIWtr.npy │ │ ├── weights-QD-Wine-1-Model4_historyMSE.npy │ │ ├── weights-QD-Wine-1-Model4_historyMSEtr.npy │ │ ├── weights-QD-Wine-1-Model4_historyPICP.npy │ │ ├── weights-QD-Wine-1-Model4_historyPICPtr.npy │ │ ├── weights-QD-Wine-1-Model4_validationMSE │ │ ├── weights-QD-Wine-10 │ │ ├── weights-QD-Wine-10-Model0 │ │ ├── weights-QD-Wine-10-Model0_historyMPIW.npy │ │ ├── weights-QD-Wine-10-Model0_historyMPIWtr.npy │ │ ├── weights-QD-Wine-10-Model0_historyMSE.npy │ │ ├── weights-QD-Wine-10-Model0_historyMSEtr.npy │ │ ├── weights-QD-Wine-10-Model0_historyPICP.npy │ │ ├── weights-QD-Wine-10-Model0_historyPICPtr.npy │ │ ├── weights-QD-Wine-10-Model0_validationMSE │ │ ├── weights-QD-Wine-10-Model1 │ │ ├── weights-QD-Wine-10-Model1_historyMPIW.npy │ │ ├── weights-QD-Wine-10-Model1_historyMPIWtr.npy │ │ ├── weights-QD-Wine-10-Model1_historyMSE.npy │ │ ├── weights-QD-Wine-10-Model1_historyMSEtr.npy │ │ ├── weights-QD-Wine-10-Model1_historyPICP.npy │ │ ├── weights-QD-Wine-10-Model1_historyPICPtr.npy │ │ ├── weights-QD-Wine-10-Model1_validationMSE │ │ ├── weights-QD-Wine-10-Model2 │ │ ├── weights-QD-Wine-10-Model2_historyMPIW.npy │ │ ├── weights-QD-Wine-10-Model2_historyMPIWtr.npy │ │ ├── weights-QD-Wine-10-Model2_historyMSE.npy │ │ ├── weights-QD-Wine-10-Model2_historyMSEtr.npy │ │ ├── weights-QD-Wine-10-Model2_historyPICP.npy │ │ ├── weights-QD-Wine-10-Model2_historyPICPtr.npy │ │ ├── weights-QD-Wine-10-Model2_validationMSE │ │ ├── weights-QD-Wine-10-Model3 │ │ ├── weights-QD-Wine-10-Model3_historyMPIW.npy │ │ ├── weights-QD-Wine-10-Model3_historyMPIWtr.npy │ │ ├── weights-QD-Wine-10-Model3_historyMSE.npy │ │ ├── weights-QD-Wine-10-Model3_historyMSEtr.npy │ │ ├── weights-QD-Wine-10-Model3_historyPICP.npy │ │ ├── weights-QD-Wine-10-Model3_historyPICPtr.npy │ │ ├── weights-QD-Wine-10-Model3_validationMSE │ │ ├── weights-QD-Wine-10-Model4 │ │ ├── weights-QD-Wine-10-Model4_historyMPIW.npy │ │ ├── weights-QD-Wine-10-Model4_historyMPIWtr.npy │ │ ├── weights-QD-Wine-10-Model4_historyMSE.npy │ │ ├── weights-QD-Wine-10-Model4_historyMSEtr.npy │ │ ├── weights-QD-Wine-10-Model4_historyPICP.npy │ │ ├── weights-QD-Wine-10-Model4_historyPICPtr.npy │ │ ├── weights-QD-Wine-10-Model4_validationMSE │ │ ├── weights-QD-Wine-10_historyMPIW.npy │ │ ├── weights-QD-Wine-10_historyMPIWtr.npy │ │ ├── weights-QD-Wine-10_historyMSE.npy │ │ ├── weights-QD-Wine-10_historyMSEtr.npy │ │ ├── weights-QD-Wine-10_historyPICP.npy │ │ ├── weights-QD-Wine-10_historyPICPtr.npy │ │ ├── weights-QD-Wine-10_validationMSE │ │ ├── weights-QD-Wine-1_historyMPIW.npy │ │ ├── weights-QD-Wine-1_historyMPIWtr.npy │ │ ├── weights-QD-Wine-1_historyMSE.npy │ │ ├── weights-QD-Wine-1_historyMSEtr.npy │ │ ├── weights-QD-Wine-1_historyPICP.npy │ │ ├── weights-QD-Wine-1_historyPICPtr.npy │ │ ├── weights-QD-Wine-1_validationMSE │ │ ├── weights-QD-Wine-2 │ │ ├── weights-QD-Wine-2-Model0 │ │ ├── weights-QD-Wine-2-Model0_historyMPIW.npy │ │ ├── weights-QD-Wine-2-Model0_historyMPIWtr.npy │ │ ├── weights-QD-Wine-2-Model0_historyMSE.npy │ │ ├── weights-QD-Wine-2-Model0_historyMSEtr.npy │ │ ├── weights-QD-Wine-2-Model0_historyPICP.npy │ │ ├── weights-QD-Wine-2-Model0_historyPICPtr.npy │ │ ├── weights-QD-Wine-2-Model0_validationMSE │ │ ├── weights-QD-Wine-2-Model1 │ │ ├── weights-QD-Wine-2-Model1_historyMPIW.npy │ │ ├── weights-QD-Wine-2-Model1_historyMPIWtr.npy │ │ ├── weights-QD-Wine-2-Model1_historyMSE.npy │ │ ├── weights-QD-Wine-2-Model1_historyMSEtr.npy │ │ ├── weights-QD-Wine-2-Model1_historyPICP.npy │ │ ├── weights-QD-Wine-2-Model1_historyPICPtr.npy │ │ ├── weights-QD-Wine-2-Model1_validationMSE │ │ ├── weights-QD-Wine-2-Model2 │ │ ├── weights-QD-Wine-2-Model2_historyMPIW.npy │ │ ├── weights-QD-Wine-2-Model2_historyMPIWtr.npy │ │ ├── weights-QD-Wine-2-Model2_historyMSE.npy │ │ ├── weights-QD-Wine-2-Model2_historyMSEtr.npy │ │ ├── weights-QD-Wine-2-Model2_historyPICP.npy │ │ ├── weights-QD-Wine-2-Model2_historyPICPtr.npy │ │ ├── weights-QD-Wine-2-Model2_validationMSE │ │ ├── weights-QD-Wine-2-Model3 │ │ ├── weights-QD-Wine-2-Model3_historyMPIW.npy │ │ ├── weights-QD-Wine-2-Model3_historyMPIWtr.npy │ │ ├── weights-QD-Wine-2-Model3_historyMSE.npy │ │ ├── weights-QD-Wine-2-Model3_historyMSEtr.npy │ │ ├── weights-QD-Wine-2-Model3_historyPICP.npy │ │ ├── weights-QD-Wine-2-Model3_historyPICPtr.npy │ │ ├── weights-QD-Wine-2-Model3_validationMSE │ │ ├── weights-QD-Wine-2-Model4 │ │ ├── weights-QD-Wine-2-Model4_historyMPIW.npy │ │ ├── weights-QD-Wine-2-Model4_historyMPIWtr.npy │ │ ├── weights-QD-Wine-2-Model4_historyMSE.npy │ │ ├── weights-QD-Wine-2-Model4_historyMSEtr.npy │ │ ├── weights-QD-Wine-2-Model4_historyPICP.npy │ │ ├── weights-QD-Wine-2-Model4_historyPICPtr.npy │ │ ├── weights-QD-Wine-2-Model4_validationMSE │ │ ├── weights-QD-Wine-2_historyMPIW.npy │ │ ├── weights-QD-Wine-2_historyMPIWtr.npy │ │ ├── weights-QD-Wine-2_historyMSE.npy │ │ ├── weights-QD-Wine-2_historyMSEtr.npy │ │ ├── weights-QD-Wine-2_historyPICP.npy │ │ ├── weights-QD-Wine-2_historyPICPtr.npy │ │ ├── weights-QD-Wine-2_validationMSE │ │ ├── weights-QD-Wine-3 │ │ ├── weights-QD-Wine-3-Model0 │ │ ├── weights-QD-Wine-3-Model0_historyMPIW.npy │ │ ├── weights-QD-Wine-3-Model0_historyMPIWtr.npy │ │ ├── weights-QD-Wine-3-Model0_historyMSE.npy │ │ ├── weights-QD-Wine-3-Model0_historyMSEtr.npy │ │ ├── weights-QD-Wine-3-Model0_historyPICP.npy │ │ ├── weights-QD-Wine-3-Model0_historyPICPtr.npy │ │ ├── weights-QD-Wine-3-Model0_validationMSE │ │ ├── weights-QD-Wine-3-Model1 │ │ ├── weights-QD-Wine-3-Model1_historyMPIW.npy │ │ ├── weights-QD-Wine-3-Model1_historyMPIWtr.npy │ │ ├── weights-QD-Wine-3-Model1_historyMSE.npy │ │ ├── weights-QD-Wine-3-Model1_historyMSEtr.npy │ │ ├── weights-QD-Wine-3-Model1_historyPICP.npy │ │ ├── weights-QD-Wine-3-Model1_historyPICPtr.npy │ │ ├── weights-QD-Wine-3-Model1_validationMSE │ │ ├── weights-QD-Wine-3-Model2 │ │ ├── weights-QD-Wine-3-Model2_historyMPIW.npy │ │ ├── weights-QD-Wine-3-Model2_historyMPIWtr.npy │ │ ├── weights-QD-Wine-3-Model2_historyMSE.npy │ │ ├── weights-QD-Wine-3-Model2_historyMSEtr.npy │ │ ├── weights-QD-Wine-3-Model2_historyPICP.npy │ │ ├── weights-QD-Wine-3-Model2_historyPICPtr.npy │ │ ├── weights-QD-Wine-3-Model2_validationMSE │ │ ├── weights-QD-Wine-3-Model3 │ │ ├── weights-QD-Wine-3-Model3_historyMPIW.npy │ │ ├── weights-QD-Wine-3-Model3_historyMPIWtr.npy │ │ ├── weights-QD-Wine-3-Model3_historyMSE.npy │ │ ├── weights-QD-Wine-3-Model3_historyMSEtr.npy │ │ ├── weights-QD-Wine-3-Model3_historyPICP.npy │ │ ├── weights-QD-Wine-3-Model3_historyPICPtr.npy │ │ ├── weights-QD-Wine-3-Model3_validationMSE │ │ ├── weights-QD-Wine-3-Model4 │ │ ├── weights-QD-Wine-3-Model4_historyMPIW.npy │ │ ├── weights-QD-Wine-3-Model4_historyMPIWtr.npy │ │ ├── weights-QD-Wine-3-Model4_historyMSE.npy │ │ ├── weights-QD-Wine-3-Model4_historyMSEtr.npy │ │ ├── weights-QD-Wine-3-Model4_historyPICP.npy │ │ ├── weights-QD-Wine-3-Model4_historyPICPtr.npy │ │ ├── weights-QD-Wine-3-Model4_validationMSE │ │ ├── weights-QD-Wine-3_historyMPIW.npy │ │ ├── weights-QD-Wine-3_historyMPIWtr.npy │ │ ├── weights-QD-Wine-3_historyMSE.npy │ │ ├── weights-QD-Wine-3_historyMSEtr.npy │ │ ├── weights-QD-Wine-3_historyPICP.npy │ │ ├── weights-QD-Wine-3_historyPICPtr.npy │ │ ├── weights-QD-Wine-3_validationMSE │ │ ├── weights-QD-Wine-4 │ │ ├── weights-QD-Wine-4-Model0 │ │ ├── weights-QD-Wine-4-Model0_historyMPIW.npy │ │ ├── weights-QD-Wine-4-Model0_historyMPIWtr.npy │ │ ├── weights-QD-Wine-4-Model0_historyMSE.npy │ │ ├── weights-QD-Wine-4-Model0_historyMSEtr.npy │ │ ├── weights-QD-Wine-4-Model0_historyPICP.npy │ │ ├── weights-QD-Wine-4-Model0_historyPICPtr.npy │ │ ├── weights-QD-Wine-4-Model0_validationMSE │ │ ├── weights-QD-Wine-4-Model1 │ │ ├── weights-QD-Wine-4-Model1_historyMPIW.npy │ │ ├── weights-QD-Wine-4-Model1_historyMPIWtr.npy │ │ ├── weights-QD-Wine-4-Model1_historyMSE.npy │ │ ├── weights-QD-Wine-4-Model1_historyMSEtr.npy │ │ ├── weights-QD-Wine-4-Model1_historyPICP.npy │ │ ├── weights-QD-Wine-4-Model1_historyPICPtr.npy │ │ ├── weights-QD-Wine-4-Model1_validationMSE │ │ ├── weights-QD-Wine-4-Model2 │ │ ├── weights-QD-Wine-4-Model2_historyMPIW.npy │ │ ├── weights-QD-Wine-4-Model2_historyMPIWtr.npy │ │ ├── weights-QD-Wine-4-Model2_historyMSE.npy │ │ ├── weights-QD-Wine-4-Model2_historyMSEtr.npy │ │ ├── weights-QD-Wine-4-Model2_historyPICP.npy │ │ ├── weights-QD-Wine-4-Model2_historyPICPtr.npy │ │ ├── weights-QD-Wine-4-Model2_validationMSE │ │ ├── weights-QD-Wine-4-Model3 │ │ ├── weights-QD-Wine-4-Model3_historyMPIW.npy │ │ ├── weights-QD-Wine-4-Model3_historyMPIWtr.npy │ │ ├── weights-QD-Wine-4-Model3_historyMSE.npy │ │ ├── weights-QD-Wine-4-Model3_historyMSEtr.npy │ │ ├── weights-QD-Wine-4-Model3_historyPICP.npy │ │ ├── weights-QD-Wine-4-Model3_historyPICPtr.npy │ │ ├── weights-QD-Wine-4-Model3_validationMSE │ │ ├── weights-QD-Wine-4-Model4 │ │ ├── weights-QD-Wine-4-Model4_historyMPIW.npy │ │ ├── weights-QD-Wine-4-Model4_historyMPIWtr.npy │ │ ├── weights-QD-Wine-4-Model4_historyMSE.npy │ │ ├── weights-QD-Wine-4-Model4_historyMSEtr.npy │ │ ├── weights-QD-Wine-4-Model4_historyPICP.npy │ │ ├── weights-QD-Wine-4-Model4_historyPICPtr.npy │ │ ├── weights-QD-Wine-4-Model4_validationMSE │ │ ├── weights-QD-Wine-4_historyMPIW.npy │ │ ├── weights-QD-Wine-4_historyMPIWtr.npy │ │ ├── weights-QD-Wine-4_historyMSE.npy │ │ ├── weights-QD-Wine-4_historyMSEtr.npy │ │ ├── weights-QD-Wine-4_historyPICP.npy │ │ ├── weights-QD-Wine-4_historyPICPtr.npy │ │ ├── weights-QD-Wine-4_validationMSE │ │ ├── weights-QD-Wine-5 │ │ ├── weights-QD-Wine-5-Model0 │ │ ├── weights-QD-Wine-5-Model0_historyMPIW.npy │ │ ├── weights-QD-Wine-5-Model0_historyMPIWtr.npy │ │ ├── weights-QD-Wine-5-Model0_historyMSE.npy │ │ ├── weights-QD-Wine-5-Model0_historyMSEtr.npy │ │ ├── weights-QD-Wine-5-Model0_historyPICP.npy │ │ ├── weights-QD-Wine-5-Model0_historyPICPtr.npy │ │ ├── weights-QD-Wine-5-Model0_validationMSE │ │ ├── weights-QD-Wine-5-Model1 │ │ ├── weights-QD-Wine-5-Model1_historyMPIW.npy │ │ ├── weights-QD-Wine-5-Model1_historyMPIWtr.npy │ │ ├── weights-QD-Wine-5-Model1_historyMSE.npy │ │ ├── weights-QD-Wine-5-Model1_historyMSEtr.npy │ │ ├── weights-QD-Wine-5-Model1_historyPICP.npy │ │ ├── weights-QD-Wine-5-Model1_historyPICPtr.npy │ │ ├── weights-QD-Wine-5-Model1_validationMSE │ │ ├── weights-QD-Wine-5-Model2 │ │ ├── weights-QD-Wine-5-Model2_historyMPIW.npy │ │ ├── weights-QD-Wine-5-Model2_historyMPIWtr.npy │ │ ├── weights-QD-Wine-5-Model2_historyMSE.npy │ │ ├── weights-QD-Wine-5-Model2_historyMSEtr.npy │ │ ├── weights-QD-Wine-5-Model2_historyPICP.npy │ │ ├── weights-QD-Wine-5-Model2_historyPICPtr.npy │ │ ├── weights-QD-Wine-5-Model2_validationMSE │ │ ├── weights-QD-Wine-5-Model3 │ │ ├── weights-QD-Wine-5-Model3_historyMPIW.npy │ │ ├── weights-QD-Wine-5-Model3_historyMPIWtr.npy │ │ ├── weights-QD-Wine-5-Model3_historyMSE.npy │ │ ├── weights-QD-Wine-5-Model3_historyMSEtr.npy │ │ ├── weights-QD-Wine-5-Model3_historyPICP.npy │ │ ├── weights-QD-Wine-5-Model3_historyPICPtr.npy │ │ ├── weights-QD-Wine-5-Model3_validationMSE │ │ ├── weights-QD-Wine-5-Model4 │ │ ├── weights-QD-Wine-5-Model4_historyMPIW.npy │ │ ├── weights-QD-Wine-5-Model4_historyMPIWtr.npy │ │ ├── weights-QD-Wine-5-Model4_historyMSE.npy │ │ ├── weights-QD-Wine-5-Model4_historyMSEtr.npy │ │ ├── weights-QD-Wine-5-Model4_historyPICP.npy │ │ ├── weights-QD-Wine-5-Model4_historyPICPtr.npy │ │ ├── weights-QD-Wine-5-Model4_validationMSE │ │ ├── weights-QD-Wine-5_historyMPIW.npy │ │ ├── weights-QD-Wine-5_historyMPIWtr.npy │ │ ├── weights-QD-Wine-5_historyMSE.npy │ │ ├── weights-QD-Wine-5_historyMSEtr.npy │ │ ├── weights-QD-Wine-5_historyPICP.npy │ │ ├── weights-QD-Wine-5_historyPICPtr.npy │ │ ├── weights-QD-Wine-5_validationMSE │ │ ├── weights-QD-Wine-6 │ │ ├── weights-QD-Wine-6-Model0 │ │ ├── weights-QD-Wine-6-Model0_historyMPIW.npy │ │ ├── weights-QD-Wine-6-Model0_historyMPIWtr.npy │ │ ├── weights-QD-Wine-6-Model0_historyMSE.npy │ │ ├── weights-QD-Wine-6-Model0_historyMSEtr.npy │ │ ├── weights-QD-Wine-6-Model0_historyPICP.npy │ │ ├── weights-QD-Wine-6-Model0_historyPICPtr.npy │ │ ├── weights-QD-Wine-6-Model0_validationMSE │ │ ├── weights-QD-Wine-6-Model1 │ │ ├── weights-QD-Wine-6-Model1_historyMPIW.npy │ │ ├── weights-QD-Wine-6-Model1_historyMPIWtr.npy │ │ ├── weights-QD-Wine-6-Model1_historyMSE.npy │ │ ├── weights-QD-Wine-6-Model1_historyMSEtr.npy │ │ ├── weights-QD-Wine-6-Model1_historyPICP.npy │ │ ├── weights-QD-Wine-6-Model1_historyPICPtr.npy │ │ ├── weights-QD-Wine-6-Model1_validationMSE │ │ ├── weights-QD-Wine-6-Model2 │ │ ├── weights-QD-Wine-6-Model2_historyMPIW.npy │ │ ├── weights-QD-Wine-6-Model2_historyMPIWtr.npy │ │ ├── weights-QD-Wine-6-Model2_historyMSE.npy │ │ ├── weights-QD-Wine-6-Model2_historyMSEtr.npy │ │ ├── weights-QD-Wine-6-Model2_historyPICP.npy │ │ ├── weights-QD-Wine-6-Model2_historyPICPtr.npy │ │ ├── weights-QD-Wine-6-Model2_validationMSE │ │ ├── weights-QD-Wine-6-Model3 │ │ ├── weights-QD-Wine-6-Model3_historyMPIW.npy │ │ ├── weights-QD-Wine-6-Model3_historyMPIWtr.npy │ │ ├── weights-QD-Wine-6-Model3_historyMSE.npy │ │ ├── weights-QD-Wine-6-Model3_historyMSEtr.npy │ │ ├── weights-QD-Wine-6-Model3_historyPICP.npy │ │ ├── weights-QD-Wine-6-Model3_historyPICPtr.npy │ │ ├── weights-QD-Wine-6-Model3_validationMSE │ │ ├── weights-QD-Wine-6-Model4 │ │ ├── weights-QD-Wine-6-Model4_historyMPIW.npy │ │ ├── weights-QD-Wine-6-Model4_historyMPIWtr.npy │ │ ├── weights-QD-Wine-6-Model4_historyMSE.npy │ │ ├── weights-QD-Wine-6-Model4_historyMSEtr.npy │ │ ├── weights-QD-Wine-6-Model4_historyPICP.npy │ │ ├── weights-QD-Wine-6-Model4_historyPICPtr.npy │ │ ├── weights-QD-Wine-6-Model4_validationMSE │ │ ├── weights-QD-Wine-6_historyMPIW.npy │ │ ├── weights-QD-Wine-6_historyMPIWtr.npy │ │ ├── weights-QD-Wine-6_historyMSE.npy │ │ ├── weights-QD-Wine-6_historyMSEtr.npy │ │ ├── weights-QD-Wine-6_historyPICP.npy │ │ ├── weights-QD-Wine-6_historyPICPtr.npy │ │ ├── weights-QD-Wine-6_validationMSE │ │ ├── weights-QD-Wine-7 │ │ ├── weights-QD-Wine-7-Model0 │ │ ├── weights-QD-Wine-7-Model0_historyMPIW.npy │ │ ├── weights-QD-Wine-7-Model0_historyMPIWtr.npy │ │ ├── weights-QD-Wine-7-Model0_historyMSE.npy │ │ ├── weights-QD-Wine-7-Model0_historyMSEtr.npy │ │ ├── weights-QD-Wine-7-Model0_historyPICP.npy │ │ ├── weights-QD-Wine-7-Model0_historyPICPtr.npy │ │ ├── weights-QD-Wine-7-Model0_validationMSE │ │ ├── weights-QD-Wine-7-Model1 │ │ ├── weights-QD-Wine-7-Model1_historyMPIW.npy │ │ ├── weights-QD-Wine-7-Model1_historyMPIWtr.npy │ │ ├── weights-QD-Wine-7-Model1_historyMSE.npy │ │ ├── weights-QD-Wine-7-Model1_historyMSEtr.npy │ │ ├── weights-QD-Wine-7-Model1_historyPICP.npy │ │ ├── weights-QD-Wine-7-Model1_historyPICPtr.npy │ │ ├── weights-QD-Wine-7-Model1_validationMSE │ │ ├── weights-QD-Wine-7-Model2 │ │ ├── weights-QD-Wine-7-Model2_historyMPIW.npy │ │ ├── weights-QD-Wine-7-Model2_historyMPIWtr.npy │ │ ├── weights-QD-Wine-7-Model2_historyMSE.npy │ │ ├── weights-QD-Wine-7-Model2_historyMSEtr.npy │ │ ├── weights-QD-Wine-7-Model2_historyPICP.npy │ │ ├── weights-QD-Wine-7-Model2_historyPICPtr.npy │ │ ├── weights-QD-Wine-7-Model2_validationMSE │ │ ├── weights-QD-Wine-7-Model3 │ │ ├── weights-QD-Wine-7-Model3_historyMPIW.npy │ │ ├── weights-QD-Wine-7-Model3_historyMPIWtr.npy │ │ ├── weights-QD-Wine-7-Model3_historyMSE.npy │ │ ├── weights-QD-Wine-7-Model3_historyMSEtr.npy │ │ ├── weights-QD-Wine-7-Model3_historyPICP.npy │ │ ├── weights-QD-Wine-7-Model3_historyPICPtr.npy │ │ ├── weights-QD-Wine-7-Model3_validationMSE │ │ ├── weights-QD-Wine-7-Model4 │ │ ├── weights-QD-Wine-7-Model4_historyMPIW.npy │ │ ├── weights-QD-Wine-7-Model4_historyMPIWtr.npy │ │ ├── weights-QD-Wine-7-Model4_historyMSE.npy │ │ ├── weights-QD-Wine-7-Model4_historyMSEtr.npy │ │ ├── weights-QD-Wine-7-Model4_historyPICP.npy │ │ ├── weights-QD-Wine-7-Model4_historyPICPtr.npy │ │ ├── weights-QD-Wine-7-Model4_validationMSE │ │ ├── weights-QD-Wine-7_historyMPIW.npy │ │ ├── weights-QD-Wine-7_historyMPIWtr.npy │ │ ├── weights-QD-Wine-7_historyMSE.npy │ │ ├── weights-QD-Wine-7_historyMSEtr.npy │ │ ├── weights-QD-Wine-7_historyPICP.npy │ │ ├── weights-QD-Wine-7_historyPICPtr.npy │ │ ├── weights-QD-Wine-7_validationMSE │ │ ├── weights-QD-Wine-8 │ │ ├── weights-QD-Wine-8-Model0 │ │ ├── weights-QD-Wine-8-Model0_historyMPIW.npy │ │ ├── weights-QD-Wine-8-Model0_historyMPIWtr.npy │ │ ├── weights-QD-Wine-8-Model0_historyMSE.npy │ │ ├── weights-QD-Wine-8-Model0_historyMSEtr.npy │ │ ├── weights-QD-Wine-8-Model0_historyPICP.npy │ │ ├── weights-QD-Wine-8-Model0_historyPICPtr.npy │ │ ├── weights-QD-Wine-8-Model0_validationMSE │ │ ├── weights-QD-Wine-8-Model1 │ │ ├── weights-QD-Wine-8-Model1_historyMPIW.npy │ │ ├── weights-QD-Wine-8-Model1_historyMPIWtr.npy │ │ ├── weights-QD-Wine-8-Model1_historyMSE.npy │ │ ├── weights-QD-Wine-8-Model1_historyMSEtr.npy │ │ ├── weights-QD-Wine-8-Model1_historyPICP.npy │ │ ├── weights-QD-Wine-8-Model1_historyPICPtr.npy │ │ ├── weights-QD-Wine-8-Model1_validationMSE │ │ ├── weights-QD-Wine-8-Model2 │ │ ├── weights-QD-Wine-8-Model2_historyMPIW.npy │ │ ├── weights-QD-Wine-8-Model2_historyMPIWtr.npy │ │ ├── weights-QD-Wine-8-Model2_historyMSE.npy │ │ ├── weights-QD-Wine-8-Model2_historyMSEtr.npy │ │ ├── weights-QD-Wine-8-Model2_historyPICP.npy │ │ ├── weights-QD-Wine-8-Model2_historyPICPtr.npy │ │ ├── weights-QD-Wine-8-Model2_validationMSE │ │ ├── weights-QD-Wine-8-Model3 │ │ ├── weights-QD-Wine-8-Model3_historyMPIW.npy │ │ ├── weights-QD-Wine-8-Model3_historyMPIWtr.npy │ │ ├── weights-QD-Wine-8-Model3_historyMSE.npy │ │ ├── weights-QD-Wine-8-Model3_historyMSEtr.npy │ │ ├── weights-QD-Wine-8-Model3_historyPICP.npy │ │ ├── weights-QD-Wine-8-Model3_historyPICPtr.npy │ │ ├── weights-QD-Wine-8-Model3_validationMSE │ │ ├── weights-QD-Wine-8-Model4 │ │ ├── weights-QD-Wine-8-Model4_historyMPIW.npy │ │ ├── weights-QD-Wine-8-Model4_historyMPIWtr.npy │ │ ├── weights-QD-Wine-8-Model4_historyMSE.npy │ │ ├── weights-QD-Wine-8-Model4_historyMSEtr.npy │ │ ├── weights-QD-Wine-8-Model4_historyPICP.npy │ │ ├── weights-QD-Wine-8-Model4_historyPICPtr.npy │ │ ├── weights-QD-Wine-8-Model4_validationMSE │ │ ├── weights-QD-Wine-8_historyMPIW.npy │ │ ├── weights-QD-Wine-8_historyMPIWtr.npy │ │ ├── weights-QD-Wine-8_historyMSE.npy │ │ ├── weights-QD-Wine-8_historyMSEtr.npy │ │ ├── weights-QD-Wine-8_historyPICP.npy │ │ ├── weights-QD-Wine-8_historyPICPtr.npy │ │ ├── weights-QD-Wine-8_validationMSE │ │ ├── weights-QD-Wine-9 │ │ ├── weights-QD-Wine-9-Model0 │ │ ├── weights-QD-Wine-9-Model0_historyMPIW.npy │ │ ├── weights-QD-Wine-9-Model0_historyMPIWtr.npy │ │ ├── weights-QD-Wine-9-Model0_historyMSE.npy │ │ ├── weights-QD-Wine-9-Model0_historyMSEtr.npy │ │ ├── weights-QD-Wine-9-Model0_historyPICP.npy │ │ ├── weights-QD-Wine-9-Model0_historyPICPtr.npy │ │ ├── weights-QD-Wine-9-Model0_validationMSE │ │ ├── weights-QD-Wine-9-Model1 │ │ ├── weights-QD-Wine-9-Model1_historyMPIW.npy │ │ ├── weights-QD-Wine-9-Model1_historyMPIWtr.npy │ │ ├── weights-QD-Wine-9-Model1_historyMSE.npy │ │ ├── weights-QD-Wine-9-Model1_historyMSEtr.npy │ │ ├── weights-QD-Wine-9-Model1_historyPICP.npy │ │ ├── weights-QD-Wine-9-Model1_historyPICPtr.npy │ │ ├── weights-QD-Wine-9-Model1_validationMSE │ │ ├── weights-QD-Wine-9-Model2 │ │ ├── weights-QD-Wine-9-Model2_historyMPIW.npy │ │ ├── weights-QD-Wine-9-Model2_historyMPIWtr.npy │ │ ├── weights-QD-Wine-9-Model2_historyMSE.npy │ │ ├── weights-QD-Wine-9-Model2_historyMSEtr.npy │ │ ├── weights-QD-Wine-9-Model2_historyPICP.npy │ │ ├── weights-QD-Wine-9-Model2_historyPICPtr.npy │ │ ├── weights-QD-Wine-9-Model2_validationMSE │ │ ├── weights-QD-Wine-9-Model3 │ │ ├── weights-QD-Wine-9-Model3_historyMPIW.npy │ │ ├── weights-QD-Wine-9-Model3_historyMPIWtr.npy │ │ ├── weights-QD-Wine-9-Model3_historyMSE.npy │ │ ├── weights-QD-Wine-9-Model3_historyMSEtr.npy │ │ ├── weights-QD-Wine-9-Model3_historyPICP.npy │ │ ├── weights-QD-Wine-9-Model3_historyPICPtr.npy │ │ ├── weights-QD-Wine-9-Model3_validationMSE │ │ ├── weights-QD-Wine-9-Model4 │ │ ├── weights-QD-Wine-9-Model4_historyMPIW.npy │ │ ├── weights-QD-Wine-9-Model4_historyMPIWtr.npy │ │ ├── weights-QD-Wine-9-Model4_historyMSE.npy │ │ ├── weights-QD-Wine-9-Model4_historyMSEtr.npy │ │ ├── weights-QD-Wine-9-Model4_historyPICP.npy │ │ ├── weights-QD-Wine-9-Model4_historyPICPtr.npy │ │ ├── weights-QD-Wine-9-Model4_validationMSE │ │ ├── weights-QD-Wine-9_historyMPIW.npy │ │ ├── weights-QD-Wine-9_historyMPIWtr.npy │ │ ├── weights-QD-Wine-9_historyMSE.npy │ │ ├── weights-QD-Wine-9_historyMSEtr.npy │ │ ├── weights-QD-Wine-9_historyPICP.npy │ │ ├── weights-QD-Wine-9_historyPICPtr.npy │ │ └── weights-QD-Wine-9_validationMSE │ ├── boxes_wine.jpg │ ├── boxes_wineAQD.jpg │ ├── comparison_MPIW.jpg │ ├── comparison_MSE.jpg │ ├── comparison_PICP.jpg │ └── t-test.txt ├── Yacht │ ├── DualAQD │ │ ├── regression_report-DualAQD-Yacht.txt │ │ ├── validation_MPIW-DualAQD-Yacht.npy │ │ ├── validation_MSE-DualAQD-Yacht.npy │ │ ├── validation_PICP-DualAQD-Yacht.npy │ │ ├── weights-DualAQD-Yacht-1 │ │ ├── weights-DualAQD-Yacht-10 │ │ ├── weights-DualAQD-Yacht-10_historyMPIW.npy │ │ ├── weights-DualAQD-Yacht-10_historyMPIWtr.npy │ │ ├── weights-DualAQD-Yacht-10_historyMSE.npy │ │ ├── weights-DualAQD-Yacht-10_historyMSEtr.npy │ │ ├── weights-DualAQD-Yacht-10_historyPICP.npy │ │ ├── weights-DualAQD-Yacht-10_historyPICPtr.npy │ │ ├── weights-DualAQD-Yacht-10_validationMSE │ │ ├── weights-DualAQD-Yacht-1_historyMPIW.npy │ │ ├── weights-DualAQD-Yacht-1_historyMPIWtr.npy │ │ ├── weights-DualAQD-Yacht-1_historyMSE.npy │ │ ├── weights-DualAQD-Yacht-1_historyMSEtr.npy │ │ ├── weights-DualAQD-Yacht-1_historyPICP.npy │ │ ├── weights-DualAQD-Yacht-1_historyPICPtr.npy │ │ ├── weights-DualAQD-Yacht-1_validationMSE │ │ ├── weights-DualAQD-Yacht-2 │ │ ├── weights-DualAQD-Yacht-2_historyMPIW.npy │ │ ├── weights-DualAQD-Yacht-2_historyMPIWtr.npy │ │ ├── weights-DualAQD-Yacht-2_historyMSE.npy │ │ ├── weights-DualAQD-Yacht-2_historyMSEtr.npy │ │ ├── weights-DualAQD-Yacht-2_historyPICP.npy │ │ ├── weights-DualAQD-Yacht-2_historyPICPtr.npy │ │ ├── weights-DualAQD-Yacht-2_validationMSE │ │ ├── weights-DualAQD-Yacht-3 │ │ ├── weights-DualAQD-Yacht-3_historyMPIW.npy │ │ ├── weights-DualAQD-Yacht-3_historyMPIWtr.npy │ │ ├── weights-DualAQD-Yacht-3_historyMSE.npy │ │ ├── weights-DualAQD-Yacht-3_historyMSEtr.npy │ │ ├── weights-DualAQD-Yacht-3_historyPICP.npy │ │ ├── weights-DualAQD-Yacht-3_historyPICPtr.npy │ │ ├── weights-DualAQD-Yacht-3_validationMSE │ │ ├── weights-DualAQD-Yacht-4 │ │ ├── weights-DualAQD-Yacht-4_historyMPIW.npy │ │ ├── weights-DualAQD-Yacht-4_historyMPIWtr.npy │ │ ├── weights-DualAQD-Yacht-4_historyMSE.npy │ │ ├── weights-DualAQD-Yacht-4_historyMSEtr.npy │ │ ├── weights-DualAQD-Yacht-4_historyPICP.npy │ │ ├── weights-DualAQD-Yacht-4_historyPICPtr.npy │ │ ├── weights-DualAQD-Yacht-4_validationMSE │ │ ├── weights-DualAQD-Yacht-5 │ │ ├── weights-DualAQD-Yacht-5_historyMPIW.npy │ │ ├── weights-DualAQD-Yacht-5_historyMPIWtr.npy │ │ ├── weights-DualAQD-Yacht-5_historyMSE.npy │ │ ├── weights-DualAQD-Yacht-5_historyMSEtr.npy │ │ ├── weights-DualAQD-Yacht-5_historyPICP.npy │ │ ├── weights-DualAQD-Yacht-5_historyPICPtr.npy │ │ ├── weights-DualAQD-Yacht-5_validationMSE │ │ ├── weights-DualAQD-Yacht-6 │ │ ├── weights-DualAQD-Yacht-6_historyMPIW.npy │ │ ├── weights-DualAQD-Yacht-6_historyMPIWtr.npy │ │ ├── weights-DualAQD-Yacht-6_historyMSE.npy │ │ ├── weights-DualAQD-Yacht-6_historyMSEtr.npy │ │ ├── weights-DualAQD-Yacht-6_historyPICP.npy │ │ ├── weights-DualAQD-Yacht-6_historyPICPtr.npy │ │ ├── weights-DualAQD-Yacht-6_validationMSE │ │ ├── weights-DualAQD-Yacht-7 │ │ ├── weights-DualAQD-Yacht-7_historyMPIW.npy │ │ ├── weights-DualAQD-Yacht-7_historyMPIWtr.npy │ │ ├── weights-DualAQD-Yacht-7_historyMSE.npy │ │ ├── weights-DualAQD-Yacht-7_historyMSEtr.npy │ │ ├── weights-DualAQD-Yacht-7_historyPICP.npy │ │ ├── weights-DualAQD-Yacht-7_historyPICPtr.npy │ │ ├── weights-DualAQD-Yacht-7_validationMSE │ │ ├── weights-DualAQD-Yacht-8 │ │ ├── weights-DualAQD-Yacht-8_historyMPIW.npy │ │ ├── weights-DualAQD-Yacht-8_historyMPIWtr.npy │ │ ├── weights-DualAQD-Yacht-8_historyMSE.npy │ │ ├── weights-DualAQD-Yacht-8_historyMSEtr.npy │ │ ├── weights-DualAQD-Yacht-8_historyPICP.npy │ │ ├── weights-DualAQD-Yacht-8_historyPICPtr.npy │ │ ├── weights-DualAQD-Yacht-8_validationMSE │ │ ├── weights-DualAQD-Yacht-9 │ │ ├── weights-DualAQD-Yacht-9_historyMPIW.npy │ │ ├── weights-DualAQD-Yacht-9_historyMPIWtr.npy │ │ ├── weights-DualAQD-Yacht-9_historyMSE.npy │ │ ├── weights-DualAQD-Yacht-9_historyMSEtr.npy │ │ ├── weights-DualAQD-Yacht-9_historyPICP.npy │ │ ├── weights-DualAQD-Yacht-9_historyPICPtr.npy │ │ └── weights-DualAQD-Yacht-9_validationMSE │ ├── MCDropout │ │ ├── regression_report-MCDropout-Yacht.txt │ │ ├── validation_MPIW-MCDropout-Yacht.npy │ │ ├── validation_MSE-MCDropout-Yacht.npy │ │ ├── validation_PICP-MCDropout-Yacht.npy │ │ ├── weights-MCDropout-Yacht-1 │ │ ├── weights-MCDropout-Yacht-10 │ │ ├── weights-MCDropout-Yacht-10_historyMSE.npy │ │ ├── weights-MCDropout-Yacht-10_historyMSEtr.npy │ │ ├── weights-MCDropout-Yacht-10_validationMSE │ │ ├── weights-MCDropout-Yacht-1_historyMSE.npy │ │ ├── weights-MCDropout-Yacht-1_historyMSEtr.npy │ │ ├── weights-MCDropout-Yacht-1_validationMSE │ │ ├── weights-MCDropout-Yacht-2 │ │ ├── weights-MCDropout-Yacht-2_historyMSE.npy │ │ ├── weights-MCDropout-Yacht-2_historyMSEtr.npy │ │ ├── weights-MCDropout-Yacht-2_validationMSE │ │ ├── weights-MCDropout-Yacht-3 │ │ ├── weights-MCDropout-Yacht-3_historyMSE.npy │ │ ├── weights-MCDropout-Yacht-3_historyMSEtr.npy │ │ ├── weights-MCDropout-Yacht-3_validationMSE │ │ ├── weights-MCDropout-Yacht-4 │ │ ├── weights-MCDropout-Yacht-4_historyMSE.npy │ │ ├── weights-MCDropout-Yacht-4_historyMSEtr.npy │ │ ├── weights-MCDropout-Yacht-4_validationMSE │ │ ├── weights-MCDropout-Yacht-5 │ │ ├── weights-MCDropout-Yacht-5_historyMSE.npy │ │ ├── weights-MCDropout-Yacht-5_historyMSEtr.npy │ │ ├── weights-MCDropout-Yacht-5_validationMSE │ │ ├── weights-MCDropout-Yacht-6 │ │ ├── weights-MCDropout-Yacht-6_historyMSE.npy │ │ ├── weights-MCDropout-Yacht-6_historyMSEtr.npy │ │ ├── weights-MCDropout-Yacht-6_validationMSE │ │ ├── weights-MCDropout-Yacht-7 │ │ ├── weights-MCDropout-Yacht-7_historyMSE.npy │ │ ├── weights-MCDropout-Yacht-7_historyMSEtr.npy │ │ ├── weights-MCDropout-Yacht-7_validationMSE │ │ ├── weights-MCDropout-Yacht-8 │ │ ├── weights-MCDropout-Yacht-8_historyMSE.npy │ │ ├── weights-MCDropout-Yacht-8_historyMSEtr.npy │ │ ├── weights-MCDropout-Yacht-8_validationMSE │ │ ├── weights-MCDropout-Yacht-9 │ │ ├── weights-MCDropout-Yacht-9_historyMSE.npy │ │ ├── weights-MCDropout-Yacht-9_historyMSEtr.npy │ │ └── weights-MCDropout-Yacht-9_validationMSE │ ├── QD+ │ │ ├── regression_report-QD+-Yacht.txt │ │ ├── validation_MPIW-QD+-Yacht.npy │ │ ├── validation_MSE-QD+-Yacht.npy │ │ ├── validation_PICP-QD+-Yacht.npy │ │ ├── weights-QD+-Yacht-1-Model0 │ │ ├── weights-QD+-Yacht-1-Model0_historyMSE.npy │ │ ├── weights-QD+-Yacht-1-Model0_historyMSEtr.npy │ │ ├── weights-QD+-Yacht-1-Model0_validationMSE │ │ ├── weights-QD+-Yacht-1-Model1 │ │ ├── weights-QD+-Yacht-1-Model1_historyMSE.npy │ │ ├── weights-QD+-Yacht-1-Model1_historyMSEtr.npy │ │ ├── weights-QD+-Yacht-1-Model1_validationMSE │ │ ├── weights-QD+-Yacht-1-Model2 │ │ ├── weights-QD+-Yacht-1-Model2_historyMSE.npy │ │ ├── weights-QD+-Yacht-1-Model2_historyMSEtr.npy │ │ ├── weights-QD+-Yacht-1-Model2_validationMSE │ │ ├── weights-QD+-Yacht-1-Model3 │ │ ├── weights-QD+-Yacht-1-Model3_historyMSE.npy │ │ ├── weights-QD+-Yacht-1-Model3_historyMSEtr.npy │ │ ├── weights-QD+-Yacht-1-Model3_validationMSE │ │ ├── weights-QD+-Yacht-1-Model4 │ │ ├── weights-QD+-Yacht-1-Model4_historyMSE.npy │ │ ├── weights-QD+-Yacht-1-Model4_historyMSEtr.npy │ │ ├── weights-QD+-Yacht-1-Model4_validationMSE │ │ ├── weights-QD+-Yacht-10-Model0 │ │ ├── weights-QD+-Yacht-10-Model0_historyMSE.npy │ │ ├── weights-QD+-Yacht-10-Model0_historyMSEtr.npy │ │ ├── weights-QD+-Yacht-10-Model0_validationMSE │ │ ├── weights-QD+-Yacht-10-Model1 │ │ ├── weights-QD+-Yacht-10-Model1_historyMSE.npy │ │ ├── weights-QD+-Yacht-10-Model1_historyMSEtr.npy │ │ ├── weights-QD+-Yacht-10-Model1_validationMSE │ │ ├── weights-QD+-Yacht-10-Model2 │ │ ├── weights-QD+-Yacht-10-Model2_historyMSE.npy │ │ ├── weights-QD+-Yacht-10-Model2_historyMSEtr.npy │ │ ├── weights-QD+-Yacht-10-Model2_validationMSE │ │ ├── weights-QD+-Yacht-10-Model3 │ │ ├── weights-QD+-Yacht-10-Model3_historyMSE.npy │ │ ├── weights-QD+-Yacht-10-Model3_historyMSEtr.npy │ │ ├── weights-QD+-Yacht-10-Model3_validationMSE │ │ ├── weights-QD+-Yacht-10-Model4 │ │ ├── weights-QD+-Yacht-10-Model4_historyMSE.npy │ │ ├── weights-QD+-Yacht-10-Model4_historyMSEtr.npy │ │ ├── weights-QD+-Yacht-10-Model4_validationMSE │ │ ├── weights-QD+-Yacht-2-Model0 │ │ ├── weights-QD+-Yacht-2-Model0_historyMSE.npy │ │ ├── weights-QD+-Yacht-2-Model0_historyMSEtr.npy │ │ ├── weights-QD+-Yacht-2-Model0_validationMSE │ │ ├── weights-QD+-Yacht-2-Model1 │ │ ├── weights-QD+-Yacht-2-Model1_historyMSE.npy │ │ ├── weights-QD+-Yacht-2-Model1_historyMSEtr.npy │ │ ├── weights-QD+-Yacht-2-Model1_validationMSE │ │ ├── weights-QD+-Yacht-2-Model2 │ │ ├── weights-QD+-Yacht-2-Model2_historyMSE.npy │ │ ├── weights-QD+-Yacht-2-Model2_historyMSEtr.npy │ │ ├── weights-QD+-Yacht-2-Model2_validationMSE │ │ ├── weights-QD+-Yacht-2-Model3 │ │ ├── weights-QD+-Yacht-2-Model3_historyMSE.npy │ │ ├── weights-QD+-Yacht-2-Model3_historyMSEtr.npy │ │ ├── weights-QD+-Yacht-2-Model3_validationMSE │ │ ├── weights-QD+-Yacht-2-Model4 │ │ ├── weights-QD+-Yacht-2-Model4_historyMSE.npy │ │ ├── weights-QD+-Yacht-2-Model4_historyMSEtr.npy │ │ ├── weights-QD+-Yacht-2-Model4_validationMSE │ │ ├── weights-QD+-Yacht-3-Model0 │ │ ├── weights-QD+-Yacht-3-Model0_historyMSE.npy │ │ ├── weights-QD+-Yacht-3-Model0_historyMSEtr.npy │ │ ├── weights-QD+-Yacht-3-Model0_validationMSE │ │ ├── weights-QD+-Yacht-3-Model1 │ │ ├── weights-QD+-Yacht-3-Model1_historyMSE.npy │ │ ├── weights-QD+-Yacht-3-Model1_historyMSEtr.npy │ │ ├── weights-QD+-Yacht-3-Model1_validationMSE │ │ ├── weights-QD+-Yacht-3-Model2 │ │ ├── weights-QD+-Yacht-3-Model2_historyMSE.npy │ │ ├── weights-QD+-Yacht-3-Model2_historyMSEtr.npy │ │ ├── weights-QD+-Yacht-3-Model2_validationMSE │ │ ├── weights-QD+-Yacht-3-Model3 │ │ ├── weights-QD+-Yacht-3-Model3_historyMSE.npy │ │ ├── weights-QD+-Yacht-3-Model3_historyMSEtr.npy │ │ ├── weights-QD+-Yacht-3-Model3_validationMSE │ │ ├── weights-QD+-Yacht-3-Model4 │ │ ├── weights-QD+-Yacht-3-Model4_historyMSE.npy │ │ ├── weights-QD+-Yacht-3-Model4_historyMSEtr.npy │ │ ├── weights-QD+-Yacht-3-Model4_validationMSE │ │ ├── weights-QD+-Yacht-4-Model0 │ │ ├── weights-QD+-Yacht-4-Model0_historyMSE.npy │ │ ├── weights-QD+-Yacht-4-Model0_historyMSEtr.npy │ │ ├── weights-QD+-Yacht-4-Model0_validationMSE │ │ ├── weights-QD+-Yacht-4-Model1 │ │ ├── weights-QD+-Yacht-4-Model1_historyMSE.npy │ │ ├── weights-QD+-Yacht-4-Model1_historyMSEtr.npy │ │ ├── weights-QD+-Yacht-4-Model1_validationMSE │ │ ├── weights-QD+-Yacht-4-Model2 │ │ ├── weights-QD+-Yacht-4-Model2_historyMSE.npy │ │ ├── weights-QD+-Yacht-4-Model2_historyMSEtr.npy │ │ ├── weights-QD+-Yacht-4-Model2_validationMSE │ │ ├── weights-QD+-Yacht-4-Model3 │ │ ├── weights-QD+-Yacht-4-Model3_historyMSE.npy │ │ ├── weights-QD+-Yacht-4-Model3_historyMSEtr.npy │ │ ├── weights-QD+-Yacht-4-Model3_validationMSE │ │ ├── weights-QD+-Yacht-4-Model4 │ │ ├── weights-QD+-Yacht-4-Model4_historyMSE.npy │ │ ├── weights-QD+-Yacht-4-Model4_historyMSEtr.npy │ │ ├── weights-QD+-Yacht-4-Model4_validationMSE │ │ ├── weights-QD+-Yacht-5-Model0 │ │ ├── weights-QD+-Yacht-5-Model0_historyMSE.npy │ │ ├── weights-QD+-Yacht-5-Model0_historyMSEtr.npy │ │ ├── weights-QD+-Yacht-5-Model0_validationMSE │ │ ├── weights-QD+-Yacht-5-Model1 │ │ ├── weights-QD+-Yacht-5-Model1_historyMSE.npy │ │ ├── weights-QD+-Yacht-5-Model1_historyMSEtr.npy │ │ ├── weights-QD+-Yacht-5-Model1_validationMSE │ │ ├── weights-QD+-Yacht-5-Model2 │ │ ├── weights-QD+-Yacht-5-Model2_historyMSE.npy │ │ ├── weights-QD+-Yacht-5-Model2_historyMSEtr.npy │ │ ├── weights-QD+-Yacht-5-Model2_validationMSE │ │ ├── weights-QD+-Yacht-5-Model3 │ │ ├── weights-QD+-Yacht-5-Model3_historyMSE.npy │ │ ├── weights-QD+-Yacht-5-Model3_historyMSEtr.npy │ │ ├── weights-QD+-Yacht-5-Model3_validationMSE │ │ ├── weights-QD+-Yacht-5-Model4 │ │ ├── weights-QD+-Yacht-5-Model4_historyMSE.npy │ │ ├── weights-QD+-Yacht-5-Model4_historyMSEtr.npy │ │ ├── weights-QD+-Yacht-5-Model4_validationMSE │ │ ├── weights-QD+-Yacht-6-Model0 │ │ ├── weights-QD+-Yacht-6-Model0_historyMSE.npy │ │ ├── weights-QD+-Yacht-6-Model0_historyMSEtr.npy │ │ ├── weights-QD+-Yacht-6-Model0_validationMSE │ │ ├── weights-QD+-Yacht-6-Model1 │ │ ├── weights-QD+-Yacht-6-Model1_historyMSE.npy │ │ ├── weights-QD+-Yacht-6-Model1_historyMSEtr.npy │ │ ├── weights-QD+-Yacht-6-Model1_validationMSE │ │ ├── weights-QD+-Yacht-6-Model2 │ │ ├── weights-QD+-Yacht-6-Model2_historyMSE.npy │ │ ├── weights-QD+-Yacht-6-Model2_historyMSEtr.npy │ │ ├── weights-QD+-Yacht-6-Model2_validationMSE │ │ ├── weights-QD+-Yacht-6-Model3 │ │ ├── weights-QD+-Yacht-6-Model3_historyMSE.npy │ │ ├── weights-QD+-Yacht-6-Model3_historyMSEtr.npy │ │ ├── weights-QD+-Yacht-6-Model3_validationMSE │ │ ├── weights-QD+-Yacht-6-Model4 │ │ ├── weights-QD+-Yacht-6-Model4_historyMSE.npy │ │ ├── weights-QD+-Yacht-6-Model4_historyMSEtr.npy │ │ ├── weights-QD+-Yacht-6-Model4_validationMSE │ │ ├── weights-QD+-Yacht-7-Model0 │ │ ├── weights-QD+-Yacht-7-Model0_historyMSE.npy │ │ ├── weights-QD+-Yacht-7-Model0_historyMSEtr.npy │ │ ├── weights-QD+-Yacht-7-Model0_validationMSE │ │ ├── weights-QD+-Yacht-7-Model1 │ │ ├── weights-QD+-Yacht-7-Model1_historyMSE.npy │ │ ├── weights-QD+-Yacht-7-Model1_historyMSEtr.npy │ │ ├── weights-QD+-Yacht-7-Model1_validationMSE │ │ ├── weights-QD+-Yacht-7-Model2 │ │ ├── weights-QD+-Yacht-7-Model2_historyMSE.npy │ │ ├── weights-QD+-Yacht-7-Model2_historyMSEtr.npy │ │ ├── weights-QD+-Yacht-7-Model2_validationMSE │ │ ├── weights-QD+-Yacht-7-Model3 │ │ ├── weights-QD+-Yacht-7-Model3_historyMSE.npy │ │ ├── weights-QD+-Yacht-7-Model3_historyMSEtr.npy │ │ ├── weights-QD+-Yacht-7-Model3_validationMSE │ │ ├── weights-QD+-Yacht-7-Model4 │ │ ├── weights-QD+-Yacht-7-Model4_historyMSE.npy │ │ ├── weights-QD+-Yacht-7-Model4_historyMSEtr.npy │ │ ├── weights-QD+-Yacht-7-Model4_validationMSE │ │ ├── weights-QD+-Yacht-8-Model0 │ │ ├── weights-QD+-Yacht-8-Model0_historyMSE.npy │ │ ├── weights-QD+-Yacht-8-Model0_historyMSEtr.npy │ │ ├── weights-QD+-Yacht-8-Model0_validationMSE │ │ ├── weights-QD+-Yacht-8-Model1 │ │ ├── weights-QD+-Yacht-8-Model1_historyMSE.npy │ │ ├── weights-QD+-Yacht-8-Model1_historyMSEtr.npy │ │ ├── weights-QD+-Yacht-8-Model1_validationMSE │ │ ├── weights-QD+-Yacht-8-Model2 │ │ ├── weights-QD+-Yacht-8-Model2_historyMSE.npy │ │ ├── weights-QD+-Yacht-8-Model2_historyMSEtr.npy │ │ ├── weights-QD+-Yacht-8-Model2_validationMSE │ │ ├── weights-QD+-Yacht-8-Model3 │ │ ├── weights-QD+-Yacht-8-Model3_historyMSE.npy │ │ ├── weights-QD+-Yacht-8-Model3_historyMSEtr.npy │ │ ├── weights-QD+-Yacht-8-Model3_validationMSE │ │ ├── weights-QD+-Yacht-8-Model4 │ │ ├── weights-QD+-Yacht-8-Model4_historyMSE.npy │ │ ├── weights-QD+-Yacht-8-Model4_historyMSEtr.npy │ │ ├── weights-QD+-Yacht-8-Model4_validationMSE │ │ ├── weights-QD+-Yacht-9-Model0 │ │ ├── weights-QD+-Yacht-9-Model0_historyMSE.npy │ │ ├── weights-QD+-Yacht-9-Model0_historyMSEtr.npy │ │ ├── weights-QD+-Yacht-9-Model0_validationMSE │ │ ├── weights-QD+-Yacht-9-Model1 │ │ ├── weights-QD+-Yacht-9-Model1_historyMSE.npy │ │ ├── weights-QD+-Yacht-9-Model1_historyMSEtr.npy │ │ ├── weights-QD+-Yacht-9-Model1_validationMSE │ │ ├── weights-QD+-Yacht-9-Model2 │ │ ├── weights-QD+-Yacht-9-Model2_historyMSE.npy │ │ ├── weights-QD+-Yacht-9-Model2_historyMSEtr.npy │ │ ├── weights-QD+-Yacht-9-Model2_validationMSE │ │ ├── weights-QD+-Yacht-9-Model3 │ │ ├── weights-QD+-Yacht-9-Model3_historyMSE.npy │ │ ├── weights-QD+-Yacht-9-Model3_historyMSEtr.npy │ │ ├── weights-QD+-Yacht-9-Model3_validationMSE │ │ ├── weights-QD+-Yacht-9-Model4 │ │ ├── weights-QD+-Yacht-9-Model4_historyMSE.npy │ │ ├── weights-QD+-Yacht-9-Model4_historyMSEtr.npy │ │ └── weights-QD+-Yacht-9-Model4_validationMSE │ ├── QD │ │ ├── regression_report-QD-Yacht.txt │ │ ├── validation_MPIW-QD-Yacht.npy │ │ ├── validation_MSE-QD-Yacht.npy │ │ ├── validation_PICP-QD-Yacht.npy │ │ ├── weights-QD-Yacht-1-Model0 │ │ ├── weights-QD-Yacht-1-Model0_historyMPIW.npy │ │ ├── weights-QD-Yacht-1-Model0_historyMPIWtr.npy │ │ ├── weights-QD-Yacht-1-Model0_historyMSE.npy │ │ ├── weights-QD-Yacht-1-Model0_historyMSEtr.npy │ │ ├── weights-QD-Yacht-1-Model0_historyPICP.npy │ │ ├── weights-QD-Yacht-1-Model0_historyPICPtr.npy │ │ ├── weights-QD-Yacht-1-Model0_validationMSE │ │ ├── weights-QD-Yacht-1-Model1 │ │ ├── weights-QD-Yacht-1-Model1_historyMPIW.npy │ │ ├── weights-QD-Yacht-1-Model1_historyMPIWtr.npy │ │ ├── weights-QD-Yacht-1-Model1_historyMSE.npy │ │ ├── weights-QD-Yacht-1-Model1_historyMSEtr.npy │ │ ├── weights-QD-Yacht-1-Model1_historyPICP.npy │ │ ├── weights-QD-Yacht-1-Model1_historyPICPtr.npy │ │ ├── weights-QD-Yacht-1-Model1_validationMSE │ │ ├── weights-QD-Yacht-1-Model2 │ │ ├── weights-QD-Yacht-1-Model2_historyMPIW.npy │ │ ├── weights-QD-Yacht-1-Model2_historyMPIWtr.npy │ │ ├── weights-QD-Yacht-1-Model2_historyMSE.npy │ │ ├── weights-QD-Yacht-1-Model2_historyMSEtr.npy │ │ ├── weights-QD-Yacht-1-Model2_historyPICP.npy │ │ ├── weights-QD-Yacht-1-Model2_historyPICPtr.npy │ │ ├── weights-QD-Yacht-1-Model2_validationMSE │ │ ├── weights-QD-Yacht-1-Model3 │ │ ├── weights-QD-Yacht-1-Model3_historyMPIW.npy │ │ ├── weights-QD-Yacht-1-Model3_historyMPIWtr.npy │ │ ├── weights-QD-Yacht-1-Model3_historyMSE.npy │ │ ├── weights-QD-Yacht-1-Model3_historyMSEtr.npy │ │ ├── weights-QD-Yacht-1-Model3_historyPICP.npy │ │ ├── weights-QD-Yacht-1-Model3_historyPICPtr.npy │ │ ├── weights-QD-Yacht-1-Model3_validationMSE │ │ ├── weights-QD-Yacht-1-Model4 │ │ ├── weights-QD-Yacht-1-Model4_historyMPIW.npy │ │ ├── weights-QD-Yacht-1-Model4_historyMPIWtr.npy │ │ ├── weights-QD-Yacht-1-Model4_historyMSE.npy │ │ ├── weights-QD-Yacht-1-Model4_historyMSEtr.npy │ │ ├── weights-QD-Yacht-1-Model4_historyPICP.npy │ │ ├── weights-QD-Yacht-1-Model4_historyPICPtr.npy │ │ ├── weights-QD-Yacht-1-Model4_validationMSE │ │ ├── weights-QD-Yacht-10-Model0 │ │ ├── weights-QD-Yacht-10-Model0_historyMPIW.npy │ │ ├── weights-QD-Yacht-10-Model0_historyMPIWtr.npy │ │ ├── weights-QD-Yacht-10-Model0_historyMSE.npy │ │ ├── weights-QD-Yacht-10-Model0_historyMSEtr.npy │ │ ├── weights-QD-Yacht-10-Model0_historyPICP.npy │ │ ├── weights-QD-Yacht-10-Model0_historyPICPtr.npy │ │ ├── weights-QD-Yacht-10-Model0_validationMSE │ │ ├── weights-QD-Yacht-10-Model1 │ │ ├── weights-QD-Yacht-10-Model1_historyMPIW.npy │ │ ├── weights-QD-Yacht-10-Model1_historyMPIWtr.npy │ │ ├── weights-QD-Yacht-10-Model1_historyMSE.npy │ │ ├── weights-QD-Yacht-10-Model1_historyMSEtr.npy │ │ ├── weights-QD-Yacht-10-Model1_historyPICP.npy │ │ ├── weights-QD-Yacht-10-Model1_historyPICPtr.npy │ │ ├── weights-QD-Yacht-10-Model1_validationMSE │ │ ├── weights-QD-Yacht-10-Model2 │ │ ├── weights-QD-Yacht-10-Model2_historyMPIW.npy │ │ ├── weights-QD-Yacht-10-Model2_historyMPIWtr.npy │ │ ├── weights-QD-Yacht-10-Model2_historyMSE.npy │ │ ├── weights-QD-Yacht-10-Model2_historyMSEtr.npy │ │ ├── weights-QD-Yacht-10-Model2_historyPICP.npy │ │ ├── weights-QD-Yacht-10-Model2_historyPICPtr.npy │ │ ├── weights-QD-Yacht-10-Model2_validationMSE │ │ ├── weights-QD-Yacht-10-Model3 │ │ ├── weights-QD-Yacht-10-Model3_historyMPIW.npy │ │ ├── weights-QD-Yacht-10-Model3_historyMPIWtr.npy │ │ ├── weights-QD-Yacht-10-Model3_historyMSE.npy │ │ ├── weights-QD-Yacht-10-Model3_historyMSEtr.npy │ │ ├── weights-QD-Yacht-10-Model3_historyPICP.npy │ │ ├── weights-QD-Yacht-10-Model3_historyPICPtr.npy │ │ ├── weights-QD-Yacht-10-Model3_validationMSE │ │ ├── weights-QD-Yacht-10-Model4 │ │ ├── weights-QD-Yacht-10-Model4_historyMPIW.npy │ │ ├── weights-QD-Yacht-10-Model4_historyMPIWtr.npy │ │ ├── weights-QD-Yacht-10-Model4_historyMSE.npy │ │ ├── weights-QD-Yacht-10-Model4_historyMSEtr.npy │ │ ├── weights-QD-Yacht-10-Model4_historyPICP.npy │ │ ├── weights-QD-Yacht-10-Model4_historyPICPtr.npy │ │ ├── weights-QD-Yacht-10-Model4_validationMSE │ │ ├── weights-QD-Yacht-2-Model0 │ │ ├── weights-QD-Yacht-2-Model0_historyMPIW.npy │ │ ├── weights-QD-Yacht-2-Model0_historyMPIWtr.npy │ │ ├── weights-QD-Yacht-2-Model0_historyMSE.npy │ │ ├── weights-QD-Yacht-2-Model0_historyMSEtr.npy │ │ ├── weights-QD-Yacht-2-Model0_historyPICP.npy │ │ ├── weights-QD-Yacht-2-Model0_historyPICPtr.npy │ │ ├── weights-QD-Yacht-2-Model0_validationMSE │ │ ├── weights-QD-Yacht-2-Model1 │ │ ├── weights-QD-Yacht-2-Model1_historyMPIW.npy │ │ ├── weights-QD-Yacht-2-Model1_historyMPIWtr.npy │ │ ├── weights-QD-Yacht-2-Model1_historyMSE.npy │ │ ├── weights-QD-Yacht-2-Model1_historyMSEtr.npy │ │ ├── weights-QD-Yacht-2-Model1_historyPICP.npy │ │ ├── weights-QD-Yacht-2-Model1_historyPICPtr.npy │ │ ├── weights-QD-Yacht-2-Model1_validationMSE │ │ ├── weights-QD-Yacht-2-Model2 │ │ ├── weights-QD-Yacht-2-Model2_historyMPIW.npy │ │ ├── weights-QD-Yacht-2-Model2_historyMPIWtr.npy │ │ ├── weights-QD-Yacht-2-Model2_historyMSE.npy │ │ ├── weights-QD-Yacht-2-Model2_historyMSEtr.npy │ │ ├── weights-QD-Yacht-2-Model2_historyPICP.npy │ │ ├── weights-QD-Yacht-2-Model2_historyPICPtr.npy │ │ ├── weights-QD-Yacht-2-Model2_validationMSE │ │ ├── weights-QD-Yacht-2-Model3 │ │ ├── weights-QD-Yacht-2-Model3_historyMPIW.npy │ │ ├── weights-QD-Yacht-2-Model3_historyMPIWtr.npy │ │ ├── weights-QD-Yacht-2-Model3_historyMSE.npy │ │ ├── weights-QD-Yacht-2-Model3_historyMSEtr.npy │ │ ├── weights-QD-Yacht-2-Model3_historyPICP.npy │ │ ├── weights-QD-Yacht-2-Model3_historyPICPtr.npy │ │ ├── weights-QD-Yacht-2-Model3_validationMSE │ │ ├── weights-QD-Yacht-2-Model4 │ │ ├── weights-QD-Yacht-2-Model4_historyMPIW.npy │ │ ├── weights-QD-Yacht-2-Model4_historyMPIWtr.npy │ │ ├── weights-QD-Yacht-2-Model4_historyMSE.npy │ │ ├── weights-QD-Yacht-2-Model4_historyMSEtr.npy │ │ ├── weights-QD-Yacht-2-Model4_historyPICP.npy │ │ ├── weights-QD-Yacht-2-Model4_historyPICPtr.npy │ │ ├── weights-QD-Yacht-2-Model4_validationMSE │ │ ├── weights-QD-Yacht-3-Model0 │ │ ├── weights-QD-Yacht-3-Model0_historyMPIW.npy │ │ ├── weights-QD-Yacht-3-Model0_historyMPIWtr.npy │ │ ├── weights-QD-Yacht-3-Model0_historyMSE.npy │ │ ├── weights-QD-Yacht-3-Model0_historyMSEtr.npy │ │ ├── weights-QD-Yacht-3-Model0_historyPICP.npy │ │ ├── weights-QD-Yacht-3-Model0_historyPICPtr.npy │ │ ├── weights-QD-Yacht-3-Model0_validationMSE │ │ ├── weights-QD-Yacht-3-Model1 │ │ ├── weights-QD-Yacht-3-Model1_historyMPIW.npy │ │ ├── weights-QD-Yacht-3-Model1_historyMPIWtr.npy │ │ ├── weights-QD-Yacht-3-Model1_historyMSE.npy │ │ ├── weights-QD-Yacht-3-Model1_historyMSEtr.npy │ │ ├── weights-QD-Yacht-3-Model1_historyPICP.npy │ │ ├── weights-QD-Yacht-3-Model1_historyPICPtr.npy │ │ ├── weights-QD-Yacht-3-Model1_validationMSE │ │ ├── weights-QD-Yacht-3-Model2 │ │ ├── weights-QD-Yacht-3-Model2_historyMPIW.npy │ │ ├── weights-QD-Yacht-3-Model2_historyMPIWtr.npy │ │ ├── weights-QD-Yacht-3-Model2_historyMSE.npy │ │ ├── weights-QD-Yacht-3-Model2_historyMSEtr.npy │ │ ├── weights-QD-Yacht-3-Model2_historyPICP.npy │ │ ├── weights-QD-Yacht-3-Model2_historyPICPtr.npy │ │ ├── weights-QD-Yacht-3-Model2_validationMSE │ │ ├── weights-QD-Yacht-3-Model3 │ │ ├── weights-QD-Yacht-3-Model3_historyMPIW.npy │ │ ├── weights-QD-Yacht-3-Model3_historyMPIWtr.npy │ │ ├── weights-QD-Yacht-3-Model3_historyMSE.npy │ │ ├── weights-QD-Yacht-3-Model3_historyMSEtr.npy │ │ ├── weights-QD-Yacht-3-Model3_historyPICP.npy │ │ ├── weights-QD-Yacht-3-Model3_historyPICPtr.npy │ │ ├── weights-QD-Yacht-3-Model3_validationMSE │ │ ├── weights-QD-Yacht-3-Model4 │ │ ├── weights-QD-Yacht-3-Model4_historyMPIW.npy │ │ ├── weights-QD-Yacht-3-Model4_historyMPIWtr.npy │ │ ├── weights-QD-Yacht-3-Model4_historyMSE.npy │ │ ├── weights-QD-Yacht-3-Model4_historyMSEtr.npy │ │ ├── weights-QD-Yacht-3-Model4_historyPICP.npy │ │ ├── weights-QD-Yacht-3-Model4_historyPICPtr.npy │ │ ├── weights-QD-Yacht-3-Model4_validationMSE │ │ ├── weights-QD-Yacht-4-Model0 │ │ ├── weights-QD-Yacht-4-Model0_historyMPIW.npy │ │ ├── weights-QD-Yacht-4-Model0_historyMPIWtr.npy │ │ ├── weights-QD-Yacht-4-Model0_historyMSE.npy │ │ ├── weights-QD-Yacht-4-Model0_historyMSEtr.npy │ │ ├── weights-QD-Yacht-4-Model0_historyPICP.npy │ │ ├── weights-QD-Yacht-4-Model0_historyPICPtr.npy │ │ ├── weights-QD-Yacht-4-Model0_validationMSE │ │ ├── weights-QD-Yacht-4-Model1 │ │ ├── weights-QD-Yacht-4-Model1_historyMPIW.npy │ │ ├── weights-QD-Yacht-4-Model1_historyMPIWtr.npy │ │ ├── weights-QD-Yacht-4-Model1_historyMSE.npy │ │ ├── weights-QD-Yacht-4-Model1_historyMSEtr.npy │ │ ├── weights-QD-Yacht-4-Model1_historyPICP.npy │ │ ├── weights-QD-Yacht-4-Model1_historyPICPtr.npy │ │ ├── weights-QD-Yacht-4-Model1_validationMSE │ │ ├── weights-QD-Yacht-4-Model2 │ │ ├── weights-QD-Yacht-4-Model2_historyMPIW.npy │ │ ├── weights-QD-Yacht-4-Model2_historyMPIWtr.npy │ │ ├── weights-QD-Yacht-4-Model2_historyMSE.npy │ │ ├── weights-QD-Yacht-4-Model2_historyMSEtr.npy │ │ ├── weights-QD-Yacht-4-Model2_historyPICP.npy │ │ ├── weights-QD-Yacht-4-Model2_historyPICPtr.npy │ │ ├── weights-QD-Yacht-4-Model2_validationMSE │ │ ├── weights-QD-Yacht-4-Model3 │ │ ├── weights-QD-Yacht-4-Model3_historyMPIW.npy │ │ ├── weights-QD-Yacht-4-Model3_historyMPIWtr.npy │ │ ├── weights-QD-Yacht-4-Model3_historyMSE.npy │ │ ├── weights-QD-Yacht-4-Model3_historyMSEtr.npy │ │ ├── weights-QD-Yacht-4-Model3_historyPICP.npy │ │ ├── weights-QD-Yacht-4-Model3_historyPICPtr.npy │ │ ├── weights-QD-Yacht-4-Model3_validationMSE │ │ ├── weights-QD-Yacht-4-Model4 │ │ ├── weights-QD-Yacht-4-Model4_historyMPIW.npy │ │ ├── weights-QD-Yacht-4-Model4_historyMPIWtr.npy │ │ ├── weights-QD-Yacht-4-Model4_historyMSE.npy │ │ ├── weights-QD-Yacht-4-Model4_historyMSEtr.npy │ │ ├── weights-QD-Yacht-4-Model4_historyPICP.npy │ │ ├── weights-QD-Yacht-4-Model4_historyPICPtr.npy │ │ ├── weights-QD-Yacht-4-Model4_validationMSE │ │ ├── weights-QD-Yacht-5-Model0 │ │ ├── weights-QD-Yacht-5-Model0_historyMPIW.npy │ │ ├── weights-QD-Yacht-5-Model0_historyMPIWtr.npy │ │ ├── weights-QD-Yacht-5-Model0_historyMSE.npy │ │ ├── weights-QD-Yacht-5-Model0_historyMSEtr.npy │ │ ├── weights-QD-Yacht-5-Model0_historyPICP.npy │ │ ├── weights-QD-Yacht-5-Model0_historyPICPtr.npy │ │ ├── weights-QD-Yacht-5-Model0_validationMSE │ │ ├── weights-QD-Yacht-5-Model1 │ │ ├── weights-QD-Yacht-5-Model1_historyMPIW.npy │ │ ├── weights-QD-Yacht-5-Model1_historyMPIWtr.npy │ │ ├── weights-QD-Yacht-5-Model1_historyMSE.npy │ │ ├── weights-QD-Yacht-5-Model1_historyMSEtr.npy │ │ ├── weights-QD-Yacht-5-Model1_historyPICP.npy │ │ ├── weights-QD-Yacht-5-Model1_historyPICPtr.npy │ │ ├── weights-QD-Yacht-5-Model1_validationMSE │ │ ├── weights-QD-Yacht-5-Model2 │ │ ├── weights-QD-Yacht-5-Model2_historyMPIW.npy │ │ ├── weights-QD-Yacht-5-Model2_historyMPIWtr.npy │ │ ├── weights-QD-Yacht-5-Model2_historyMSE.npy │ │ ├── weights-QD-Yacht-5-Model2_historyMSEtr.npy │ │ ├── weights-QD-Yacht-5-Model2_historyPICP.npy │ │ ├── weights-QD-Yacht-5-Model2_historyPICPtr.npy │ │ ├── weights-QD-Yacht-5-Model2_validationMSE │ │ ├── weights-QD-Yacht-5-Model3 │ │ ├── weights-QD-Yacht-5-Model3_historyMPIW.npy │ │ ├── weights-QD-Yacht-5-Model3_historyMPIWtr.npy │ │ ├── weights-QD-Yacht-5-Model3_historyMSE.npy │ │ ├── weights-QD-Yacht-5-Model3_historyMSEtr.npy │ │ ├── weights-QD-Yacht-5-Model3_historyPICP.npy │ │ ├── weights-QD-Yacht-5-Model3_historyPICPtr.npy │ │ ├── weights-QD-Yacht-5-Model3_validationMSE │ │ ├── weights-QD-Yacht-5-Model4 │ │ ├── weights-QD-Yacht-5-Model4_historyMPIW.npy │ │ ├── weights-QD-Yacht-5-Model4_historyMPIWtr.npy │ │ ├── weights-QD-Yacht-5-Model4_historyMSE.npy │ │ ├── weights-QD-Yacht-5-Model4_historyMSEtr.npy │ │ ├── weights-QD-Yacht-5-Model4_historyPICP.npy │ │ ├── weights-QD-Yacht-5-Model4_historyPICPtr.npy │ │ ├── weights-QD-Yacht-5-Model4_validationMSE │ │ ├── weights-QD-Yacht-6-Model0 │ │ ├── weights-QD-Yacht-6-Model0_historyMPIW.npy │ │ ├── weights-QD-Yacht-6-Model0_historyMPIWtr.npy │ │ ├── weights-QD-Yacht-6-Model0_historyMSE.npy │ │ ├── weights-QD-Yacht-6-Model0_historyMSEtr.npy │ │ ├── weights-QD-Yacht-6-Model0_historyPICP.npy │ │ ├── weights-QD-Yacht-6-Model0_historyPICPtr.npy │ │ ├── weights-QD-Yacht-6-Model0_validationMSE │ │ ├── weights-QD-Yacht-6-Model1 │ │ ├── weights-QD-Yacht-6-Model1_historyMPIW.npy │ │ ├── weights-QD-Yacht-6-Model1_historyMPIWtr.npy │ │ ├── weights-QD-Yacht-6-Model1_historyMSE.npy │ │ ├── weights-QD-Yacht-6-Model1_historyMSEtr.npy │ │ ├── weights-QD-Yacht-6-Model1_historyPICP.npy │ │ ├── weights-QD-Yacht-6-Model1_historyPICPtr.npy │ │ ├── weights-QD-Yacht-6-Model1_validationMSE │ │ ├── weights-QD-Yacht-6-Model2 │ │ ├── weights-QD-Yacht-6-Model2_historyMPIW.npy │ │ ├── weights-QD-Yacht-6-Model2_historyMPIWtr.npy │ │ ├── weights-QD-Yacht-6-Model2_historyMSE.npy │ │ ├── weights-QD-Yacht-6-Model2_historyMSEtr.npy │ │ ├── weights-QD-Yacht-6-Model2_historyPICP.npy │ │ ├── weights-QD-Yacht-6-Model2_historyPICPtr.npy │ │ ├── weights-QD-Yacht-6-Model2_validationMSE │ │ ├── weights-QD-Yacht-6-Model3 │ │ ├── weights-QD-Yacht-6-Model3_historyMPIW.npy │ │ ├── weights-QD-Yacht-6-Model3_historyMPIWtr.npy │ │ ├── weights-QD-Yacht-6-Model3_historyMSE.npy │ │ ├── weights-QD-Yacht-6-Model3_historyMSEtr.npy │ │ ├── weights-QD-Yacht-6-Model3_historyPICP.npy │ │ ├── weights-QD-Yacht-6-Model3_historyPICPtr.npy │ │ ├── weights-QD-Yacht-6-Model3_validationMSE │ │ ├── weights-QD-Yacht-6-Model4 │ │ ├── weights-QD-Yacht-6-Model4_historyMPIW.npy │ │ ├── weights-QD-Yacht-6-Model4_historyMPIWtr.npy │ │ ├── weights-QD-Yacht-6-Model4_historyMSE.npy │ │ ├── weights-QD-Yacht-6-Model4_historyMSEtr.npy │ │ ├── weights-QD-Yacht-6-Model4_historyPICP.npy │ │ ├── weights-QD-Yacht-6-Model4_historyPICPtr.npy │ │ ├── weights-QD-Yacht-6-Model4_validationMSE │ │ ├── weights-QD-Yacht-7-Model0 │ │ ├── weights-QD-Yacht-7-Model0_historyMPIW.npy │ │ ├── weights-QD-Yacht-7-Model0_historyMPIWtr.npy │ │ ├── weights-QD-Yacht-7-Model0_historyMSE.npy │ │ ├── weights-QD-Yacht-7-Model0_historyMSEtr.npy │ │ ├── weights-QD-Yacht-7-Model0_historyPICP.npy │ │ ├── weights-QD-Yacht-7-Model0_historyPICPtr.npy │ │ ├── weights-QD-Yacht-7-Model0_validationMSE │ │ ├── weights-QD-Yacht-7-Model1 │ │ ├── weights-QD-Yacht-7-Model1_historyMPIW.npy │ │ ├── weights-QD-Yacht-7-Model1_historyMPIWtr.npy │ │ ├── weights-QD-Yacht-7-Model1_historyMSE.npy │ │ ├── weights-QD-Yacht-7-Model1_historyMSEtr.npy │ │ ├── weights-QD-Yacht-7-Model1_historyPICP.npy │ │ ├── weights-QD-Yacht-7-Model1_historyPICPtr.npy │ │ ├── weights-QD-Yacht-7-Model1_validationMSE │ │ ├── weights-QD-Yacht-7-Model2 │ │ ├── weights-QD-Yacht-7-Model2_historyMPIW.npy │ │ ├── weights-QD-Yacht-7-Model2_historyMPIWtr.npy │ │ ├── weights-QD-Yacht-7-Model2_historyMSE.npy │ │ ├── weights-QD-Yacht-7-Model2_historyMSEtr.npy │ │ ├── weights-QD-Yacht-7-Model2_historyPICP.npy │ │ ├── weights-QD-Yacht-7-Model2_historyPICPtr.npy │ │ ├── weights-QD-Yacht-7-Model2_validationMSE │ │ ├── weights-QD-Yacht-7-Model3 │ │ ├── weights-QD-Yacht-7-Model3_historyMPIW.npy │ │ ├── weights-QD-Yacht-7-Model3_historyMPIWtr.npy │ │ ├── weights-QD-Yacht-7-Model3_historyMSE.npy │ │ ├── weights-QD-Yacht-7-Model3_historyMSEtr.npy │ │ ├── weights-QD-Yacht-7-Model3_historyPICP.npy │ │ ├── weights-QD-Yacht-7-Model3_historyPICPtr.npy │ │ ├── weights-QD-Yacht-7-Model3_validationMSE │ │ ├── weights-QD-Yacht-7-Model4 │ │ ├── weights-QD-Yacht-7-Model4_historyMPIW.npy │ │ ├── weights-QD-Yacht-7-Model4_historyMPIWtr.npy │ │ ├── weights-QD-Yacht-7-Model4_historyMSE.npy │ │ ├── weights-QD-Yacht-7-Model4_historyMSEtr.npy │ │ ├── weights-QD-Yacht-7-Model4_historyPICP.npy │ │ ├── weights-QD-Yacht-7-Model4_historyPICPtr.npy │ │ ├── weights-QD-Yacht-7-Model4_validationMSE │ │ ├── weights-QD-Yacht-8-Model0 │ │ ├── weights-QD-Yacht-8-Model0_historyMPIW.npy │ │ ├── weights-QD-Yacht-8-Model0_historyMPIWtr.npy │ │ ├── weights-QD-Yacht-8-Model0_historyMSE.npy │ │ ├── weights-QD-Yacht-8-Model0_historyMSEtr.npy │ │ ├── weights-QD-Yacht-8-Model0_historyPICP.npy │ │ ├── weights-QD-Yacht-8-Model0_historyPICPtr.npy │ │ ├── weights-QD-Yacht-8-Model0_validationMSE │ │ ├── weights-QD-Yacht-8-Model1 │ │ ├── weights-QD-Yacht-8-Model1_historyMPIW.npy │ │ ├── weights-QD-Yacht-8-Model1_historyMPIWtr.npy │ │ ├── weights-QD-Yacht-8-Model1_historyMSE.npy │ │ ├── weights-QD-Yacht-8-Model1_historyMSEtr.npy │ │ ├── weights-QD-Yacht-8-Model1_historyPICP.npy │ │ ├── weights-QD-Yacht-8-Model1_historyPICPtr.npy │ │ ├── weights-QD-Yacht-8-Model1_validationMSE │ │ ├── weights-QD-Yacht-8-Model2 │ │ ├── weights-QD-Yacht-8-Model2_historyMPIW.npy │ │ ├── weights-QD-Yacht-8-Model2_historyMPIWtr.npy │ │ ├── weights-QD-Yacht-8-Model2_historyMSE.npy │ │ ├── weights-QD-Yacht-8-Model2_historyMSEtr.npy │ │ ├── weights-QD-Yacht-8-Model2_historyPICP.npy │ │ ├── weights-QD-Yacht-8-Model2_historyPICPtr.npy │ │ ├── weights-QD-Yacht-8-Model2_validationMSE │ │ ├── weights-QD-Yacht-8-Model3 │ │ ├── weights-QD-Yacht-8-Model3_historyMPIW.npy │ │ ├── weights-QD-Yacht-8-Model3_historyMPIWtr.npy │ │ ├── weights-QD-Yacht-8-Model3_historyMSE.npy │ │ ├── weights-QD-Yacht-8-Model3_historyMSEtr.npy │ │ ├── weights-QD-Yacht-8-Model3_historyPICP.npy │ │ ├── weights-QD-Yacht-8-Model3_historyPICPtr.npy │ │ ├── weights-QD-Yacht-8-Model3_validationMSE │ │ ├── weights-QD-Yacht-8-Model4 │ │ ├── weights-QD-Yacht-8-Model4_historyMPIW.npy │ │ ├── weights-QD-Yacht-8-Model4_historyMPIWtr.npy │ │ ├── weights-QD-Yacht-8-Model4_historyMSE.npy │ │ ├── weights-QD-Yacht-8-Model4_historyMSEtr.npy │ │ ├── weights-QD-Yacht-8-Model4_historyPICP.npy │ │ ├── weights-QD-Yacht-8-Model4_historyPICPtr.npy │ │ ├── weights-QD-Yacht-8-Model4_validationMSE │ │ ├── weights-QD-Yacht-9-Model0 │ │ ├── weights-QD-Yacht-9-Model0_historyMPIW.npy │ │ ├── weights-QD-Yacht-9-Model0_historyMPIWtr.npy │ │ ├── weights-QD-Yacht-9-Model0_historyMSE.npy │ │ ├── weights-QD-Yacht-9-Model0_historyMSEtr.npy │ │ ├── weights-QD-Yacht-9-Model0_historyPICP.npy │ │ ├── weights-QD-Yacht-9-Model0_historyPICPtr.npy │ │ ├── weights-QD-Yacht-9-Model0_validationMSE │ │ ├── weights-QD-Yacht-9-Model1 │ │ ├── weights-QD-Yacht-9-Model1_historyMPIW.npy │ │ ├── weights-QD-Yacht-9-Model1_historyMPIWtr.npy │ │ ├── weights-QD-Yacht-9-Model1_historyMSE.npy │ │ ├── weights-QD-Yacht-9-Model1_historyMSEtr.npy │ │ ├── weights-QD-Yacht-9-Model1_historyPICP.npy │ │ ├── weights-QD-Yacht-9-Model1_historyPICPtr.npy │ │ ├── weights-QD-Yacht-9-Model1_validationMSE │ │ ├── weights-QD-Yacht-9-Model2 │ │ ├── weights-QD-Yacht-9-Model2_historyMPIW.npy │ │ ├── weights-QD-Yacht-9-Model2_historyMPIWtr.npy │ │ ├── weights-QD-Yacht-9-Model2_historyMSE.npy │ │ ├── weights-QD-Yacht-9-Model2_historyMSEtr.npy │ │ ├── weights-QD-Yacht-9-Model2_historyPICP.npy │ │ ├── weights-QD-Yacht-9-Model2_historyPICPtr.npy │ │ ├── weights-QD-Yacht-9-Model2_validationMSE │ │ ├── weights-QD-Yacht-9-Model3 │ │ ├── weights-QD-Yacht-9-Model3_historyMPIW.npy │ │ ├── weights-QD-Yacht-9-Model3_historyMPIWtr.npy │ │ ├── weights-QD-Yacht-9-Model3_historyMSE.npy │ │ ├── weights-QD-Yacht-9-Model3_historyMSEtr.npy │ │ ├── weights-QD-Yacht-9-Model3_historyPICP.npy │ │ ├── weights-QD-Yacht-9-Model3_historyPICPtr.npy │ │ ├── weights-QD-Yacht-9-Model3_validationMSE │ │ ├── weights-QD-Yacht-9-Model4 │ │ ├── weights-QD-Yacht-9-Model4_historyMPIW.npy │ │ ├── weights-QD-Yacht-9-Model4_historyMPIWtr.npy │ │ ├── weights-QD-Yacht-9-Model4_historyMSE.npy │ │ ├── weights-QD-Yacht-9-Model4_historyMSEtr.npy │ │ ├── weights-QD-Yacht-9-Model4_historyPICP.npy │ │ ├── weights-QD-Yacht-9-Model4_historyPICPtr.npy │ │ └── weights-QD-Yacht-9-Model4_validationMSE │ ├── comparison_MPIW.jpg │ ├── comparison_MSE.jpg │ ├── comparison_PICP.jpg │ └── t-test.txt └── Year │ ├── DualAQD │ ├── regression_report-DualAQD-Year.txt │ ├── validation_MPIW-DualAQD-Year.npy │ ├── validation_MSE-DualAQD-Year.npy │ ├── validation_PICP-DualAQD-Year.npy │ ├── weights-DualAQD-Year-1 │ ├── weights-DualAQD-Year-10 │ ├── weights-DualAQD-Year-10_historyMPIW.npy │ ├── weights-DualAQD-Year-10_historyMPIWtr.npy │ ├── weights-DualAQD-Year-10_historyMSE.npy │ ├── weights-DualAQD-Year-10_historyMSEtr.npy │ ├── weights-DualAQD-Year-10_historyPICP.npy │ ├── weights-DualAQD-Year-10_historyPICPtr.npy │ ├── weights-DualAQD-Year-10_validationMSE │ ├── weights-DualAQD-Year-1_historyMPIW.npy │ ├── weights-DualAQD-Year-1_historyMPIWtr.npy │ ├── weights-DualAQD-Year-1_historyMSE.npy │ ├── weights-DualAQD-Year-1_historyMSEtr.npy │ ├── weights-DualAQD-Year-1_historyPICP.npy │ ├── weights-DualAQD-Year-1_historyPICPtr.npy │ ├── weights-DualAQD-Year-1_validationMSE │ ├── weights-DualAQD-Year-2 │ ├── weights-DualAQD-Year-2_historyMPIW.npy │ ├── weights-DualAQD-Year-2_historyMPIWtr.npy │ ├── weights-DualAQD-Year-2_historyMSE.npy │ ├── weights-DualAQD-Year-2_historyMSEtr.npy │ ├── weights-DualAQD-Year-2_historyPICP.npy │ ├── weights-DualAQD-Year-2_historyPICPtr.npy │ ├── weights-DualAQD-Year-2_validationMSE │ ├── weights-DualAQD-Year-3 │ ├── weights-DualAQD-Year-3_historyMPIW.npy │ ├── weights-DualAQD-Year-3_historyMPIWtr.npy │ ├── weights-DualAQD-Year-3_historyMSE.npy │ ├── weights-DualAQD-Year-3_historyMSEtr.npy │ ├── weights-DualAQD-Year-3_historyPICP.npy │ ├── weights-DualAQD-Year-3_historyPICPtr.npy │ ├── weights-DualAQD-Year-3_validationMSE │ ├── weights-DualAQD-Year-4 │ ├── weights-DualAQD-Year-4_historyMPIW.npy │ ├── weights-DualAQD-Year-4_historyMPIWtr.npy │ ├── weights-DualAQD-Year-4_historyMSE.npy │ ├── weights-DualAQD-Year-4_historyMSEtr.npy │ ├── weights-DualAQD-Year-4_historyPICP.npy │ ├── weights-DualAQD-Year-4_historyPICPtr.npy │ ├── weights-DualAQD-Year-4_validationMSE │ ├── weights-DualAQD-Year-5 │ ├── weights-DualAQD-Year-5_historyMPIW.npy │ ├── weights-DualAQD-Year-5_historyMPIWtr.npy │ ├── weights-DualAQD-Year-5_historyMSE.npy │ ├── weights-DualAQD-Year-5_historyMSEtr.npy │ ├── weights-DualAQD-Year-5_historyPICP.npy │ ├── weights-DualAQD-Year-5_historyPICPtr.npy │ ├── weights-DualAQD-Year-5_validationMSE │ ├── weights-DualAQD-Year-6 │ ├── weights-DualAQD-Year-6_historyMPIW.npy │ ├── weights-DualAQD-Year-6_historyMPIWtr.npy │ ├── weights-DualAQD-Year-6_historyMSE.npy │ ├── weights-DualAQD-Year-6_historyMSEtr.npy │ ├── weights-DualAQD-Year-6_historyPICP.npy │ ├── weights-DualAQD-Year-6_historyPICPtr.npy │ ├── weights-DualAQD-Year-6_validationMSE │ ├── weights-DualAQD-Year-7 │ ├── weights-DualAQD-Year-7_historyMPIW.npy │ ├── weights-DualAQD-Year-7_historyMPIWtr.npy │ ├── weights-DualAQD-Year-7_historyMSE.npy │ ├── weights-DualAQD-Year-7_historyMSEtr.npy │ ├── weights-DualAQD-Year-7_historyPICP.npy │ ├── weights-DualAQD-Year-7_historyPICPtr.npy │ ├── weights-DualAQD-Year-7_validationMSE │ ├── weights-DualAQD-Year-8 │ ├── weights-DualAQD-Year-8_historyMPIW.npy │ ├── weights-DualAQD-Year-8_historyMPIWtr.npy │ ├── weights-DualAQD-Year-8_historyMSE.npy │ ├── weights-DualAQD-Year-8_historyMSEtr.npy │ ├── weights-DualAQD-Year-8_historyPICP.npy │ ├── weights-DualAQD-Year-8_historyPICPtr.npy │ ├── weights-DualAQD-Year-8_validationMSE │ ├── weights-DualAQD-Year-9 │ ├── weights-DualAQD-Year-9_historyMPIW.npy │ ├── weights-DualAQD-Year-9_historyMPIWtr.npy │ ├── weights-DualAQD-Year-9_historyMSE.npy │ ├── weights-DualAQD-Year-9_historyMSEtr.npy │ ├── weights-DualAQD-Year-9_historyPICP.npy │ ├── weights-DualAQD-Year-9_historyPICPtr.npy │ └── weights-DualAQD-Year-9_validationMSE │ ├── MCDropout │ ├── regression_report-MCDropout-Year.txt │ ├── validation_MPIW-MCDropout-Year.npy │ ├── validation_MSE-MCDropout-Year.npy │ ├── validation_PICP-MCDropout-Year.npy │ ├── weights-MCDropout-Year-1 │ ├── weights-MCDropout-Year-10 │ ├── weights-MCDropout-Year-10_historyMSE.npy │ ├── weights-MCDropout-Year-10_historyMSEtr.npy │ ├── weights-MCDropout-Year-10_validationMSE │ ├── weights-MCDropout-Year-1_historyMSE.npy │ ├── weights-MCDropout-Year-1_historyMSEtr.npy │ ├── weights-MCDropout-Year-1_validationMSE │ ├── weights-MCDropout-Year-2 │ ├── weights-MCDropout-Year-2_historyMSE.npy │ ├── weights-MCDropout-Year-2_historyMSEtr.npy │ ├── weights-MCDropout-Year-2_validationMSE │ ├── weights-MCDropout-Year-3 │ ├── weights-MCDropout-Year-3_historyMSE.npy │ ├── weights-MCDropout-Year-3_historyMSEtr.npy │ ├── weights-MCDropout-Year-3_validationMSE │ ├── weights-MCDropout-Year-4 │ ├── weights-MCDropout-Year-4_historyMSE.npy │ ├── weights-MCDropout-Year-4_historyMSEtr.npy │ ├── weights-MCDropout-Year-4_validationMSE │ ├── weights-MCDropout-Year-5 │ ├── weights-MCDropout-Year-5_historyMSE.npy │ ├── weights-MCDropout-Year-5_historyMSEtr.npy │ ├── weights-MCDropout-Year-5_validationMSE │ ├── weights-MCDropout-Year-6 │ ├── weights-MCDropout-Year-6_historyMSE.npy │ ├── weights-MCDropout-Year-6_historyMSEtr.npy │ ├── weights-MCDropout-Year-6_validationMSE │ ├── weights-MCDropout-Year-7 │ ├── weights-MCDropout-Year-7_historyMSE.npy │ ├── weights-MCDropout-Year-7_historyMSEtr.npy │ ├── weights-MCDropout-Year-7_validationMSE │ ├── weights-MCDropout-Year-8 │ ├── weights-MCDropout-Year-8_historyMSE.npy │ ├── weights-MCDropout-Year-8_historyMSEtr.npy │ ├── weights-MCDropout-Year-8_validationMSE │ ├── weights-MCDropout-Year-9 │ ├── weights-MCDropout-Year-9_historyMSE.npy │ ├── weights-MCDropout-Year-9_historyMSEtr.npy │ └── weights-MCDropout-Year-9_validationMSE │ ├── QD+ │ ├── regression_report-QD+-Year.txt │ ├── validation_MPIW-QD+-Year.npy │ ├── validation_MSE-QD+-Year.npy │ ├── validation_PICP-QD+-Year.npy │ ├── weights-QD+-Year-1-Model0 │ ├── weights-QD+-Year-1-Model0_historyMPIW.npy │ ├── weights-QD+-Year-1-Model0_historyMPIWtr.npy │ ├── weights-QD+-Year-1-Model0_historyMSE.npy │ ├── weights-QD+-Year-1-Model0_historyMSEtr.npy │ ├── weights-QD+-Year-1-Model0_historyPICP.npy │ ├── weights-QD+-Year-1-Model0_historyPICPtr.npy │ ├── weights-QD+-Year-1-Model0_validationMSE │ ├── weights-QD+-Year-1-Model1 │ ├── weights-QD+-Year-1-Model1_historyMPIW.npy │ ├── weights-QD+-Year-1-Model1_historyMPIWtr.npy │ ├── weights-QD+-Year-1-Model1_historyMSE.npy │ ├── weights-QD+-Year-1-Model1_historyMSEtr.npy │ ├── weights-QD+-Year-1-Model1_historyPICP.npy │ ├── weights-QD+-Year-1-Model1_historyPICPtr.npy │ ├── weights-QD+-Year-1-Model1_validationMSE │ ├── weights-QD+-Year-1-Model2 │ ├── weights-QD+-Year-1-Model2_historyMPIW.npy │ ├── weights-QD+-Year-1-Model2_historyMPIWtr.npy │ ├── weights-QD+-Year-1-Model2_historyMSE.npy │ ├── weights-QD+-Year-1-Model2_historyMSEtr.npy │ ├── weights-QD+-Year-1-Model2_historyPICP.npy │ ├── weights-QD+-Year-1-Model2_historyPICPtr.npy │ ├── weights-QD+-Year-1-Model2_validationMSE │ ├── weights-QD+-Year-1-Model3 │ ├── weights-QD+-Year-1-Model3_historyMPIW.npy │ ├── weights-QD+-Year-1-Model3_historyMPIWtr.npy │ ├── weights-QD+-Year-1-Model3_historyMSE.npy │ ├── weights-QD+-Year-1-Model3_historyMSEtr.npy │ ├── weights-QD+-Year-1-Model3_historyPICP.npy │ ├── weights-QD+-Year-1-Model3_historyPICPtr.npy │ ├── weights-QD+-Year-1-Model3_validationMSE │ ├── weights-QD+-Year-1-Model4 │ ├── weights-QD+-Year-1-Model4_historyMPIW.npy │ ├── weights-QD+-Year-1-Model4_historyMPIWtr.npy │ ├── weights-QD+-Year-1-Model4_historyMSE.npy │ ├── weights-QD+-Year-1-Model4_historyMSEtr.npy │ ├── weights-QD+-Year-1-Model4_historyPICP.npy │ ├── weights-QD+-Year-1-Model4_historyPICPtr.npy │ ├── weights-QD+-Year-1-Model4_validationMSE │ ├── weights-QD+-Year-10-Model0 │ ├── weights-QD+-Year-10-Model0_historyMPIW.npy │ ├── weights-QD+-Year-10-Model0_historyMPIWtr.npy │ ├── weights-QD+-Year-10-Model0_historyMSE.npy │ ├── weights-QD+-Year-10-Model0_historyMSEtr.npy │ ├── weights-QD+-Year-10-Model0_historyPICP.npy │ ├── weights-QD+-Year-10-Model0_historyPICPtr.npy │ ├── weights-QD+-Year-10-Model0_validationMSE │ ├── weights-QD+-Year-10-Model1 │ ├── weights-QD+-Year-10-Model1_historyMPIW.npy │ ├── weights-QD+-Year-10-Model1_historyMPIWtr.npy │ ├── weights-QD+-Year-10-Model1_historyMSE.npy │ ├── weights-QD+-Year-10-Model1_historyMSEtr.npy │ ├── weights-QD+-Year-10-Model1_historyPICP.npy │ ├── weights-QD+-Year-10-Model1_historyPICPtr.npy │ ├── weights-QD+-Year-10-Model1_validationMSE │ ├── weights-QD+-Year-10-Model2 │ ├── weights-QD+-Year-10-Model2_historyMPIW.npy │ ├── weights-QD+-Year-10-Model2_historyMPIWtr.npy │ ├── weights-QD+-Year-10-Model2_historyMSE.npy │ ├── weights-QD+-Year-10-Model2_historyMSEtr.npy │ ├── weights-QD+-Year-10-Model2_historyPICP.npy │ ├── weights-QD+-Year-10-Model2_historyPICPtr.npy │ ├── weights-QD+-Year-10-Model2_validationMSE │ ├── weights-QD+-Year-10-Model3 │ ├── weights-QD+-Year-10-Model3_historyMPIW.npy │ ├── weights-QD+-Year-10-Model3_historyMPIWtr.npy │ ├── weights-QD+-Year-10-Model3_historyMSE.npy │ ├── weights-QD+-Year-10-Model3_historyMSEtr.npy │ ├── weights-QD+-Year-10-Model3_historyPICP.npy │ ├── weights-QD+-Year-10-Model3_historyPICPtr.npy │ ├── weights-QD+-Year-10-Model3_validationMSE │ ├── weights-QD+-Year-10-Model4 │ ├── weights-QD+-Year-10-Model4_historyMPIW.npy │ ├── weights-QD+-Year-10-Model4_historyMPIWtr.npy │ ├── weights-QD+-Year-10-Model4_historyMSE.npy │ ├── weights-QD+-Year-10-Model4_historyMSEtr.npy │ ├── weights-QD+-Year-10-Model4_historyPICP.npy │ ├── weights-QD+-Year-10-Model4_historyPICPtr.npy │ ├── weights-QD+-Year-10-Model4_validationMSE │ ├── weights-QD+-Year-2-Model0 │ ├── weights-QD+-Year-2-Model0_historyMPIW.npy │ ├── weights-QD+-Year-2-Model0_historyMPIWtr.npy │ ├── weights-QD+-Year-2-Model0_historyMSE.npy │ ├── weights-QD+-Year-2-Model0_historyMSEtr.npy │ ├── weights-QD+-Year-2-Model0_historyPICP.npy │ ├── weights-QD+-Year-2-Model0_historyPICPtr.npy │ ├── weights-QD+-Year-2-Model0_validationMSE │ ├── weights-QD+-Year-2-Model1 │ ├── weights-QD+-Year-2-Model1_historyMPIW.npy │ ├── weights-QD+-Year-2-Model1_historyMPIWtr.npy │ ├── weights-QD+-Year-2-Model1_historyMSE.npy │ ├── weights-QD+-Year-2-Model1_historyMSEtr.npy │ ├── weights-QD+-Year-2-Model1_historyPICP.npy │ ├── weights-QD+-Year-2-Model1_historyPICPtr.npy │ ├── weights-QD+-Year-2-Model1_validationMSE │ ├── weights-QD+-Year-2-Model2 │ ├── weights-QD+-Year-2-Model2_historyMPIW.npy │ ├── weights-QD+-Year-2-Model2_historyMPIWtr.npy │ ├── weights-QD+-Year-2-Model2_historyMSE.npy │ ├── weights-QD+-Year-2-Model2_historyMSEtr.npy │ ├── weights-QD+-Year-2-Model2_historyPICP.npy │ ├── weights-QD+-Year-2-Model2_historyPICPtr.npy │ ├── weights-QD+-Year-2-Model2_validationMSE │ ├── weights-QD+-Year-2-Model3 │ ├── weights-QD+-Year-2-Model3_historyMPIW.npy │ ├── weights-QD+-Year-2-Model3_historyMPIWtr.npy │ ├── weights-QD+-Year-2-Model3_historyMSE.npy │ ├── weights-QD+-Year-2-Model3_historyMSEtr.npy │ ├── weights-QD+-Year-2-Model3_historyPICP.npy │ ├── weights-QD+-Year-2-Model3_historyPICPtr.npy │ ├── weights-QD+-Year-2-Model3_validationMSE │ ├── weights-QD+-Year-2-Model4 │ ├── weights-QD+-Year-2-Model4_historyMPIW.npy │ ├── weights-QD+-Year-2-Model4_historyMPIWtr.npy │ ├── weights-QD+-Year-2-Model4_historyMSE.npy │ ├── weights-QD+-Year-2-Model4_historyMSEtr.npy │ ├── weights-QD+-Year-2-Model4_historyPICP.npy │ ├── weights-QD+-Year-2-Model4_historyPICPtr.npy │ ├── weights-QD+-Year-2-Model4_validationMSE │ ├── weights-QD+-Year-3-Model0 │ ├── weights-QD+-Year-3-Model0_historyMPIW.npy │ ├── weights-QD+-Year-3-Model0_historyMPIWtr.npy │ ├── weights-QD+-Year-3-Model0_historyMSE.npy │ ├── weights-QD+-Year-3-Model0_historyMSEtr.npy │ ├── weights-QD+-Year-3-Model0_historyPICP.npy │ ├── weights-QD+-Year-3-Model0_historyPICPtr.npy │ ├── weights-QD+-Year-3-Model0_validationMSE │ ├── weights-QD+-Year-3-Model1 │ ├── weights-QD+-Year-3-Model1_historyMPIW.npy │ ├── weights-QD+-Year-3-Model1_historyMPIWtr.npy │ ├── weights-QD+-Year-3-Model1_historyMSE.npy │ ├── weights-QD+-Year-3-Model1_historyMSEtr.npy │ ├── weights-QD+-Year-3-Model1_historyPICP.npy │ ├── weights-QD+-Year-3-Model1_historyPICPtr.npy │ ├── weights-QD+-Year-3-Model1_validationMSE │ ├── weights-QD+-Year-3-Model2 │ ├── weights-QD+-Year-3-Model2_historyMPIW.npy │ ├── weights-QD+-Year-3-Model2_historyMPIWtr.npy │ ├── weights-QD+-Year-3-Model2_historyMSE.npy │ ├── weights-QD+-Year-3-Model2_historyMSEtr.npy │ ├── weights-QD+-Year-3-Model2_historyPICP.npy │ ├── weights-QD+-Year-3-Model2_historyPICPtr.npy │ ├── weights-QD+-Year-3-Model2_validationMSE │ ├── weights-QD+-Year-3-Model3 │ ├── weights-QD+-Year-3-Model3_historyMPIW.npy │ ├── weights-QD+-Year-3-Model3_historyMPIWtr.npy │ ├── weights-QD+-Year-3-Model3_historyMSE.npy │ ├── weights-QD+-Year-3-Model3_historyMSEtr.npy │ ├── weights-QD+-Year-3-Model3_historyPICP.npy │ ├── weights-QD+-Year-3-Model3_historyPICPtr.npy │ ├── weights-QD+-Year-3-Model3_validationMSE │ ├── weights-QD+-Year-3-Model4 │ ├── weights-QD+-Year-3-Model4_historyMPIW.npy │ ├── weights-QD+-Year-3-Model4_historyMPIWtr.npy │ ├── weights-QD+-Year-3-Model4_historyMSE.npy │ ├── weights-QD+-Year-3-Model4_historyMSEtr.npy │ ├── weights-QD+-Year-3-Model4_historyPICP.npy │ ├── weights-QD+-Year-3-Model4_historyPICPtr.npy │ ├── weights-QD+-Year-3-Model4_validationMSE │ ├── weights-QD+-Year-4-Model0 │ ├── weights-QD+-Year-4-Model0_historyMPIW.npy │ ├── weights-QD+-Year-4-Model0_historyMPIWtr.npy │ ├── weights-QD+-Year-4-Model0_historyMSE.npy │ ├── weights-QD+-Year-4-Model0_historyMSEtr.npy │ ├── weights-QD+-Year-4-Model0_historyPICP.npy │ ├── weights-QD+-Year-4-Model0_historyPICPtr.npy │ ├── weights-QD+-Year-4-Model0_validationMSE │ ├── weights-QD+-Year-4-Model1 │ ├── weights-QD+-Year-4-Model1_historyMPIW.npy │ ├── weights-QD+-Year-4-Model1_historyMPIWtr.npy │ ├── weights-QD+-Year-4-Model1_historyMSE.npy │ ├── weights-QD+-Year-4-Model1_historyMSEtr.npy │ ├── weights-QD+-Year-4-Model1_historyPICP.npy │ ├── weights-QD+-Year-4-Model1_historyPICPtr.npy │ ├── weights-QD+-Year-4-Model1_validationMSE │ ├── weights-QD+-Year-4-Model2 │ ├── weights-QD+-Year-4-Model2_historyMPIW.npy │ ├── weights-QD+-Year-4-Model2_historyMPIWtr.npy │ ├── weights-QD+-Year-4-Model2_historyMSE.npy │ ├── weights-QD+-Year-4-Model2_historyMSEtr.npy │ ├── weights-QD+-Year-4-Model2_historyPICP.npy │ ├── weights-QD+-Year-4-Model2_historyPICPtr.npy │ ├── weights-QD+-Year-4-Model2_validationMSE │ ├── weights-QD+-Year-4-Model3 │ ├── weights-QD+-Year-4-Model3_historyMPIW.npy │ ├── weights-QD+-Year-4-Model3_historyMPIWtr.npy │ ├── weights-QD+-Year-4-Model3_historyMSE.npy │ ├── weights-QD+-Year-4-Model3_historyMSEtr.npy │ ├── weights-QD+-Year-4-Model3_historyPICP.npy │ ├── weights-QD+-Year-4-Model3_historyPICPtr.npy │ ├── weights-QD+-Year-4-Model3_validationMSE │ ├── weights-QD+-Year-4-Model4 │ ├── weights-QD+-Year-4-Model4_historyMPIW.npy │ ├── weights-QD+-Year-4-Model4_historyMPIWtr.npy │ ├── weights-QD+-Year-4-Model4_historyMSE.npy │ ├── weights-QD+-Year-4-Model4_historyMSEtr.npy │ ├── weights-QD+-Year-4-Model4_historyPICP.npy │ ├── weights-QD+-Year-4-Model4_historyPICPtr.npy │ ├── weights-QD+-Year-4-Model4_validationMSE │ ├── weights-QD+-Year-5-Model0 │ ├── weights-QD+-Year-5-Model0_historyMPIW.npy │ ├── weights-QD+-Year-5-Model0_historyMPIWtr.npy │ ├── weights-QD+-Year-5-Model0_historyMSE.npy │ ├── weights-QD+-Year-5-Model0_historyMSEtr.npy │ ├── weights-QD+-Year-5-Model0_historyPICP.npy │ ├── weights-QD+-Year-5-Model0_historyPICPtr.npy │ ├── weights-QD+-Year-5-Model0_validationMSE │ ├── weights-QD+-Year-5-Model1 │ ├── weights-QD+-Year-5-Model1_historyMPIW.npy │ ├── weights-QD+-Year-5-Model1_historyMPIWtr.npy │ ├── weights-QD+-Year-5-Model1_historyMSE.npy │ ├── weights-QD+-Year-5-Model1_historyMSEtr.npy │ ├── weights-QD+-Year-5-Model1_historyPICP.npy │ ├── weights-QD+-Year-5-Model1_historyPICPtr.npy │ ├── weights-QD+-Year-5-Model1_validationMSE │ ├── weights-QD+-Year-5-Model2 │ ├── weights-QD+-Year-5-Model2_historyMPIW.npy │ ├── weights-QD+-Year-5-Model2_historyMPIWtr.npy │ ├── weights-QD+-Year-5-Model2_historyMSE.npy │ ├── weights-QD+-Year-5-Model2_historyMSEtr.npy │ ├── weights-QD+-Year-5-Model2_historyPICP.npy │ ├── weights-QD+-Year-5-Model2_historyPICPtr.npy │ ├── weights-QD+-Year-5-Model2_validationMSE │ ├── weights-QD+-Year-5-Model3 │ ├── weights-QD+-Year-5-Model3_historyMPIW.npy │ ├── weights-QD+-Year-5-Model3_historyMPIWtr.npy │ ├── weights-QD+-Year-5-Model3_historyMSE.npy │ ├── weights-QD+-Year-5-Model3_historyMSEtr.npy │ ├── weights-QD+-Year-5-Model3_historyPICP.npy │ ├── weights-QD+-Year-5-Model3_historyPICPtr.npy │ ├── weights-QD+-Year-5-Model3_validationMSE │ ├── weights-QD+-Year-5-Model4 │ ├── weights-QD+-Year-5-Model4_historyMPIW.npy │ ├── weights-QD+-Year-5-Model4_historyMPIWtr.npy │ ├── weights-QD+-Year-5-Model4_historyMSE.npy │ ├── weights-QD+-Year-5-Model4_historyMSEtr.npy │ ├── weights-QD+-Year-5-Model4_historyPICP.npy │ ├── weights-QD+-Year-5-Model4_historyPICPtr.npy │ ├── weights-QD+-Year-5-Model4_validationMSE │ ├── weights-QD+-Year-6-Model0 │ ├── weights-QD+-Year-6-Model0_historyMPIW.npy │ ├── weights-QD+-Year-6-Model0_historyMPIWtr.npy │ ├── weights-QD+-Year-6-Model0_historyMSE.npy │ ├── weights-QD+-Year-6-Model0_historyMSEtr.npy │ ├── weights-QD+-Year-6-Model0_historyPICP.npy │ ├── weights-QD+-Year-6-Model0_historyPICPtr.npy │ ├── weights-QD+-Year-6-Model0_validationMSE │ ├── weights-QD+-Year-6-Model1 │ ├── weights-QD+-Year-6-Model1_historyMPIW.npy │ ├── weights-QD+-Year-6-Model1_historyMPIWtr.npy │ ├── weights-QD+-Year-6-Model1_historyMSE.npy │ ├── weights-QD+-Year-6-Model1_historyMSEtr.npy │ ├── weights-QD+-Year-6-Model1_historyPICP.npy │ ├── weights-QD+-Year-6-Model1_historyPICPtr.npy │ ├── weights-QD+-Year-6-Model1_validationMSE │ ├── weights-QD+-Year-6-Model2 │ ├── weights-QD+-Year-6-Model2_historyMPIW.npy │ ├── weights-QD+-Year-6-Model2_historyMPIWtr.npy │ ├── weights-QD+-Year-6-Model2_historyMSE.npy │ ├── weights-QD+-Year-6-Model2_historyMSEtr.npy │ ├── weights-QD+-Year-6-Model2_historyPICP.npy │ ├── weights-QD+-Year-6-Model2_historyPICPtr.npy │ ├── weights-QD+-Year-6-Model2_validationMSE │ ├── weights-QD+-Year-6-Model3 │ ├── weights-QD+-Year-6-Model3_historyMPIW.npy │ ├── weights-QD+-Year-6-Model3_historyMPIWtr.npy │ ├── weights-QD+-Year-6-Model3_historyMSE.npy │ ├── weights-QD+-Year-6-Model3_historyMSEtr.npy │ ├── weights-QD+-Year-6-Model3_historyPICP.npy │ ├── weights-QD+-Year-6-Model3_historyPICPtr.npy │ ├── weights-QD+-Year-6-Model3_validationMSE │ ├── weights-QD+-Year-6-Model4 │ ├── weights-QD+-Year-6-Model4_historyMPIW.npy │ ├── weights-QD+-Year-6-Model4_historyMPIWtr.npy │ ├── weights-QD+-Year-6-Model4_historyMSE.npy │ ├── weights-QD+-Year-6-Model4_historyMSEtr.npy │ ├── weights-QD+-Year-6-Model4_historyPICP.npy │ ├── weights-QD+-Year-6-Model4_historyPICPtr.npy │ ├── weights-QD+-Year-6-Model4_validationMSE │ ├── weights-QD+-Year-7-Model0 │ ├── weights-QD+-Year-7-Model0_historyMPIW.npy │ ├── weights-QD+-Year-7-Model0_historyMPIWtr.npy │ ├── weights-QD+-Year-7-Model0_historyMSE.npy │ ├── weights-QD+-Year-7-Model0_historyMSEtr.npy │ ├── weights-QD+-Year-7-Model0_historyPICP.npy │ ├── weights-QD+-Year-7-Model0_historyPICPtr.npy │ ├── weights-QD+-Year-7-Model0_validationMSE │ ├── weights-QD+-Year-7-Model1 │ ├── weights-QD+-Year-7-Model1_historyMPIW.npy │ ├── weights-QD+-Year-7-Model1_historyMPIWtr.npy │ ├── weights-QD+-Year-7-Model1_historyMSE.npy │ ├── weights-QD+-Year-7-Model1_historyMSEtr.npy │ ├── weights-QD+-Year-7-Model1_historyPICP.npy │ ├── weights-QD+-Year-7-Model1_historyPICPtr.npy │ ├── weights-QD+-Year-7-Model1_validationMSE │ ├── weights-QD+-Year-7-Model2 │ ├── weights-QD+-Year-7-Model2_historyMPIW.npy │ ├── weights-QD+-Year-7-Model2_historyMPIWtr.npy │ ├── weights-QD+-Year-7-Model2_historyMSE.npy │ ├── weights-QD+-Year-7-Model2_historyMSEtr.npy │ ├── weights-QD+-Year-7-Model2_historyPICP.npy │ ├── weights-QD+-Year-7-Model2_historyPICPtr.npy │ ├── weights-QD+-Year-7-Model2_validationMSE │ ├── weights-QD+-Year-7-Model3 │ ├── weights-QD+-Year-7-Model3_historyMPIW.npy │ ├── weights-QD+-Year-7-Model3_historyMPIWtr.npy │ ├── weights-QD+-Year-7-Model3_historyMSE.npy │ ├── weights-QD+-Year-7-Model3_historyMSEtr.npy │ ├── weights-QD+-Year-7-Model3_historyPICP.npy │ ├── weights-QD+-Year-7-Model3_historyPICPtr.npy │ ├── weights-QD+-Year-7-Model3_validationMSE │ ├── weights-QD+-Year-7-Model4 │ ├── weights-QD+-Year-7-Model4_historyMPIW.npy │ ├── weights-QD+-Year-7-Model4_historyMPIWtr.npy │ ├── weights-QD+-Year-7-Model4_historyMSE.npy │ ├── weights-QD+-Year-7-Model4_historyMSEtr.npy │ ├── weights-QD+-Year-7-Model4_historyPICP.npy │ ├── weights-QD+-Year-7-Model4_historyPICPtr.npy │ ├── weights-QD+-Year-7-Model4_validationMSE │ ├── weights-QD+-Year-8-Model0 │ ├── weights-QD+-Year-8-Model0_historyMPIW.npy │ ├── weights-QD+-Year-8-Model0_historyMPIWtr.npy │ ├── weights-QD+-Year-8-Model0_historyMSE.npy │ ├── weights-QD+-Year-8-Model0_historyMSEtr.npy │ ├── weights-QD+-Year-8-Model0_historyPICP.npy │ ├── weights-QD+-Year-8-Model0_historyPICPtr.npy │ ├── weights-QD+-Year-8-Model0_validationMSE │ ├── weights-QD+-Year-8-Model1 │ ├── weights-QD+-Year-8-Model1_historyMPIW.npy │ ├── weights-QD+-Year-8-Model1_historyMPIWtr.npy │ ├── weights-QD+-Year-8-Model1_historyMSE.npy │ ├── weights-QD+-Year-8-Model1_historyMSEtr.npy │ ├── weights-QD+-Year-8-Model1_historyPICP.npy │ ├── weights-QD+-Year-8-Model1_historyPICPtr.npy │ ├── weights-QD+-Year-8-Model1_validationMSE │ ├── weights-QD+-Year-8-Model2 │ ├── weights-QD+-Year-8-Model2_historyMPIW.npy │ ├── weights-QD+-Year-8-Model2_historyMPIWtr.npy │ ├── weights-QD+-Year-8-Model2_historyMSE.npy │ ├── weights-QD+-Year-8-Model2_historyMSEtr.npy │ ├── weights-QD+-Year-8-Model2_historyPICP.npy │ ├── weights-QD+-Year-8-Model2_historyPICPtr.npy │ ├── weights-QD+-Year-8-Model2_validationMSE │ ├── weights-QD+-Year-8-Model3 │ ├── weights-QD+-Year-8-Model3_historyMPIW.npy │ ├── weights-QD+-Year-8-Model3_historyMPIWtr.npy │ ├── weights-QD+-Year-8-Model3_historyMSE.npy │ ├── weights-QD+-Year-8-Model3_historyMSEtr.npy │ ├── weights-QD+-Year-8-Model3_historyPICP.npy │ ├── weights-QD+-Year-8-Model3_historyPICPtr.npy │ ├── weights-QD+-Year-8-Model3_validationMSE │ ├── weights-QD+-Year-8-Model4 │ ├── weights-QD+-Year-8-Model4_historyMPIW.npy │ ├── weights-QD+-Year-8-Model4_historyMPIWtr.npy │ ├── weights-QD+-Year-8-Model4_historyMSE.npy │ ├── weights-QD+-Year-8-Model4_historyMSEtr.npy │ ├── weights-QD+-Year-8-Model4_historyPICP.npy │ ├── weights-QD+-Year-8-Model4_historyPICPtr.npy │ ├── weights-QD+-Year-8-Model4_validationMSE │ ├── weights-QD+-Year-9-Model0 │ ├── weights-QD+-Year-9-Model0_historyMPIW.npy │ ├── weights-QD+-Year-9-Model0_historyMPIWtr.npy │ ├── weights-QD+-Year-9-Model0_historyMSE.npy │ ├── weights-QD+-Year-9-Model0_historyMSEtr.npy │ ├── weights-QD+-Year-9-Model0_historyPICP.npy │ ├── weights-QD+-Year-9-Model0_historyPICPtr.npy │ ├── weights-QD+-Year-9-Model0_validationMSE │ ├── weights-QD+-Year-9-Model1 │ ├── weights-QD+-Year-9-Model1_historyMPIW.npy │ ├── weights-QD+-Year-9-Model1_historyMPIWtr.npy │ ├── weights-QD+-Year-9-Model1_historyMSE.npy │ ├── weights-QD+-Year-9-Model1_historyMSEtr.npy │ ├── weights-QD+-Year-9-Model1_historyPICP.npy │ ├── weights-QD+-Year-9-Model1_historyPICPtr.npy │ ├── weights-QD+-Year-9-Model1_validationMSE │ ├── weights-QD+-Year-9-Model2 │ ├── weights-QD+-Year-9-Model2_historyMPIW.npy │ ├── weights-QD+-Year-9-Model2_historyMPIWtr.npy │ ├── weights-QD+-Year-9-Model2_historyMSE.npy │ ├── weights-QD+-Year-9-Model2_historyMSEtr.npy │ ├── weights-QD+-Year-9-Model2_historyPICP.npy │ ├── weights-QD+-Year-9-Model2_historyPICPtr.npy │ ├── weights-QD+-Year-9-Model2_validationMSE │ ├── weights-QD+-Year-9-Model3 │ ├── weights-QD+-Year-9-Model3_historyMPIW.npy │ ├── weights-QD+-Year-9-Model3_historyMPIWtr.npy │ ├── weights-QD+-Year-9-Model3_historyMSE.npy │ ├── weights-QD+-Year-9-Model3_historyMSEtr.npy │ ├── weights-QD+-Year-9-Model3_historyPICP.npy │ ├── weights-QD+-Year-9-Model3_historyPICPtr.npy │ ├── weights-QD+-Year-9-Model3_validationMSE │ ├── weights-QD+-Year-9-Model4 │ ├── weights-QD+-Year-9-Model4_historyMPIW.npy │ ├── weights-QD+-Year-9-Model4_historyMPIWtr.npy │ ├── weights-QD+-Year-9-Model4_historyMSE.npy │ ├── weights-QD+-Year-9-Model4_historyMSEtr.npy │ ├── weights-QD+-Year-9-Model4_historyPICP.npy │ ├── weights-QD+-Year-9-Model4_historyPICPtr.npy │ └── weights-QD+-Year-9-Model4_validationMSE │ ├── QD │ ├── regression_report-QD-Year.txt │ ├── validation_MPIW-QD-Year.npy │ ├── validation_MSE-QD-Year.npy │ ├── validation_PICP-QD-Year.npy │ ├── weights-QD-Year-1-Model0 │ ├── weights-QD-Year-1-Model0_historyMPIW.npy │ ├── weights-QD-Year-1-Model0_historyMPIWtr.npy │ ├── weights-QD-Year-1-Model0_historyMSE.npy │ ├── weights-QD-Year-1-Model0_historyMSEtr.npy │ ├── weights-QD-Year-1-Model0_historyPICP.npy │ ├── weights-QD-Year-1-Model0_historyPICPtr.npy │ ├── weights-QD-Year-1-Model0_validationMSE │ ├── weights-QD-Year-1-Model1 │ ├── weights-QD-Year-1-Model1_historyMPIW.npy │ ├── weights-QD-Year-1-Model1_historyMPIWtr.npy │ ├── weights-QD-Year-1-Model1_historyMSE.npy │ ├── weights-QD-Year-1-Model1_historyMSEtr.npy │ ├── weights-QD-Year-1-Model1_historyPICP.npy │ ├── weights-QD-Year-1-Model1_historyPICPtr.npy │ ├── weights-QD-Year-1-Model1_validationMSE │ ├── weights-QD-Year-1-Model2 │ ├── weights-QD-Year-1-Model2_historyMPIW.npy │ ├── weights-QD-Year-1-Model2_historyMPIWtr.npy │ ├── weights-QD-Year-1-Model2_historyMSE.npy │ ├── weights-QD-Year-1-Model2_historyMSEtr.npy │ ├── weights-QD-Year-1-Model2_historyPICP.npy │ ├── weights-QD-Year-1-Model2_historyPICPtr.npy │ ├── weights-QD-Year-1-Model2_validationMSE │ ├── weights-QD-Year-1-Model3 │ ├── weights-QD-Year-1-Model3_historyMPIW.npy │ ├── weights-QD-Year-1-Model3_historyMPIWtr.npy │ ├── weights-QD-Year-1-Model3_historyMSE.npy │ ├── weights-QD-Year-1-Model3_historyMSEtr.npy │ ├── weights-QD-Year-1-Model3_historyPICP.npy │ ├── weights-QD-Year-1-Model3_historyPICPtr.npy │ ├── weights-QD-Year-1-Model3_validationMSE │ ├── weights-QD-Year-1-Model4 │ ├── weights-QD-Year-1-Model4_historyMPIW.npy │ ├── weights-QD-Year-1-Model4_historyMPIWtr.npy │ ├── weights-QD-Year-1-Model4_historyMSE.npy │ ├── weights-QD-Year-1-Model4_historyMSEtr.npy │ ├── weights-QD-Year-1-Model4_historyPICP.npy │ ├── weights-QD-Year-1-Model4_historyPICPtr.npy │ ├── weights-QD-Year-1-Model4_validationMSE │ ├── weights-QD-Year-10-Model0 │ ├── weights-QD-Year-10-Model0_historyMPIW.npy │ ├── weights-QD-Year-10-Model0_historyMPIWtr.npy │ ├── weights-QD-Year-10-Model0_historyMSE.npy │ ├── weights-QD-Year-10-Model0_historyMSEtr.npy │ ├── weights-QD-Year-10-Model0_historyPICP.npy │ ├── weights-QD-Year-10-Model0_historyPICPtr.npy │ ├── weights-QD-Year-10-Model0_validationMSE │ ├── weights-QD-Year-10-Model1 │ ├── weights-QD-Year-10-Model1_historyMPIW.npy │ ├── weights-QD-Year-10-Model1_historyMPIWtr.npy │ ├── weights-QD-Year-10-Model1_historyMSE.npy │ ├── weights-QD-Year-10-Model1_historyMSEtr.npy │ ├── weights-QD-Year-10-Model1_historyPICP.npy │ ├── weights-QD-Year-10-Model1_historyPICPtr.npy │ ├── weights-QD-Year-10-Model1_validationMSE │ ├── weights-QD-Year-10-Model2 │ ├── weights-QD-Year-10-Model2_historyMPIW.npy │ ├── weights-QD-Year-10-Model2_historyMPIWtr.npy │ ├── weights-QD-Year-10-Model2_historyMSE.npy │ ├── weights-QD-Year-10-Model2_historyMSEtr.npy │ ├── weights-QD-Year-10-Model2_historyPICP.npy │ ├── weights-QD-Year-10-Model2_historyPICPtr.npy │ ├── weights-QD-Year-10-Model2_validationMSE │ ├── weights-QD-Year-10-Model3 │ ├── weights-QD-Year-10-Model3_historyMPIW.npy │ ├── weights-QD-Year-10-Model3_historyMPIWtr.npy │ ├── weights-QD-Year-10-Model3_historyMSE.npy │ ├── weights-QD-Year-10-Model3_historyMSEtr.npy │ ├── weights-QD-Year-10-Model3_historyPICP.npy │ ├── weights-QD-Year-10-Model3_historyPICPtr.npy │ ├── weights-QD-Year-10-Model3_validationMSE │ ├── weights-QD-Year-10-Model4 │ ├── weights-QD-Year-10-Model4_historyMPIW.npy │ ├── weights-QD-Year-10-Model4_historyMPIWtr.npy │ ├── weights-QD-Year-10-Model4_historyMSE.npy │ ├── weights-QD-Year-10-Model4_historyMSEtr.npy │ ├── weights-QD-Year-10-Model4_historyPICP.npy │ ├── weights-QD-Year-10-Model4_historyPICPtr.npy │ ├── weights-QD-Year-10-Model4_validationMSE │ ├── weights-QD-Year-2-Model0 │ ├── weights-QD-Year-2-Model0_historyMPIW.npy │ ├── weights-QD-Year-2-Model0_historyMPIWtr.npy │ ├── weights-QD-Year-2-Model0_historyMSE.npy │ ├── weights-QD-Year-2-Model0_historyMSEtr.npy │ ├── weights-QD-Year-2-Model0_historyPICP.npy │ ├── weights-QD-Year-2-Model0_historyPICPtr.npy │ ├── weights-QD-Year-2-Model0_validationMSE │ ├── weights-QD-Year-2-Model1 │ ├── weights-QD-Year-2-Model1_historyMPIW.npy │ ├── weights-QD-Year-2-Model1_historyMPIWtr.npy │ ├── weights-QD-Year-2-Model1_historyMSE.npy │ ├── weights-QD-Year-2-Model1_historyMSEtr.npy │ ├── weights-QD-Year-2-Model1_historyPICP.npy │ ├── weights-QD-Year-2-Model1_historyPICPtr.npy │ ├── weights-QD-Year-2-Model1_validationMSE │ ├── weights-QD-Year-2-Model2 │ ├── weights-QD-Year-2-Model2_historyMPIW.npy │ ├── weights-QD-Year-2-Model2_historyMPIWtr.npy │ ├── weights-QD-Year-2-Model2_historyMSE.npy │ ├── weights-QD-Year-2-Model2_historyMSEtr.npy │ ├── weights-QD-Year-2-Model2_historyPICP.npy │ ├── weights-QD-Year-2-Model2_historyPICPtr.npy │ ├── weights-QD-Year-2-Model2_validationMSE │ ├── weights-QD-Year-2-Model3 │ ├── weights-QD-Year-2-Model3_historyMPIW.npy │ ├── weights-QD-Year-2-Model3_historyMPIWtr.npy │ ├── weights-QD-Year-2-Model3_historyMSE.npy │ ├── weights-QD-Year-2-Model3_historyMSEtr.npy │ ├── weights-QD-Year-2-Model3_historyPICP.npy │ ├── weights-QD-Year-2-Model3_historyPICPtr.npy │ ├── weights-QD-Year-2-Model3_validationMSE │ ├── weights-QD-Year-2-Model4 │ ├── weights-QD-Year-2-Model4_historyMPIW.npy │ ├── weights-QD-Year-2-Model4_historyMPIWtr.npy │ ├── weights-QD-Year-2-Model4_historyMSE.npy │ ├── weights-QD-Year-2-Model4_historyMSEtr.npy │ ├── weights-QD-Year-2-Model4_historyPICP.npy │ ├── weights-QD-Year-2-Model4_historyPICPtr.npy │ ├── weights-QD-Year-2-Model4_validationMSE │ ├── weights-QD-Year-3-Model0 │ ├── weights-QD-Year-3-Model0_historyMPIW.npy │ ├── weights-QD-Year-3-Model0_historyMPIWtr.npy │ ├── weights-QD-Year-3-Model0_historyMSE.npy │ ├── weights-QD-Year-3-Model0_historyMSEtr.npy │ ├── weights-QD-Year-3-Model0_historyPICP.npy │ ├── weights-QD-Year-3-Model0_historyPICPtr.npy │ ├── weights-QD-Year-3-Model0_validationMSE │ ├── weights-QD-Year-3-Model1 │ ├── weights-QD-Year-3-Model1_historyMPIW.npy │ ├── weights-QD-Year-3-Model1_historyMPIWtr.npy │ ├── weights-QD-Year-3-Model1_historyMSE.npy │ ├── weights-QD-Year-3-Model1_historyMSEtr.npy │ ├── weights-QD-Year-3-Model1_historyPICP.npy │ ├── weights-QD-Year-3-Model1_historyPICPtr.npy │ ├── weights-QD-Year-3-Model1_validationMSE │ ├── weights-QD-Year-3-Model2 │ ├── weights-QD-Year-3-Model2_historyMPIW.npy │ ├── weights-QD-Year-3-Model2_historyMPIWtr.npy │ ├── weights-QD-Year-3-Model2_historyMSE.npy │ ├── weights-QD-Year-3-Model2_historyMSEtr.npy │ ├── weights-QD-Year-3-Model2_historyPICP.npy │ ├── weights-QD-Year-3-Model2_historyPICPtr.npy │ ├── weights-QD-Year-3-Model2_validationMSE │ ├── weights-QD-Year-3-Model3 │ ├── weights-QD-Year-3-Model3_historyMPIW.npy │ ├── weights-QD-Year-3-Model3_historyMPIWtr.npy │ ├── weights-QD-Year-3-Model3_historyMSE.npy │ ├── weights-QD-Year-3-Model3_historyMSEtr.npy │ ├── weights-QD-Year-3-Model3_historyPICP.npy │ ├── weights-QD-Year-3-Model3_historyPICPtr.npy │ ├── weights-QD-Year-3-Model3_validationMSE │ ├── weights-QD-Year-3-Model4 │ ├── weights-QD-Year-3-Model4_historyMPIW.npy │ ├── weights-QD-Year-3-Model4_historyMPIWtr.npy │ ├── weights-QD-Year-3-Model4_historyMSE.npy │ ├── weights-QD-Year-3-Model4_historyMSEtr.npy │ ├── weights-QD-Year-3-Model4_historyPICP.npy │ ├── weights-QD-Year-3-Model4_historyPICPtr.npy │ ├── weights-QD-Year-3-Model4_validationMSE │ ├── weights-QD-Year-4-Model0 │ ├── weights-QD-Year-4-Model0_historyMPIW.npy │ ├── weights-QD-Year-4-Model0_historyMPIWtr.npy │ ├── weights-QD-Year-4-Model0_historyMSE.npy │ ├── weights-QD-Year-4-Model0_historyMSEtr.npy │ ├── weights-QD-Year-4-Model0_historyPICP.npy │ ├── weights-QD-Year-4-Model0_historyPICPtr.npy │ ├── weights-QD-Year-4-Model0_validationMSE │ ├── weights-QD-Year-4-Model1 │ ├── weights-QD-Year-4-Model1_historyMPIW.npy │ ├── weights-QD-Year-4-Model1_historyMPIWtr.npy │ ├── weights-QD-Year-4-Model1_historyMSE.npy │ ├── weights-QD-Year-4-Model1_historyMSEtr.npy │ ├── weights-QD-Year-4-Model1_historyPICP.npy │ ├── weights-QD-Year-4-Model1_historyPICPtr.npy │ ├── weights-QD-Year-4-Model1_validationMSE │ ├── weights-QD-Year-4-Model2 │ ├── weights-QD-Year-4-Model2_historyMPIW.npy │ ├── weights-QD-Year-4-Model2_historyMPIWtr.npy │ ├── weights-QD-Year-4-Model2_historyMSE.npy │ ├── weights-QD-Year-4-Model2_historyMSEtr.npy │ ├── weights-QD-Year-4-Model2_historyPICP.npy │ ├── weights-QD-Year-4-Model2_historyPICPtr.npy │ ├── weights-QD-Year-4-Model2_validationMSE │ ├── weights-QD-Year-4-Model3 │ ├── weights-QD-Year-4-Model3_historyMPIW.npy │ ├── weights-QD-Year-4-Model3_historyMPIWtr.npy │ ├── weights-QD-Year-4-Model3_historyMSE.npy │ ├── weights-QD-Year-4-Model3_historyMSEtr.npy │ ├── weights-QD-Year-4-Model3_historyPICP.npy │ ├── weights-QD-Year-4-Model3_historyPICPtr.npy │ ├── weights-QD-Year-4-Model3_validationMSE │ ├── weights-QD-Year-4-Model4 │ ├── weights-QD-Year-4-Model4_historyMPIW.npy │ ├── weights-QD-Year-4-Model4_historyMPIWtr.npy │ ├── weights-QD-Year-4-Model4_historyMSE.npy │ ├── weights-QD-Year-4-Model4_historyMSEtr.npy │ ├── weights-QD-Year-4-Model4_historyPICP.npy │ ├── weights-QD-Year-4-Model4_historyPICPtr.npy │ ├── weights-QD-Year-4-Model4_validationMSE │ ├── weights-QD-Year-5-Model0 │ ├── weights-QD-Year-5-Model0_historyMPIW.npy │ ├── weights-QD-Year-5-Model0_historyMPIWtr.npy │ ├── weights-QD-Year-5-Model0_historyMSE.npy │ ├── weights-QD-Year-5-Model0_historyMSEtr.npy │ ├── weights-QD-Year-5-Model0_historyPICP.npy │ ├── weights-QD-Year-5-Model0_historyPICPtr.npy │ ├── weights-QD-Year-5-Model0_validationMSE │ ├── weights-QD-Year-5-Model1 │ ├── weights-QD-Year-5-Model1_historyMPIW.npy │ ├── weights-QD-Year-5-Model1_historyMPIWtr.npy │ ├── weights-QD-Year-5-Model1_historyMSE.npy │ ├── weights-QD-Year-5-Model1_historyMSEtr.npy │ ├── weights-QD-Year-5-Model1_historyPICP.npy │ ├── weights-QD-Year-5-Model1_historyPICPtr.npy │ ├── weights-QD-Year-5-Model1_validationMSE │ ├── weights-QD-Year-5-Model2 │ ├── weights-QD-Year-5-Model2_historyMPIW.npy │ ├── weights-QD-Year-5-Model2_historyMPIWtr.npy │ ├── weights-QD-Year-5-Model2_historyMSE.npy │ ├── weights-QD-Year-5-Model2_historyMSEtr.npy │ ├── weights-QD-Year-5-Model2_historyPICP.npy │ ├── weights-QD-Year-5-Model2_historyPICPtr.npy │ ├── weights-QD-Year-5-Model2_validationMSE │ ├── weights-QD-Year-5-Model3 │ ├── weights-QD-Year-5-Model3_historyMPIW.npy │ ├── weights-QD-Year-5-Model3_historyMPIWtr.npy │ ├── weights-QD-Year-5-Model3_historyMSE.npy │ ├── weights-QD-Year-5-Model3_historyMSEtr.npy │ ├── weights-QD-Year-5-Model3_historyPICP.npy │ ├── weights-QD-Year-5-Model3_historyPICPtr.npy │ ├── weights-QD-Year-5-Model3_validationMSE │ ├── weights-QD-Year-5-Model4 │ ├── weights-QD-Year-5-Model4_historyMPIW.npy │ ├── weights-QD-Year-5-Model4_historyMPIWtr.npy │ ├── weights-QD-Year-5-Model4_historyMSE.npy │ ├── weights-QD-Year-5-Model4_historyMSEtr.npy │ ├── weights-QD-Year-5-Model4_historyPICP.npy │ ├── weights-QD-Year-5-Model4_historyPICPtr.npy │ ├── weights-QD-Year-5-Model4_validationMSE │ ├── weights-QD-Year-6-Model0 │ ├── weights-QD-Year-6-Model0_historyMPIW.npy │ ├── weights-QD-Year-6-Model0_historyMPIWtr.npy │ ├── weights-QD-Year-6-Model0_historyMSE.npy │ ├── weights-QD-Year-6-Model0_historyMSEtr.npy │ ├── weights-QD-Year-6-Model0_historyPICP.npy │ ├── weights-QD-Year-6-Model0_historyPICPtr.npy │ ├── weights-QD-Year-6-Model0_validationMSE │ ├── weights-QD-Year-6-Model1 │ ├── weights-QD-Year-6-Model1_historyMPIW.npy │ ├── weights-QD-Year-6-Model1_historyMPIWtr.npy │ ├── weights-QD-Year-6-Model1_historyMSE.npy │ ├── weights-QD-Year-6-Model1_historyMSEtr.npy │ ├── weights-QD-Year-6-Model1_historyPICP.npy │ ├── weights-QD-Year-6-Model1_historyPICPtr.npy │ ├── weights-QD-Year-6-Model1_validationMSE │ ├── weights-QD-Year-6-Model2 │ ├── weights-QD-Year-6-Model2_historyMPIW.npy │ ├── weights-QD-Year-6-Model2_historyMPIWtr.npy │ ├── weights-QD-Year-6-Model2_historyMSE.npy │ ├── weights-QD-Year-6-Model2_historyMSEtr.npy │ ├── weights-QD-Year-6-Model2_historyPICP.npy │ ├── weights-QD-Year-6-Model2_historyPICPtr.npy │ ├── weights-QD-Year-6-Model2_validationMSE │ ├── weights-QD-Year-6-Model3 │ ├── weights-QD-Year-6-Model3_historyMPIW.npy │ ├── weights-QD-Year-6-Model3_historyMPIWtr.npy │ ├── weights-QD-Year-6-Model3_historyMSE.npy │ ├── weights-QD-Year-6-Model3_historyMSEtr.npy │ ├── weights-QD-Year-6-Model3_historyPICP.npy │ ├── weights-QD-Year-6-Model3_historyPICPtr.npy │ ├── weights-QD-Year-6-Model3_validationMSE │ ├── weights-QD-Year-6-Model4 │ ├── weights-QD-Year-6-Model4_historyMPIW.npy │ ├── weights-QD-Year-6-Model4_historyMPIWtr.npy │ ├── weights-QD-Year-6-Model4_historyMSE.npy │ ├── weights-QD-Year-6-Model4_historyMSEtr.npy │ ├── weights-QD-Year-6-Model4_historyPICP.npy │ ├── weights-QD-Year-6-Model4_historyPICPtr.npy │ ├── weights-QD-Year-6-Model4_validationMSE │ ├── weights-QD-Year-7-Model0 │ ├── weights-QD-Year-7-Model0_historyMPIW.npy │ ├── weights-QD-Year-7-Model0_historyMPIWtr.npy │ ├── weights-QD-Year-7-Model0_historyMSE.npy │ ├── weights-QD-Year-7-Model0_historyMSEtr.npy │ ├── weights-QD-Year-7-Model0_historyPICP.npy │ ├── weights-QD-Year-7-Model0_historyPICPtr.npy │ ├── weights-QD-Year-7-Model0_validationMSE │ ├── weights-QD-Year-7-Model1 │ ├── weights-QD-Year-7-Model1_historyMPIW.npy │ ├── weights-QD-Year-7-Model1_historyMPIWtr.npy │ ├── weights-QD-Year-7-Model1_historyMSE.npy │ ├── weights-QD-Year-7-Model1_historyMSEtr.npy │ ├── weights-QD-Year-7-Model1_historyPICP.npy │ ├── weights-QD-Year-7-Model1_historyPICPtr.npy │ ├── weights-QD-Year-7-Model1_validationMSE │ ├── weights-QD-Year-7-Model2 │ ├── weights-QD-Year-7-Model2_historyMPIW.npy │ ├── weights-QD-Year-7-Model2_historyMPIWtr.npy │ ├── weights-QD-Year-7-Model2_historyMSE.npy │ ├── weights-QD-Year-7-Model2_historyMSEtr.npy │ ├── weights-QD-Year-7-Model2_historyPICP.npy │ ├── weights-QD-Year-7-Model2_historyPICPtr.npy │ ├── weights-QD-Year-7-Model2_validationMSE │ ├── weights-QD-Year-7-Model3 │ ├── weights-QD-Year-7-Model3_historyMPIW.npy │ ├── weights-QD-Year-7-Model3_historyMPIWtr.npy │ ├── weights-QD-Year-7-Model3_historyMSE.npy │ ├── weights-QD-Year-7-Model3_historyMSEtr.npy │ ├── weights-QD-Year-7-Model3_historyPICP.npy │ ├── weights-QD-Year-7-Model3_historyPICPtr.npy │ ├── weights-QD-Year-7-Model3_validationMSE │ ├── weights-QD-Year-7-Model4 │ ├── weights-QD-Year-7-Model4_historyMPIW.npy │ ├── weights-QD-Year-7-Model4_historyMPIWtr.npy │ ├── weights-QD-Year-7-Model4_historyMSE.npy │ ├── weights-QD-Year-7-Model4_historyMSEtr.npy │ ├── weights-QD-Year-7-Model4_historyPICP.npy │ ├── weights-QD-Year-7-Model4_historyPICPtr.npy │ ├── weights-QD-Year-7-Model4_validationMSE │ ├── weights-QD-Year-8-Model0 │ ├── weights-QD-Year-8-Model0_historyMPIW.npy │ ├── weights-QD-Year-8-Model0_historyMPIWtr.npy │ ├── weights-QD-Year-8-Model0_historyMSE.npy │ ├── weights-QD-Year-8-Model0_historyMSEtr.npy │ ├── weights-QD-Year-8-Model0_historyPICP.npy │ ├── weights-QD-Year-8-Model0_historyPICPtr.npy │ ├── weights-QD-Year-8-Model0_validationMSE │ ├── weights-QD-Year-8-Model1 │ ├── weights-QD-Year-8-Model1_historyMPIW.npy │ ├── weights-QD-Year-8-Model1_historyMPIWtr.npy │ ├── weights-QD-Year-8-Model1_historyMSE.npy │ ├── weights-QD-Year-8-Model1_historyMSEtr.npy │ ├── weights-QD-Year-8-Model1_historyPICP.npy │ ├── weights-QD-Year-8-Model1_historyPICPtr.npy │ ├── weights-QD-Year-8-Model1_validationMSE │ ├── weights-QD-Year-8-Model2 │ ├── weights-QD-Year-8-Model2_historyMPIW.npy │ ├── weights-QD-Year-8-Model2_historyMPIWtr.npy │ ├── weights-QD-Year-8-Model2_historyMSE.npy │ ├── weights-QD-Year-8-Model2_historyMSEtr.npy │ ├── weights-QD-Year-8-Model2_historyPICP.npy │ ├── weights-QD-Year-8-Model2_historyPICPtr.npy │ ├── weights-QD-Year-8-Model2_validationMSE │ ├── weights-QD-Year-8-Model3 │ ├── weights-QD-Year-8-Model3_historyMPIW.npy │ ├── weights-QD-Year-8-Model3_historyMPIWtr.npy │ ├── weights-QD-Year-8-Model3_historyMSE.npy │ ├── weights-QD-Year-8-Model3_historyMSEtr.npy │ ├── weights-QD-Year-8-Model3_historyPICP.npy │ ├── weights-QD-Year-8-Model3_historyPICPtr.npy │ ├── weights-QD-Year-8-Model3_validationMSE │ ├── weights-QD-Year-8-Model4 │ ├── weights-QD-Year-8-Model4_historyMPIW.npy │ ├── weights-QD-Year-8-Model4_historyMPIWtr.npy │ ├── weights-QD-Year-8-Model4_historyMSE.npy │ ├── weights-QD-Year-8-Model4_historyMSEtr.npy │ ├── weights-QD-Year-8-Model4_historyPICP.npy │ ├── weights-QD-Year-8-Model4_historyPICPtr.npy │ ├── weights-QD-Year-8-Model4_validationMSE │ ├── weights-QD-Year-9-Model0 │ ├── weights-QD-Year-9-Model0_historyMPIW.npy │ ├── weights-QD-Year-9-Model0_historyMPIWtr.npy │ ├── weights-QD-Year-9-Model0_historyMSE.npy │ ├── weights-QD-Year-9-Model0_historyMSEtr.npy │ ├── weights-QD-Year-9-Model0_historyPICP.npy │ ├── weights-QD-Year-9-Model0_historyPICPtr.npy │ ├── weights-QD-Year-9-Model0_validationMSE │ ├── weights-QD-Year-9-Model1 │ ├── weights-QD-Year-9-Model1_historyMPIW.npy │ ├── weights-QD-Year-9-Model1_historyMPIWtr.npy │ ├── weights-QD-Year-9-Model1_historyMSE.npy │ ├── weights-QD-Year-9-Model1_historyMSEtr.npy │ ├── weights-QD-Year-9-Model1_historyPICP.npy │ ├── weights-QD-Year-9-Model1_historyPICPtr.npy │ ├── weights-QD-Year-9-Model1_validationMSE │ ├── weights-QD-Year-9-Model2 │ ├── weights-QD-Year-9-Model2_historyMPIW.npy │ ├── weights-QD-Year-9-Model2_historyMPIWtr.npy │ ├── weights-QD-Year-9-Model2_historyMSE.npy │ ├── weights-QD-Year-9-Model2_historyMSEtr.npy │ ├── weights-QD-Year-9-Model2_historyPICP.npy │ ├── weights-QD-Year-9-Model2_historyPICPtr.npy │ ├── weights-QD-Year-9-Model2_validationMSE │ ├── weights-QD-Year-9-Model3 │ ├── weights-QD-Year-9-Model3_historyMPIW.npy │ ├── weights-QD-Year-9-Model3_historyMPIWtr.npy │ ├── weights-QD-Year-9-Model3_historyMSE.npy │ ├── weights-QD-Year-9-Model3_historyMSEtr.npy │ ├── weights-QD-Year-9-Model3_historyPICP.npy │ ├── weights-QD-Year-9-Model3_historyPICPtr.npy │ ├── weights-QD-Year-9-Model3_validationMSE │ ├── weights-QD-Year-9-Model4 │ ├── weights-QD-Year-9-Model4_historyMPIW.npy │ ├── weights-QD-Year-9-Model4_historyMPIWtr.npy │ ├── weights-QD-Year-9-Model4_historyMSE.npy │ ├── weights-QD-Year-9-Model4_historyMSEtr.npy │ ├── weights-QD-Year-9-Model4_historyPICP.npy │ ├── weights-QD-Year-9-Model4_historyPICPtr.npy │ └── weights-QD-Year-9-Model4_validationMSE │ ├── comparison_MPIW.jpg │ ├── comparison_MSE.jpg │ ├── comparison_PICP.jpg │ └── t-test.txt ├── DemoPaper.ipynb ├── DualAQD_PredictionIntervals.ipynb ├── PIGenerator.py ├── README.md ├── images ├── Concrete_curves.jpg ├── Concrete_curves_alpha_0.01.jpg ├── Concrete_curves_alpha_0.1.jpg ├── Power_curves.jpg ├── Power_curves2.jpg ├── Power_curves_alpha_0.01.jpg ├── Power_curves_alpha_0.1.jpg ├── box_plots1.jpg ├── box_plots2.jpg ├── comparison.jpg ├── comparison2.jpg └── introduction.jpg ├── pyproject.toml ├── setup.py └── src ├── PredictionIntervals ├── Datasets │ ├── GenerateDatasets.py │ ├── __init__.py │ ├── boston_housing_data.csv │ ├── concrete_data.csv │ ├── energy_data.csv │ ├── kin8nm_data.csv │ ├── naval_data.csv │ ├── power_data.csv │ ├── protein_data.csv │ ├── winequality-red.csv │ ├── yacht_data.csv │ └── yearMSD_data.csv ├── Trainer │ ├── TrainNN.py │ └── __init__.py ├── __init__.py ├── models │ ├── NNModel.py │ ├── QD_toy_example.ipynb │ ├── __init__.py │ ├── aggregation_functions.py │ ├── network.py │ └── split_normal.py └── utils.py └── __init__.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/.gitignore -------------------------------------------------------------------------------- /.idea/PredictionIntervals.iml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/.idea/PredictionIntervals.iml -------------------------------------------------------------------------------- /.idea/csv-plugin.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/.idea/csv-plugin.xml -------------------------------------------------------------------------------- /.idea/deployment.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/.idea/deployment.xml -------------------------------------------------------------------------------- /.idea/inspectionProfiles/Project_Default.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/.idea/inspectionProfiles/Project_Default.xml -------------------------------------------------------------------------------- /.idea/inspectionProfiles/profiles_settings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/.idea/inspectionProfiles/profiles_settings.xml -------------------------------------------------------------------------------- /.idea/misc.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/.idea/misc.xml -------------------------------------------------------------------------------- /.idea/modules.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/.idea/modules.xml -------------------------------------------------------------------------------- /.idea/other.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/.idea/other.xml -------------------------------------------------------------------------------- /.idea/rGraphicsSettings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/.idea/rGraphicsSettings.xml -------------------------------------------------------------------------------- /.idea/rSettings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/.idea/rSettings.xml -------------------------------------------------------------------------------- /.idea/rpackages.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/.idea/rpackages.xml -------------------------------------------------------------------------------- /.idea/sshConfigs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/.idea/sshConfigs.xml -------------------------------------------------------------------------------- /.idea/vcs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/.idea/vcs.xml -------------------------------------------------------------------------------- /.idea/webServers.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/.idea/webServers.xml -------------------------------------------------------------------------------- /.idea/workspace.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/.idea/workspace.xml -------------------------------------------------------------------------------- /CVResults/Boston/QD/weights-QD-Boston-1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Boston/QD/weights-QD-Boston-1 -------------------------------------------------------------------------------- /CVResults/Boston/QD/weights-QD-Boston-1-Model0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Boston/QD/weights-QD-Boston-1-Model0 -------------------------------------------------------------------------------- /CVResults/Boston/QD/weights-QD-Boston-1-Model1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Boston/QD/weights-QD-Boston-1-Model1 -------------------------------------------------------------------------------- /CVResults/Boston/QD/weights-QD-Boston-1-Model2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Boston/QD/weights-QD-Boston-1-Model2 -------------------------------------------------------------------------------- /CVResults/Boston/QD/weights-QD-Boston-1-Model3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Boston/QD/weights-QD-Boston-1-Model3 -------------------------------------------------------------------------------- /CVResults/Boston/QD/weights-QD-Boston-1-Model4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Boston/QD/weights-QD-Boston-1-Model4 -------------------------------------------------------------------------------- /CVResults/Boston/QD/weights-QD-Boston-10: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Boston/QD/weights-QD-Boston-10 -------------------------------------------------------------------------------- /CVResults/Boston/QD/weights-QD-Boston-10-Model0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Boston/QD/weights-QD-Boston-10-Model0 -------------------------------------------------------------------------------- /CVResults/Boston/QD/weights-QD-Boston-10-Model1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Boston/QD/weights-QD-Boston-10-Model1 -------------------------------------------------------------------------------- /CVResults/Boston/QD/weights-QD-Boston-10-Model2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Boston/QD/weights-QD-Boston-10-Model2 -------------------------------------------------------------------------------- /CVResults/Boston/QD/weights-QD-Boston-10-Model3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Boston/QD/weights-QD-Boston-10-Model3 -------------------------------------------------------------------------------- /CVResults/Boston/QD/weights-QD-Boston-10-Model4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Boston/QD/weights-QD-Boston-10-Model4 -------------------------------------------------------------------------------- /CVResults/Boston/QD/weights-QD-Boston-2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Boston/QD/weights-QD-Boston-2 -------------------------------------------------------------------------------- /CVResults/Boston/QD/weights-QD-Boston-2-Model0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Boston/QD/weights-QD-Boston-2-Model0 -------------------------------------------------------------------------------- /CVResults/Boston/QD/weights-QD-Boston-2-Model1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Boston/QD/weights-QD-Boston-2-Model1 -------------------------------------------------------------------------------- /CVResults/Boston/QD/weights-QD-Boston-2-Model2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Boston/QD/weights-QD-Boston-2-Model2 -------------------------------------------------------------------------------- /CVResults/Boston/QD/weights-QD-Boston-2-Model3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Boston/QD/weights-QD-Boston-2-Model3 -------------------------------------------------------------------------------- /CVResults/Boston/QD/weights-QD-Boston-2-Model4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Boston/QD/weights-QD-Boston-2-Model4 -------------------------------------------------------------------------------- /CVResults/Boston/QD/weights-QD-Boston-3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Boston/QD/weights-QD-Boston-3 -------------------------------------------------------------------------------- /CVResults/Boston/QD/weights-QD-Boston-3-Model0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Boston/QD/weights-QD-Boston-3-Model0 -------------------------------------------------------------------------------- /CVResults/Boston/QD/weights-QD-Boston-3-Model1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Boston/QD/weights-QD-Boston-3-Model1 -------------------------------------------------------------------------------- /CVResults/Boston/QD/weights-QD-Boston-3-Model2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Boston/QD/weights-QD-Boston-3-Model2 -------------------------------------------------------------------------------- /CVResults/Boston/QD/weights-QD-Boston-3-Model3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Boston/QD/weights-QD-Boston-3-Model3 -------------------------------------------------------------------------------- /CVResults/Boston/QD/weights-QD-Boston-3-Model4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Boston/QD/weights-QD-Boston-3-Model4 -------------------------------------------------------------------------------- /CVResults/Boston/QD/weights-QD-Boston-4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Boston/QD/weights-QD-Boston-4 -------------------------------------------------------------------------------- /CVResults/Boston/QD/weights-QD-Boston-4-Model0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Boston/QD/weights-QD-Boston-4-Model0 -------------------------------------------------------------------------------- /CVResults/Boston/QD/weights-QD-Boston-4-Model1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Boston/QD/weights-QD-Boston-4-Model1 -------------------------------------------------------------------------------- /CVResults/Boston/QD/weights-QD-Boston-4-Model2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Boston/QD/weights-QD-Boston-4-Model2 -------------------------------------------------------------------------------- /CVResults/Boston/QD/weights-QD-Boston-4-Model3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Boston/QD/weights-QD-Boston-4-Model3 -------------------------------------------------------------------------------- /CVResults/Boston/QD/weights-QD-Boston-4-Model4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Boston/QD/weights-QD-Boston-4-Model4 -------------------------------------------------------------------------------- /CVResults/Boston/QD/weights-QD-Boston-5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Boston/QD/weights-QD-Boston-5 -------------------------------------------------------------------------------- /CVResults/Boston/QD/weights-QD-Boston-5-Model0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Boston/QD/weights-QD-Boston-5-Model0 -------------------------------------------------------------------------------- /CVResults/Boston/QD/weights-QD-Boston-5-Model1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Boston/QD/weights-QD-Boston-5-Model1 -------------------------------------------------------------------------------- /CVResults/Boston/QD/weights-QD-Boston-5-Model2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Boston/QD/weights-QD-Boston-5-Model2 -------------------------------------------------------------------------------- /CVResults/Boston/QD/weights-QD-Boston-5-Model3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Boston/QD/weights-QD-Boston-5-Model3 -------------------------------------------------------------------------------- /CVResults/Boston/QD/weights-QD-Boston-5-Model4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Boston/QD/weights-QD-Boston-5-Model4 -------------------------------------------------------------------------------- /CVResults/Boston/QD/weights-QD-Boston-6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Boston/QD/weights-QD-Boston-6 -------------------------------------------------------------------------------- /CVResults/Boston/QD/weights-QD-Boston-6-Model0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Boston/QD/weights-QD-Boston-6-Model0 -------------------------------------------------------------------------------- /CVResults/Boston/QD/weights-QD-Boston-6-Model1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Boston/QD/weights-QD-Boston-6-Model1 -------------------------------------------------------------------------------- /CVResults/Boston/QD/weights-QD-Boston-6-Model2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Boston/QD/weights-QD-Boston-6-Model2 -------------------------------------------------------------------------------- /CVResults/Boston/QD/weights-QD-Boston-6-Model3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Boston/QD/weights-QD-Boston-6-Model3 -------------------------------------------------------------------------------- /CVResults/Boston/QD/weights-QD-Boston-6-Model4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Boston/QD/weights-QD-Boston-6-Model4 -------------------------------------------------------------------------------- /CVResults/Boston/QD/weights-QD-Boston-7: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Boston/QD/weights-QD-Boston-7 -------------------------------------------------------------------------------- /CVResults/Boston/QD/weights-QD-Boston-7-Model0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Boston/QD/weights-QD-Boston-7-Model0 -------------------------------------------------------------------------------- /CVResults/Boston/QD/weights-QD-Boston-7-Model1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Boston/QD/weights-QD-Boston-7-Model1 -------------------------------------------------------------------------------- /CVResults/Boston/QD/weights-QD-Boston-7-Model2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Boston/QD/weights-QD-Boston-7-Model2 -------------------------------------------------------------------------------- /CVResults/Boston/QD/weights-QD-Boston-7-Model3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Boston/QD/weights-QD-Boston-7-Model3 -------------------------------------------------------------------------------- /CVResults/Boston/QD/weights-QD-Boston-7-Model4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Boston/QD/weights-QD-Boston-7-Model4 -------------------------------------------------------------------------------- /CVResults/Boston/QD/weights-QD-Boston-8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Boston/QD/weights-QD-Boston-8 -------------------------------------------------------------------------------- /CVResults/Boston/QD/weights-QD-Boston-8-Model0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Boston/QD/weights-QD-Boston-8-Model0 -------------------------------------------------------------------------------- /CVResults/Boston/QD/weights-QD-Boston-8-Model1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Boston/QD/weights-QD-Boston-8-Model1 -------------------------------------------------------------------------------- /CVResults/Boston/QD/weights-QD-Boston-8-Model2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Boston/QD/weights-QD-Boston-8-Model2 -------------------------------------------------------------------------------- /CVResults/Boston/QD/weights-QD-Boston-8-Model3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Boston/QD/weights-QD-Boston-8-Model3 -------------------------------------------------------------------------------- /CVResults/Boston/QD/weights-QD-Boston-8-Model4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Boston/QD/weights-QD-Boston-8-Model4 -------------------------------------------------------------------------------- /CVResults/Boston/QD/weights-QD-Boston-9: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Boston/QD/weights-QD-Boston-9 -------------------------------------------------------------------------------- /CVResults/Boston/QD/weights-QD-Boston-9-Model0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Boston/QD/weights-QD-Boston-9-Model0 -------------------------------------------------------------------------------- /CVResults/Boston/QD/weights-QD-Boston-9-Model1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Boston/QD/weights-QD-Boston-9-Model1 -------------------------------------------------------------------------------- /CVResults/Boston/QD/weights-QD-Boston-9-Model2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Boston/QD/weights-QD-Boston-9-Model2 -------------------------------------------------------------------------------- /CVResults/Boston/QD/weights-QD-Boston-9-Model3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Boston/QD/weights-QD-Boston-9-Model3 -------------------------------------------------------------------------------- /CVResults/Boston/QD/weights-QD-Boston-9-Model4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Boston/QD/weights-QD-Boston-9-Model4 -------------------------------------------------------------------------------- /CVResults/Boston/comparison_MPIW.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Boston/comparison_MPIW.jpg -------------------------------------------------------------------------------- /CVResults/Boston/comparison_MSE.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Boston/comparison_MSE.jpg -------------------------------------------------------------------------------- /CVResults/Boston/comparison_PICP.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Boston/comparison_PICP.jpg -------------------------------------------------------------------------------- /CVResults/Boston/t-test.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Boston/t-test.txt -------------------------------------------------------------------------------- /CVResults/Concrete/comparison_MPIW.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Concrete/comparison_MPIW.jpg -------------------------------------------------------------------------------- /CVResults/Concrete/comparison_MSE.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Concrete/comparison_MSE.jpg -------------------------------------------------------------------------------- /CVResults/Concrete/comparison_PICP.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Concrete/comparison_PICP.jpg -------------------------------------------------------------------------------- /CVResults/Concrete/t-test.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Concrete/t-test.txt -------------------------------------------------------------------------------- /CVResults/Energy/QD/weights-QD-Energy-1-Model0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Energy/QD/weights-QD-Energy-1-Model0 -------------------------------------------------------------------------------- /CVResults/Energy/QD/weights-QD-Energy-1-Model1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Energy/QD/weights-QD-Energy-1-Model1 -------------------------------------------------------------------------------- /CVResults/Energy/QD/weights-QD-Energy-1-Model2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Energy/QD/weights-QD-Energy-1-Model2 -------------------------------------------------------------------------------- /CVResults/Energy/QD/weights-QD-Energy-1-Model3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Energy/QD/weights-QD-Energy-1-Model3 -------------------------------------------------------------------------------- /CVResults/Energy/QD/weights-QD-Energy-1-Model4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Energy/QD/weights-QD-Energy-1-Model4 -------------------------------------------------------------------------------- /CVResults/Energy/QD/weights-QD-Energy-10-Model0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Energy/QD/weights-QD-Energy-10-Model0 -------------------------------------------------------------------------------- /CVResults/Energy/QD/weights-QD-Energy-10-Model1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Energy/QD/weights-QD-Energy-10-Model1 -------------------------------------------------------------------------------- /CVResults/Energy/QD/weights-QD-Energy-10-Model2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Energy/QD/weights-QD-Energy-10-Model2 -------------------------------------------------------------------------------- /CVResults/Energy/QD/weights-QD-Energy-10-Model3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Energy/QD/weights-QD-Energy-10-Model3 -------------------------------------------------------------------------------- /CVResults/Energy/QD/weights-QD-Energy-10-Model4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Energy/QD/weights-QD-Energy-10-Model4 -------------------------------------------------------------------------------- /CVResults/Energy/QD/weights-QD-Energy-2-Model0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Energy/QD/weights-QD-Energy-2-Model0 -------------------------------------------------------------------------------- /CVResults/Energy/QD/weights-QD-Energy-2-Model1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Energy/QD/weights-QD-Energy-2-Model1 -------------------------------------------------------------------------------- /CVResults/Energy/QD/weights-QD-Energy-2-Model2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Energy/QD/weights-QD-Energy-2-Model2 -------------------------------------------------------------------------------- /CVResults/Energy/QD/weights-QD-Energy-2-Model3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Energy/QD/weights-QD-Energy-2-Model3 -------------------------------------------------------------------------------- /CVResults/Energy/QD/weights-QD-Energy-2-Model4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Energy/QD/weights-QD-Energy-2-Model4 -------------------------------------------------------------------------------- /CVResults/Energy/QD/weights-QD-Energy-3-Model0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Energy/QD/weights-QD-Energy-3-Model0 -------------------------------------------------------------------------------- /CVResults/Energy/QD/weights-QD-Energy-3-Model1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Energy/QD/weights-QD-Energy-3-Model1 -------------------------------------------------------------------------------- /CVResults/Energy/QD/weights-QD-Energy-3-Model2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Energy/QD/weights-QD-Energy-3-Model2 -------------------------------------------------------------------------------- /CVResults/Energy/QD/weights-QD-Energy-3-Model3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Energy/QD/weights-QD-Energy-3-Model3 -------------------------------------------------------------------------------- /CVResults/Energy/QD/weights-QD-Energy-3-Model4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Energy/QD/weights-QD-Energy-3-Model4 -------------------------------------------------------------------------------- /CVResults/Energy/QD/weights-QD-Energy-4-Model0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Energy/QD/weights-QD-Energy-4-Model0 -------------------------------------------------------------------------------- /CVResults/Energy/QD/weights-QD-Energy-4-Model1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Energy/QD/weights-QD-Energy-4-Model1 -------------------------------------------------------------------------------- /CVResults/Energy/QD/weights-QD-Energy-4-Model2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Energy/QD/weights-QD-Energy-4-Model2 -------------------------------------------------------------------------------- /CVResults/Energy/QD/weights-QD-Energy-4-Model3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Energy/QD/weights-QD-Energy-4-Model3 -------------------------------------------------------------------------------- /CVResults/Energy/QD/weights-QD-Energy-4-Model4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Energy/QD/weights-QD-Energy-4-Model4 -------------------------------------------------------------------------------- /CVResults/Energy/QD/weights-QD-Energy-5-Model0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Energy/QD/weights-QD-Energy-5-Model0 -------------------------------------------------------------------------------- /CVResults/Energy/QD/weights-QD-Energy-5-Model1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Energy/QD/weights-QD-Energy-5-Model1 -------------------------------------------------------------------------------- /CVResults/Energy/QD/weights-QD-Energy-5-Model2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Energy/QD/weights-QD-Energy-5-Model2 -------------------------------------------------------------------------------- /CVResults/Energy/QD/weights-QD-Energy-5-Model3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Energy/QD/weights-QD-Energy-5-Model3 -------------------------------------------------------------------------------- /CVResults/Energy/QD/weights-QD-Energy-5-Model4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Energy/QD/weights-QD-Energy-5-Model4 -------------------------------------------------------------------------------- /CVResults/Energy/QD/weights-QD-Energy-6-Model0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Energy/QD/weights-QD-Energy-6-Model0 -------------------------------------------------------------------------------- /CVResults/Energy/QD/weights-QD-Energy-6-Model1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Energy/QD/weights-QD-Energy-6-Model1 -------------------------------------------------------------------------------- /CVResults/Energy/QD/weights-QD-Energy-6-Model2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Energy/QD/weights-QD-Energy-6-Model2 -------------------------------------------------------------------------------- /CVResults/Energy/QD/weights-QD-Energy-6-Model3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Energy/QD/weights-QD-Energy-6-Model3 -------------------------------------------------------------------------------- /CVResults/Energy/QD/weights-QD-Energy-6-Model4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Energy/QD/weights-QD-Energy-6-Model4 -------------------------------------------------------------------------------- /CVResults/Energy/QD/weights-QD-Energy-7-Model0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Energy/QD/weights-QD-Energy-7-Model0 -------------------------------------------------------------------------------- /CVResults/Energy/QD/weights-QD-Energy-7-Model1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Energy/QD/weights-QD-Energy-7-Model1 -------------------------------------------------------------------------------- /CVResults/Energy/QD/weights-QD-Energy-7-Model2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Energy/QD/weights-QD-Energy-7-Model2 -------------------------------------------------------------------------------- /CVResults/Energy/QD/weights-QD-Energy-7-Model3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Energy/QD/weights-QD-Energy-7-Model3 -------------------------------------------------------------------------------- /CVResults/Energy/QD/weights-QD-Energy-7-Model4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Energy/QD/weights-QD-Energy-7-Model4 -------------------------------------------------------------------------------- /CVResults/Energy/QD/weights-QD-Energy-8-Model0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Energy/QD/weights-QD-Energy-8-Model0 -------------------------------------------------------------------------------- /CVResults/Energy/QD/weights-QD-Energy-8-Model1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Energy/QD/weights-QD-Energy-8-Model1 -------------------------------------------------------------------------------- /CVResults/Energy/QD/weights-QD-Energy-8-Model2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Energy/QD/weights-QD-Energy-8-Model2 -------------------------------------------------------------------------------- /CVResults/Energy/QD/weights-QD-Energy-8-Model3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Energy/QD/weights-QD-Energy-8-Model3 -------------------------------------------------------------------------------- /CVResults/Energy/QD/weights-QD-Energy-8-Model4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Energy/QD/weights-QD-Energy-8-Model4 -------------------------------------------------------------------------------- /CVResults/Energy/QD/weights-QD-Energy-9-Model0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Energy/QD/weights-QD-Energy-9-Model0 -------------------------------------------------------------------------------- /CVResults/Energy/QD/weights-QD-Energy-9-Model1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Energy/QD/weights-QD-Energy-9-Model1 -------------------------------------------------------------------------------- /CVResults/Energy/QD/weights-QD-Energy-9-Model2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Energy/QD/weights-QD-Energy-9-Model2 -------------------------------------------------------------------------------- /CVResults/Energy/QD/weights-QD-Energy-9-Model3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Energy/QD/weights-QD-Energy-9-Model3 -------------------------------------------------------------------------------- /CVResults/Energy/QD/weights-QD-Energy-9-Model4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Energy/QD/weights-QD-Energy-9-Model4 -------------------------------------------------------------------------------- /CVResults/Energy/comparison_MPIW.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Energy/comparison_MPIW.jpg -------------------------------------------------------------------------------- /CVResults/Energy/comparison_MSE.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Energy/comparison_MSE.jpg -------------------------------------------------------------------------------- /CVResults/Energy/comparison_PICP.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Energy/comparison_PICP.jpg -------------------------------------------------------------------------------- /CVResults/Energy/t-test.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Energy/t-test.txt -------------------------------------------------------------------------------- /CVResults/Kin8nm/QD/weights-QD-Kin8nm-1-Model0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Kin8nm/QD/weights-QD-Kin8nm-1-Model0 -------------------------------------------------------------------------------- /CVResults/Kin8nm/QD/weights-QD-Kin8nm-1-Model1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Kin8nm/QD/weights-QD-Kin8nm-1-Model1 -------------------------------------------------------------------------------- /CVResults/Kin8nm/QD/weights-QD-Kin8nm-1-Model2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Kin8nm/QD/weights-QD-Kin8nm-1-Model2 -------------------------------------------------------------------------------- /CVResults/Kin8nm/QD/weights-QD-Kin8nm-1-Model3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Kin8nm/QD/weights-QD-Kin8nm-1-Model3 -------------------------------------------------------------------------------- /CVResults/Kin8nm/QD/weights-QD-Kin8nm-1-Model4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Kin8nm/QD/weights-QD-Kin8nm-1-Model4 -------------------------------------------------------------------------------- /CVResults/Kin8nm/QD/weights-QD-Kin8nm-10-Model0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Kin8nm/QD/weights-QD-Kin8nm-10-Model0 -------------------------------------------------------------------------------- /CVResults/Kin8nm/QD/weights-QD-Kin8nm-10-Model1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Kin8nm/QD/weights-QD-Kin8nm-10-Model1 -------------------------------------------------------------------------------- /CVResults/Kin8nm/QD/weights-QD-Kin8nm-10-Model2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Kin8nm/QD/weights-QD-Kin8nm-10-Model2 -------------------------------------------------------------------------------- /CVResults/Kin8nm/QD/weights-QD-Kin8nm-10-Model3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Kin8nm/QD/weights-QD-Kin8nm-10-Model3 -------------------------------------------------------------------------------- /CVResults/Kin8nm/QD/weights-QD-Kin8nm-10-Model4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Kin8nm/QD/weights-QD-Kin8nm-10-Model4 -------------------------------------------------------------------------------- /CVResults/Kin8nm/QD/weights-QD-Kin8nm-2-Model0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Kin8nm/QD/weights-QD-Kin8nm-2-Model0 -------------------------------------------------------------------------------- /CVResults/Kin8nm/QD/weights-QD-Kin8nm-2-Model1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Kin8nm/QD/weights-QD-Kin8nm-2-Model1 -------------------------------------------------------------------------------- /CVResults/Kin8nm/QD/weights-QD-Kin8nm-2-Model2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Kin8nm/QD/weights-QD-Kin8nm-2-Model2 -------------------------------------------------------------------------------- /CVResults/Kin8nm/QD/weights-QD-Kin8nm-2-Model3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Kin8nm/QD/weights-QD-Kin8nm-2-Model3 -------------------------------------------------------------------------------- /CVResults/Kin8nm/QD/weights-QD-Kin8nm-2-Model4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Kin8nm/QD/weights-QD-Kin8nm-2-Model4 -------------------------------------------------------------------------------- /CVResults/Kin8nm/QD/weights-QD-Kin8nm-3-Model0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Kin8nm/QD/weights-QD-Kin8nm-3-Model0 -------------------------------------------------------------------------------- /CVResults/Kin8nm/QD/weights-QD-Kin8nm-3-Model1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Kin8nm/QD/weights-QD-Kin8nm-3-Model1 -------------------------------------------------------------------------------- /CVResults/Kin8nm/QD/weights-QD-Kin8nm-3-Model2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Kin8nm/QD/weights-QD-Kin8nm-3-Model2 -------------------------------------------------------------------------------- /CVResults/Kin8nm/QD/weights-QD-Kin8nm-3-Model3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Kin8nm/QD/weights-QD-Kin8nm-3-Model3 -------------------------------------------------------------------------------- /CVResults/Kin8nm/QD/weights-QD-Kin8nm-3-Model4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Kin8nm/QD/weights-QD-Kin8nm-3-Model4 -------------------------------------------------------------------------------- /CVResults/Kin8nm/QD/weights-QD-Kin8nm-4-Model0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Kin8nm/QD/weights-QD-Kin8nm-4-Model0 -------------------------------------------------------------------------------- /CVResults/Kin8nm/QD/weights-QD-Kin8nm-4-Model1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Kin8nm/QD/weights-QD-Kin8nm-4-Model1 -------------------------------------------------------------------------------- /CVResults/Kin8nm/QD/weights-QD-Kin8nm-4-Model2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Kin8nm/QD/weights-QD-Kin8nm-4-Model2 -------------------------------------------------------------------------------- /CVResults/Kin8nm/QD/weights-QD-Kin8nm-4-Model3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Kin8nm/QD/weights-QD-Kin8nm-4-Model3 -------------------------------------------------------------------------------- /CVResults/Kin8nm/QD/weights-QD-Kin8nm-4-Model4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Kin8nm/QD/weights-QD-Kin8nm-4-Model4 -------------------------------------------------------------------------------- /CVResults/Kin8nm/QD/weights-QD-Kin8nm-5-Model0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Kin8nm/QD/weights-QD-Kin8nm-5-Model0 -------------------------------------------------------------------------------- /CVResults/Kin8nm/QD/weights-QD-Kin8nm-5-Model1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Kin8nm/QD/weights-QD-Kin8nm-5-Model1 -------------------------------------------------------------------------------- /CVResults/Kin8nm/QD/weights-QD-Kin8nm-5-Model2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Kin8nm/QD/weights-QD-Kin8nm-5-Model2 -------------------------------------------------------------------------------- /CVResults/Kin8nm/QD/weights-QD-Kin8nm-5-Model3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Kin8nm/QD/weights-QD-Kin8nm-5-Model3 -------------------------------------------------------------------------------- /CVResults/Kin8nm/QD/weights-QD-Kin8nm-5-Model4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Kin8nm/QD/weights-QD-Kin8nm-5-Model4 -------------------------------------------------------------------------------- /CVResults/Kin8nm/QD/weights-QD-Kin8nm-6-Model0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Kin8nm/QD/weights-QD-Kin8nm-6-Model0 -------------------------------------------------------------------------------- /CVResults/Kin8nm/QD/weights-QD-Kin8nm-6-Model1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Kin8nm/QD/weights-QD-Kin8nm-6-Model1 -------------------------------------------------------------------------------- /CVResults/Kin8nm/QD/weights-QD-Kin8nm-6-Model2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Kin8nm/QD/weights-QD-Kin8nm-6-Model2 -------------------------------------------------------------------------------- /CVResults/Kin8nm/QD/weights-QD-Kin8nm-6-Model3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Kin8nm/QD/weights-QD-Kin8nm-6-Model3 -------------------------------------------------------------------------------- /CVResults/Kin8nm/QD/weights-QD-Kin8nm-6-Model4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Kin8nm/QD/weights-QD-Kin8nm-6-Model4 -------------------------------------------------------------------------------- /CVResults/Kin8nm/QD/weights-QD-Kin8nm-7-Model0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Kin8nm/QD/weights-QD-Kin8nm-7-Model0 -------------------------------------------------------------------------------- /CVResults/Kin8nm/QD/weights-QD-Kin8nm-7-Model1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Kin8nm/QD/weights-QD-Kin8nm-7-Model1 -------------------------------------------------------------------------------- /CVResults/Kin8nm/QD/weights-QD-Kin8nm-7-Model2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Kin8nm/QD/weights-QD-Kin8nm-7-Model2 -------------------------------------------------------------------------------- /CVResults/Kin8nm/QD/weights-QD-Kin8nm-7-Model3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Kin8nm/QD/weights-QD-Kin8nm-7-Model3 -------------------------------------------------------------------------------- /CVResults/Kin8nm/QD/weights-QD-Kin8nm-7-Model4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Kin8nm/QD/weights-QD-Kin8nm-7-Model4 -------------------------------------------------------------------------------- /CVResults/Kin8nm/QD/weights-QD-Kin8nm-8-Model0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Kin8nm/QD/weights-QD-Kin8nm-8-Model0 -------------------------------------------------------------------------------- /CVResults/Kin8nm/QD/weights-QD-Kin8nm-8-Model1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Kin8nm/QD/weights-QD-Kin8nm-8-Model1 -------------------------------------------------------------------------------- /CVResults/Kin8nm/QD/weights-QD-Kin8nm-8-Model2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Kin8nm/QD/weights-QD-Kin8nm-8-Model2 -------------------------------------------------------------------------------- /CVResults/Kin8nm/QD/weights-QD-Kin8nm-8-Model3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Kin8nm/QD/weights-QD-Kin8nm-8-Model3 -------------------------------------------------------------------------------- /CVResults/Kin8nm/QD/weights-QD-Kin8nm-8-Model4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Kin8nm/QD/weights-QD-Kin8nm-8-Model4 -------------------------------------------------------------------------------- /CVResults/Kin8nm/QD/weights-QD-Kin8nm-9-Model0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Kin8nm/QD/weights-QD-Kin8nm-9-Model0 -------------------------------------------------------------------------------- /CVResults/Kin8nm/QD/weights-QD-Kin8nm-9-Model1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Kin8nm/QD/weights-QD-Kin8nm-9-Model1 -------------------------------------------------------------------------------- /CVResults/Kin8nm/QD/weights-QD-Kin8nm-9-Model2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Kin8nm/QD/weights-QD-Kin8nm-9-Model2 -------------------------------------------------------------------------------- /CVResults/Kin8nm/QD/weights-QD-Kin8nm-9-Model3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Kin8nm/QD/weights-QD-Kin8nm-9-Model3 -------------------------------------------------------------------------------- /CVResults/Kin8nm/QD/weights-QD-Kin8nm-9-Model4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Kin8nm/QD/weights-QD-Kin8nm-9-Model4 -------------------------------------------------------------------------------- /CVResults/Kin8nm/comparison_MPIW.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Kin8nm/comparison_MPIW.jpg -------------------------------------------------------------------------------- /CVResults/Kin8nm/comparison_MSE.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Kin8nm/comparison_MSE.jpg -------------------------------------------------------------------------------- /CVResults/Kin8nm/comparison_PICP.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Kin8nm/comparison_PICP.jpg -------------------------------------------------------------------------------- /CVResults/Kin8nm/t-test.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Kin8nm/t-test.txt -------------------------------------------------------------------------------- /CVResults/Naval/DualAQD/weights-DualAQD-Naval-1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Naval/DualAQD/weights-DualAQD-Naval-1 -------------------------------------------------------------------------------- /CVResults/Naval/DualAQD/weights-DualAQD-Naval-2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Naval/DualAQD/weights-DualAQD-Naval-2 -------------------------------------------------------------------------------- /CVResults/Naval/DualAQD/weights-DualAQD-Naval-3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Naval/DualAQD/weights-DualAQD-Naval-3 -------------------------------------------------------------------------------- /CVResults/Naval/DualAQD/weights-DualAQD-Naval-4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Naval/DualAQD/weights-DualAQD-Naval-4 -------------------------------------------------------------------------------- /CVResults/Naval/DualAQD/weights-DualAQD-Naval-5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Naval/DualAQD/weights-DualAQD-Naval-5 -------------------------------------------------------------------------------- /CVResults/Naval/DualAQD/weights-DualAQD-Naval-6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Naval/DualAQD/weights-DualAQD-Naval-6 -------------------------------------------------------------------------------- /CVResults/Naval/DualAQD/weights-DualAQD-Naval-7: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Naval/DualAQD/weights-DualAQD-Naval-7 -------------------------------------------------------------------------------- /CVResults/Naval/DualAQD/weights-DualAQD-Naval-8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Naval/DualAQD/weights-DualAQD-Naval-8 -------------------------------------------------------------------------------- /CVResults/Naval/DualAQD/weights-DualAQD-Naval-9: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Naval/DualAQD/weights-DualAQD-Naval-9 -------------------------------------------------------------------------------- /CVResults/Naval/QD+/weights-QD+-Naval-1-Model0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Naval/QD+/weights-QD+-Naval-1-Model0 -------------------------------------------------------------------------------- /CVResults/Naval/QD+/weights-QD+-Naval-1-Model1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Naval/QD+/weights-QD+-Naval-1-Model1 -------------------------------------------------------------------------------- /CVResults/Naval/QD+/weights-QD+-Naval-1-Model2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Naval/QD+/weights-QD+-Naval-1-Model2 -------------------------------------------------------------------------------- /CVResults/Naval/QD+/weights-QD+-Naval-1-Model3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Naval/QD+/weights-QD+-Naval-1-Model3 -------------------------------------------------------------------------------- /CVResults/Naval/QD+/weights-QD+-Naval-1-Model4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Naval/QD+/weights-QD+-Naval-1-Model4 -------------------------------------------------------------------------------- /CVResults/Naval/QD+/weights-QD+-Naval-10-Model0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Naval/QD+/weights-QD+-Naval-10-Model0 -------------------------------------------------------------------------------- /CVResults/Naval/QD+/weights-QD+-Naval-10-Model1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Naval/QD+/weights-QD+-Naval-10-Model1 -------------------------------------------------------------------------------- /CVResults/Naval/QD+/weights-QD+-Naval-10-Model2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Naval/QD+/weights-QD+-Naval-10-Model2 -------------------------------------------------------------------------------- /CVResults/Naval/QD+/weights-QD+-Naval-10-Model3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Naval/QD+/weights-QD+-Naval-10-Model3 -------------------------------------------------------------------------------- /CVResults/Naval/QD+/weights-QD+-Naval-10-Model4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Naval/QD+/weights-QD+-Naval-10-Model4 -------------------------------------------------------------------------------- /CVResults/Naval/QD+/weights-QD+-Naval-2-Model0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Naval/QD+/weights-QD+-Naval-2-Model0 -------------------------------------------------------------------------------- /CVResults/Naval/QD+/weights-QD+-Naval-2-Model1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Naval/QD+/weights-QD+-Naval-2-Model1 -------------------------------------------------------------------------------- /CVResults/Naval/QD+/weights-QD+-Naval-2-Model2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Naval/QD+/weights-QD+-Naval-2-Model2 -------------------------------------------------------------------------------- /CVResults/Naval/QD+/weights-QD+-Naval-2-Model3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Naval/QD+/weights-QD+-Naval-2-Model3 -------------------------------------------------------------------------------- /CVResults/Naval/QD+/weights-QD+-Naval-2-Model4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Naval/QD+/weights-QD+-Naval-2-Model4 -------------------------------------------------------------------------------- /CVResults/Naval/QD+/weights-QD+-Naval-3-Model0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Naval/QD+/weights-QD+-Naval-3-Model0 -------------------------------------------------------------------------------- /CVResults/Naval/QD+/weights-QD+-Naval-3-Model1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Naval/QD+/weights-QD+-Naval-3-Model1 -------------------------------------------------------------------------------- /CVResults/Naval/QD+/weights-QD+-Naval-3-Model2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Naval/QD+/weights-QD+-Naval-3-Model2 -------------------------------------------------------------------------------- /CVResults/Naval/QD+/weights-QD+-Naval-3-Model3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Naval/QD+/weights-QD+-Naval-3-Model3 -------------------------------------------------------------------------------- /CVResults/Naval/QD+/weights-QD+-Naval-3-Model4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Naval/QD+/weights-QD+-Naval-3-Model4 -------------------------------------------------------------------------------- /CVResults/Naval/QD+/weights-QD+-Naval-4-Model0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Naval/QD+/weights-QD+-Naval-4-Model0 -------------------------------------------------------------------------------- /CVResults/Naval/QD+/weights-QD+-Naval-4-Model1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Naval/QD+/weights-QD+-Naval-4-Model1 -------------------------------------------------------------------------------- /CVResults/Naval/QD+/weights-QD+-Naval-4-Model2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Naval/QD+/weights-QD+-Naval-4-Model2 -------------------------------------------------------------------------------- /CVResults/Naval/QD+/weights-QD+-Naval-4-Model3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Naval/QD+/weights-QD+-Naval-4-Model3 -------------------------------------------------------------------------------- /CVResults/Naval/QD+/weights-QD+-Naval-4-Model4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Naval/QD+/weights-QD+-Naval-4-Model4 -------------------------------------------------------------------------------- /CVResults/Naval/QD+/weights-QD+-Naval-5-Model0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Naval/QD+/weights-QD+-Naval-5-Model0 -------------------------------------------------------------------------------- /CVResults/Naval/QD+/weights-QD+-Naval-5-Model1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Naval/QD+/weights-QD+-Naval-5-Model1 -------------------------------------------------------------------------------- /CVResults/Naval/QD+/weights-QD+-Naval-5-Model2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Naval/QD+/weights-QD+-Naval-5-Model2 -------------------------------------------------------------------------------- /CVResults/Naval/QD+/weights-QD+-Naval-5-Model3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Naval/QD+/weights-QD+-Naval-5-Model3 -------------------------------------------------------------------------------- /CVResults/Naval/QD+/weights-QD+-Naval-5-Model4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Naval/QD+/weights-QD+-Naval-5-Model4 -------------------------------------------------------------------------------- /CVResults/Naval/QD+/weights-QD+-Naval-6-Model0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Naval/QD+/weights-QD+-Naval-6-Model0 -------------------------------------------------------------------------------- /CVResults/Naval/QD+/weights-QD+-Naval-6-Model1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Naval/QD+/weights-QD+-Naval-6-Model1 -------------------------------------------------------------------------------- /CVResults/Naval/QD+/weights-QD+-Naval-6-Model2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Naval/QD+/weights-QD+-Naval-6-Model2 -------------------------------------------------------------------------------- /CVResults/Naval/QD+/weights-QD+-Naval-6-Model3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Naval/QD+/weights-QD+-Naval-6-Model3 -------------------------------------------------------------------------------- /CVResults/Naval/QD+/weights-QD+-Naval-6-Model4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Naval/QD+/weights-QD+-Naval-6-Model4 -------------------------------------------------------------------------------- /CVResults/Naval/QD+/weights-QD+-Naval-7-Model0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Naval/QD+/weights-QD+-Naval-7-Model0 -------------------------------------------------------------------------------- /CVResults/Naval/QD+/weights-QD+-Naval-7-Model1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Naval/QD+/weights-QD+-Naval-7-Model1 -------------------------------------------------------------------------------- /CVResults/Naval/QD+/weights-QD+-Naval-7-Model2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Naval/QD+/weights-QD+-Naval-7-Model2 -------------------------------------------------------------------------------- /CVResults/Naval/QD+/weights-QD+-Naval-7-Model3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Naval/QD+/weights-QD+-Naval-7-Model3 -------------------------------------------------------------------------------- /CVResults/Naval/QD+/weights-QD+-Naval-7-Model4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Naval/QD+/weights-QD+-Naval-7-Model4 -------------------------------------------------------------------------------- /CVResults/Naval/QD+/weights-QD+-Naval-8-Model0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Naval/QD+/weights-QD+-Naval-8-Model0 -------------------------------------------------------------------------------- /CVResults/Naval/QD+/weights-QD+-Naval-8-Model1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Naval/QD+/weights-QD+-Naval-8-Model1 -------------------------------------------------------------------------------- /CVResults/Naval/QD+/weights-QD+-Naval-8-Model2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Naval/QD+/weights-QD+-Naval-8-Model2 -------------------------------------------------------------------------------- /CVResults/Naval/QD+/weights-QD+-Naval-8-Model3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Naval/QD+/weights-QD+-Naval-8-Model3 -------------------------------------------------------------------------------- /CVResults/Naval/QD+/weights-QD+-Naval-8-Model4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Naval/QD+/weights-QD+-Naval-8-Model4 -------------------------------------------------------------------------------- /CVResults/Naval/QD+/weights-QD+-Naval-9-Model0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Naval/QD+/weights-QD+-Naval-9-Model0 -------------------------------------------------------------------------------- /CVResults/Naval/QD+/weights-QD+-Naval-9-Model1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Naval/QD+/weights-QD+-Naval-9-Model1 -------------------------------------------------------------------------------- /CVResults/Naval/QD+/weights-QD+-Naval-9-Model2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Naval/QD+/weights-QD+-Naval-9-Model2 -------------------------------------------------------------------------------- /CVResults/Naval/QD+/weights-QD+-Naval-9-Model3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Naval/QD+/weights-QD+-Naval-9-Model3 -------------------------------------------------------------------------------- /CVResults/Naval/QD+/weights-QD+-Naval-9-Model4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Naval/QD+/weights-QD+-Naval-9-Model4 -------------------------------------------------------------------------------- /CVResults/Naval/QD/validation_MPIW-QD-Naval.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Naval/QD/validation_MPIW-QD-Naval.npy -------------------------------------------------------------------------------- /CVResults/Naval/QD/validation_MSE-QD-Naval.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Naval/QD/validation_MSE-QD-Naval.npy -------------------------------------------------------------------------------- /CVResults/Naval/QD/validation_PICP-QD-Naval.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Naval/QD/validation_PICP-QD-Naval.npy -------------------------------------------------------------------------------- /CVResults/Naval/QD/weights-QD-Naval-1-Model0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Naval/QD/weights-QD-Naval-1-Model0 -------------------------------------------------------------------------------- /CVResults/Naval/QD/weights-QD-Naval-1-Model1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Naval/QD/weights-QD-Naval-1-Model1 -------------------------------------------------------------------------------- /CVResults/Naval/QD/weights-QD-Naval-1-Model2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Naval/QD/weights-QD-Naval-1-Model2 -------------------------------------------------------------------------------- /CVResults/Naval/QD/weights-QD-Naval-1-Model3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Naval/QD/weights-QD-Naval-1-Model3 -------------------------------------------------------------------------------- /CVResults/Naval/QD/weights-QD-Naval-1-Model4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Naval/QD/weights-QD-Naval-1-Model4 -------------------------------------------------------------------------------- /CVResults/Naval/QD/weights-QD-Naval-10-Model0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Naval/QD/weights-QD-Naval-10-Model0 -------------------------------------------------------------------------------- /CVResults/Naval/QD/weights-QD-Naval-10-Model1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Naval/QD/weights-QD-Naval-10-Model1 -------------------------------------------------------------------------------- /CVResults/Naval/QD/weights-QD-Naval-10-Model2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Naval/QD/weights-QD-Naval-10-Model2 -------------------------------------------------------------------------------- /CVResults/Naval/QD/weights-QD-Naval-10-Model3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Naval/QD/weights-QD-Naval-10-Model3 -------------------------------------------------------------------------------- /CVResults/Naval/QD/weights-QD-Naval-10-Model4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Naval/QD/weights-QD-Naval-10-Model4 -------------------------------------------------------------------------------- /CVResults/Naval/QD/weights-QD-Naval-2-Model0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Naval/QD/weights-QD-Naval-2-Model0 -------------------------------------------------------------------------------- /CVResults/Naval/QD/weights-QD-Naval-2-Model1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Naval/QD/weights-QD-Naval-2-Model1 -------------------------------------------------------------------------------- /CVResults/Naval/QD/weights-QD-Naval-2-Model2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Naval/QD/weights-QD-Naval-2-Model2 -------------------------------------------------------------------------------- /CVResults/Naval/QD/weights-QD-Naval-2-Model3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Naval/QD/weights-QD-Naval-2-Model3 -------------------------------------------------------------------------------- /CVResults/Naval/QD/weights-QD-Naval-2-Model4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Naval/QD/weights-QD-Naval-2-Model4 -------------------------------------------------------------------------------- /CVResults/Naval/QD/weights-QD-Naval-3-Model0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Naval/QD/weights-QD-Naval-3-Model0 -------------------------------------------------------------------------------- /CVResults/Naval/QD/weights-QD-Naval-3-Model1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Naval/QD/weights-QD-Naval-3-Model1 -------------------------------------------------------------------------------- /CVResults/Naval/QD/weights-QD-Naval-3-Model2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Naval/QD/weights-QD-Naval-3-Model2 -------------------------------------------------------------------------------- /CVResults/Naval/QD/weights-QD-Naval-3-Model3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Naval/QD/weights-QD-Naval-3-Model3 -------------------------------------------------------------------------------- /CVResults/Naval/QD/weights-QD-Naval-3-Model4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Naval/QD/weights-QD-Naval-3-Model4 -------------------------------------------------------------------------------- /CVResults/Naval/QD/weights-QD-Naval-4-Model0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Naval/QD/weights-QD-Naval-4-Model0 -------------------------------------------------------------------------------- /CVResults/Naval/QD/weights-QD-Naval-4-Model1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Naval/QD/weights-QD-Naval-4-Model1 -------------------------------------------------------------------------------- /CVResults/Naval/QD/weights-QD-Naval-4-Model2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Naval/QD/weights-QD-Naval-4-Model2 -------------------------------------------------------------------------------- /CVResults/Naval/QD/weights-QD-Naval-4-Model3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Naval/QD/weights-QD-Naval-4-Model3 -------------------------------------------------------------------------------- /CVResults/Naval/QD/weights-QD-Naval-4-Model4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Naval/QD/weights-QD-Naval-4-Model4 -------------------------------------------------------------------------------- /CVResults/Naval/QD/weights-QD-Naval-5-Model0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Naval/QD/weights-QD-Naval-5-Model0 -------------------------------------------------------------------------------- /CVResults/Naval/QD/weights-QD-Naval-5-Model1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Naval/QD/weights-QD-Naval-5-Model1 -------------------------------------------------------------------------------- /CVResults/Naval/QD/weights-QD-Naval-5-Model2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Naval/QD/weights-QD-Naval-5-Model2 -------------------------------------------------------------------------------- /CVResults/Naval/QD/weights-QD-Naval-5-Model3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Naval/QD/weights-QD-Naval-5-Model3 -------------------------------------------------------------------------------- /CVResults/Naval/QD/weights-QD-Naval-5-Model4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Naval/QD/weights-QD-Naval-5-Model4 -------------------------------------------------------------------------------- /CVResults/Naval/QD/weights-QD-Naval-6-Model0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Naval/QD/weights-QD-Naval-6-Model0 -------------------------------------------------------------------------------- /CVResults/Naval/QD/weights-QD-Naval-6-Model1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Naval/QD/weights-QD-Naval-6-Model1 -------------------------------------------------------------------------------- /CVResults/Naval/QD/weights-QD-Naval-6-Model2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Naval/QD/weights-QD-Naval-6-Model2 -------------------------------------------------------------------------------- /CVResults/Naval/QD/weights-QD-Naval-6-Model3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Naval/QD/weights-QD-Naval-6-Model3 -------------------------------------------------------------------------------- /CVResults/Naval/QD/weights-QD-Naval-6-Model4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Naval/QD/weights-QD-Naval-6-Model4 -------------------------------------------------------------------------------- /CVResults/Naval/QD/weights-QD-Naval-7-Model0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Naval/QD/weights-QD-Naval-7-Model0 -------------------------------------------------------------------------------- /CVResults/Naval/QD/weights-QD-Naval-7-Model1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Naval/QD/weights-QD-Naval-7-Model1 -------------------------------------------------------------------------------- /CVResults/Naval/QD/weights-QD-Naval-7-Model2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Naval/QD/weights-QD-Naval-7-Model2 -------------------------------------------------------------------------------- /CVResults/Naval/QD/weights-QD-Naval-7-Model3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Naval/QD/weights-QD-Naval-7-Model3 -------------------------------------------------------------------------------- /CVResults/Naval/QD/weights-QD-Naval-7-Model4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Naval/QD/weights-QD-Naval-7-Model4 -------------------------------------------------------------------------------- /CVResults/Naval/QD/weights-QD-Naval-8-Model0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Naval/QD/weights-QD-Naval-8-Model0 -------------------------------------------------------------------------------- /CVResults/Naval/QD/weights-QD-Naval-8-Model1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Naval/QD/weights-QD-Naval-8-Model1 -------------------------------------------------------------------------------- /CVResults/Naval/QD/weights-QD-Naval-8-Model2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Naval/QD/weights-QD-Naval-8-Model2 -------------------------------------------------------------------------------- /CVResults/Naval/QD/weights-QD-Naval-8-Model3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Naval/QD/weights-QD-Naval-8-Model3 -------------------------------------------------------------------------------- /CVResults/Naval/QD/weights-QD-Naval-8-Model4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Naval/QD/weights-QD-Naval-8-Model4 -------------------------------------------------------------------------------- /CVResults/Naval/QD/weights-QD-Naval-9-Model0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Naval/QD/weights-QD-Naval-9-Model0 -------------------------------------------------------------------------------- /CVResults/Naval/QD/weights-QD-Naval-9-Model1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Naval/QD/weights-QD-Naval-9-Model1 -------------------------------------------------------------------------------- /CVResults/Naval/QD/weights-QD-Naval-9-Model2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Naval/QD/weights-QD-Naval-9-Model2 -------------------------------------------------------------------------------- /CVResults/Naval/QD/weights-QD-Naval-9-Model3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Naval/QD/weights-QD-Naval-9-Model3 -------------------------------------------------------------------------------- /CVResults/Naval/QD/weights-QD-Naval-9-Model4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Naval/QD/weights-QD-Naval-9-Model4 -------------------------------------------------------------------------------- /CVResults/Naval/boxes_naval.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Naval/boxes_naval.jpg -------------------------------------------------------------------------------- /CVResults/Naval/comparison_MPIW.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Naval/comparison_MPIW.jpg -------------------------------------------------------------------------------- /CVResults/Naval/comparison_MSE.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Naval/comparison_MSE.jpg -------------------------------------------------------------------------------- /CVResults/Naval/comparison_PICP.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Naval/comparison_PICP.jpg -------------------------------------------------------------------------------- /CVResults/Naval/t-test.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Naval/t-test.txt -------------------------------------------------------------------------------- /CVResults/Power/DualAQD/weights-DualAQD-Power-1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Power/DualAQD/weights-DualAQD-Power-1 -------------------------------------------------------------------------------- /CVResults/Power/DualAQD/weights-DualAQD-Power-2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Power/DualAQD/weights-DualAQD-Power-2 -------------------------------------------------------------------------------- /CVResults/Power/DualAQD/weights-DualAQD-Power-3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Power/DualAQD/weights-DualAQD-Power-3 -------------------------------------------------------------------------------- /CVResults/Power/DualAQD/weights-DualAQD-Power-4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Power/DualAQD/weights-DualAQD-Power-4 -------------------------------------------------------------------------------- /CVResults/Power/DualAQD/weights-DualAQD-Power-5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Power/DualAQD/weights-DualAQD-Power-5 -------------------------------------------------------------------------------- /CVResults/Power/DualAQD/weights-DualAQD-Power-6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Power/DualAQD/weights-DualAQD-Power-6 -------------------------------------------------------------------------------- /CVResults/Power/DualAQD/weights-DualAQD-Power-7: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Power/DualAQD/weights-DualAQD-Power-7 -------------------------------------------------------------------------------- /CVResults/Power/DualAQD/weights-DualAQD-Power-8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Power/DualAQD/weights-DualAQD-Power-8 -------------------------------------------------------------------------------- /CVResults/Power/DualAQD/weights-DualAQD-Power-9: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Power/DualAQD/weights-DualAQD-Power-9 -------------------------------------------------------------------------------- /CVResults/Power/QD+/weights-QD+-Power-1-Model0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Power/QD+/weights-QD+-Power-1-Model0 -------------------------------------------------------------------------------- /CVResults/Power/QD+/weights-QD+-Power-1-Model1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Power/QD+/weights-QD+-Power-1-Model1 -------------------------------------------------------------------------------- /CVResults/Power/QD+/weights-QD+-Power-1-Model2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Power/QD+/weights-QD+-Power-1-Model2 -------------------------------------------------------------------------------- /CVResults/Power/QD+/weights-QD+-Power-1-Model3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Power/QD+/weights-QD+-Power-1-Model3 -------------------------------------------------------------------------------- /CVResults/Power/QD+/weights-QD+-Power-1-Model4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Power/QD+/weights-QD+-Power-1-Model4 -------------------------------------------------------------------------------- /CVResults/Power/QD+/weights-QD+-Power-10-Model0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Power/QD+/weights-QD+-Power-10-Model0 -------------------------------------------------------------------------------- /CVResults/Power/QD+/weights-QD+-Power-10-Model1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Power/QD+/weights-QD+-Power-10-Model1 -------------------------------------------------------------------------------- /CVResults/Power/QD+/weights-QD+-Power-10-Model2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Power/QD+/weights-QD+-Power-10-Model2 -------------------------------------------------------------------------------- /CVResults/Power/QD+/weights-QD+-Power-10-Model3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Power/QD+/weights-QD+-Power-10-Model3 -------------------------------------------------------------------------------- /CVResults/Power/QD+/weights-QD+-Power-10-Model4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Power/QD+/weights-QD+-Power-10-Model4 -------------------------------------------------------------------------------- /CVResults/Power/QD+/weights-QD+-Power-2-Model0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Power/QD+/weights-QD+-Power-2-Model0 -------------------------------------------------------------------------------- /CVResults/Power/QD+/weights-QD+-Power-2-Model1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Power/QD+/weights-QD+-Power-2-Model1 -------------------------------------------------------------------------------- /CVResults/Power/QD+/weights-QD+-Power-2-Model2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Power/QD+/weights-QD+-Power-2-Model2 -------------------------------------------------------------------------------- /CVResults/Power/QD+/weights-QD+-Power-2-Model3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Power/QD+/weights-QD+-Power-2-Model3 -------------------------------------------------------------------------------- /CVResults/Power/QD+/weights-QD+-Power-2-Model4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Power/QD+/weights-QD+-Power-2-Model4 -------------------------------------------------------------------------------- /CVResults/Power/QD+/weights-QD+-Power-3-Model0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Power/QD+/weights-QD+-Power-3-Model0 -------------------------------------------------------------------------------- /CVResults/Power/QD+/weights-QD+-Power-3-Model1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Power/QD+/weights-QD+-Power-3-Model1 -------------------------------------------------------------------------------- /CVResults/Power/QD+/weights-QD+-Power-3-Model2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Power/QD+/weights-QD+-Power-3-Model2 -------------------------------------------------------------------------------- /CVResults/Power/QD+/weights-QD+-Power-3-Model3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Power/QD+/weights-QD+-Power-3-Model3 -------------------------------------------------------------------------------- /CVResults/Power/QD+/weights-QD+-Power-3-Model4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Power/QD+/weights-QD+-Power-3-Model4 -------------------------------------------------------------------------------- /CVResults/Power/QD+/weights-QD+-Power-4-Model0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Power/QD+/weights-QD+-Power-4-Model0 -------------------------------------------------------------------------------- /CVResults/Power/QD+/weights-QD+-Power-4-Model1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Power/QD+/weights-QD+-Power-4-Model1 -------------------------------------------------------------------------------- /CVResults/Power/QD+/weights-QD+-Power-4-Model2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Power/QD+/weights-QD+-Power-4-Model2 -------------------------------------------------------------------------------- /CVResults/Power/QD+/weights-QD+-Power-4-Model3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Power/QD+/weights-QD+-Power-4-Model3 -------------------------------------------------------------------------------- /CVResults/Power/QD+/weights-QD+-Power-4-Model4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Power/QD+/weights-QD+-Power-4-Model4 -------------------------------------------------------------------------------- /CVResults/Power/QD+/weights-QD+-Power-5-Model0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Power/QD+/weights-QD+-Power-5-Model0 -------------------------------------------------------------------------------- /CVResults/Power/QD+/weights-QD+-Power-5-Model1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Power/QD+/weights-QD+-Power-5-Model1 -------------------------------------------------------------------------------- /CVResults/Power/QD+/weights-QD+-Power-5-Model2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Power/QD+/weights-QD+-Power-5-Model2 -------------------------------------------------------------------------------- /CVResults/Power/QD+/weights-QD+-Power-5-Model3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Power/QD+/weights-QD+-Power-5-Model3 -------------------------------------------------------------------------------- /CVResults/Power/QD+/weights-QD+-Power-5-Model4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Power/QD+/weights-QD+-Power-5-Model4 -------------------------------------------------------------------------------- /CVResults/Power/QD+/weights-QD+-Power-6-Model0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Power/QD+/weights-QD+-Power-6-Model0 -------------------------------------------------------------------------------- /CVResults/Power/QD+/weights-QD+-Power-6-Model1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Power/QD+/weights-QD+-Power-6-Model1 -------------------------------------------------------------------------------- /CVResults/Power/QD+/weights-QD+-Power-6-Model2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Power/QD+/weights-QD+-Power-6-Model2 -------------------------------------------------------------------------------- /CVResults/Power/QD+/weights-QD+-Power-6-Model3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Power/QD+/weights-QD+-Power-6-Model3 -------------------------------------------------------------------------------- /CVResults/Power/QD+/weights-QD+-Power-6-Model4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Power/QD+/weights-QD+-Power-6-Model4 -------------------------------------------------------------------------------- /CVResults/Power/QD+/weights-QD+-Power-7-Model0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Power/QD+/weights-QD+-Power-7-Model0 -------------------------------------------------------------------------------- /CVResults/Power/QD+/weights-QD+-Power-7-Model1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Power/QD+/weights-QD+-Power-7-Model1 -------------------------------------------------------------------------------- /CVResults/Power/QD+/weights-QD+-Power-7-Model2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Power/QD+/weights-QD+-Power-7-Model2 -------------------------------------------------------------------------------- /CVResults/Power/QD+/weights-QD+-Power-7-Model3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Power/QD+/weights-QD+-Power-7-Model3 -------------------------------------------------------------------------------- /CVResults/Power/QD+/weights-QD+-Power-7-Model4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Power/QD+/weights-QD+-Power-7-Model4 -------------------------------------------------------------------------------- /CVResults/Power/QD+/weights-QD+-Power-8-Model0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Power/QD+/weights-QD+-Power-8-Model0 -------------------------------------------------------------------------------- /CVResults/Power/QD+/weights-QD+-Power-8-Model1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Power/QD+/weights-QD+-Power-8-Model1 -------------------------------------------------------------------------------- /CVResults/Power/QD+/weights-QD+-Power-8-Model2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Power/QD+/weights-QD+-Power-8-Model2 -------------------------------------------------------------------------------- /CVResults/Power/QD+/weights-QD+-Power-8-Model3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Power/QD+/weights-QD+-Power-8-Model3 -------------------------------------------------------------------------------- /CVResults/Power/QD+/weights-QD+-Power-8-Model4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Power/QD+/weights-QD+-Power-8-Model4 -------------------------------------------------------------------------------- /CVResults/Power/QD+/weights-QD+-Power-9-Model0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Power/QD+/weights-QD+-Power-9-Model0 -------------------------------------------------------------------------------- /CVResults/Power/QD+/weights-QD+-Power-9-Model1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Power/QD+/weights-QD+-Power-9-Model1 -------------------------------------------------------------------------------- /CVResults/Power/QD+/weights-QD+-Power-9-Model2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Power/QD+/weights-QD+-Power-9-Model2 -------------------------------------------------------------------------------- /CVResults/Power/QD+/weights-QD+-Power-9-Model3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Power/QD+/weights-QD+-Power-9-Model3 -------------------------------------------------------------------------------- /CVResults/Power/QD+/weights-QD+-Power-9-Model4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Power/QD+/weights-QD+-Power-9-Model4 -------------------------------------------------------------------------------- /CVResults/Power/QD/validation_MPIW-QD-Power.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Power/QD/validation_MPIW-QD-Power.npy -------------------------------------------------------------------------------- /CVResults/Power/QD/validation_MSE-QD-Power.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Power/QD/validation_MSE-QD-Power.npy -------------------------------------------------------------------------------- /CVResults/Power/QD/validation_PICP-QD-Power.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Power/QD/validation_PICP-QD-Power.npy -------------------------------------------------------------------------------- /CVResults/Power/QD/weights-QD-Power-1-Model0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Power/QD/weights-QD-Power-1-Model0 -------------------------------------------------------------------------------- /CVResults/Power/QD/weights-QD-Power-1-Model1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Power/QD/weights-QD-Power-1-Model1 -------------------------------------------------------------------------------- /CVResults/Power/QD/weights-QD-Power-1-Model2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Power/QD/weights-QD-Power-1-Model2 -------------------------------------------------------------------------------- /CVResults/Power/QD/weights-QD-Power-1-Model3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Power/QD/weights-QD-Power-1-Model3 -------------------------------------------------------------------------------- /CVResults/Power/QD/weights-QD-Power-1-Model4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Power/QD/weights-QD-Power-1-Model4 -------------------------------------------------------------------------------- /CVResults/Power/QD/weights-QD-Power-10-Model0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Power/QD/weights-QD-Power-10-Model0 -------------------------------------------------------------------------------- /CVResults/Power/QD/weights-QD-Power-10-Model1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Power/QD/weights-QD-Power-10-Model1 -------------------------------------------------------------------------------- /CVResults/Power/QD/weights-QD-Power-10-Model2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Power/QD/weights-QD-Power-10-Model2 -------------------------------------------------------------------------------- /CVResults/Power/QD/weights-QD-Power-10-Model3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Power/QD/weights-QD-Power-10-Model3 -------------------------------------------------------------------------------- /CVResults/Power/QD/weights-QD-Power-10-Model4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Power/QD/weights-QD-Power-10-Model4 -------------------------------------------------------------------------------- /CVResults/Power/QD/weights-QD-Power-2-Model0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Power/QD/weights-QD-Power-2-Model0 -------------------------------------------------------------------------------- /CVResults/Power/QD/weights-QD-Power-2-Model1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Power/QD/weights-QD-Power-2-Model1 -------------------------------------------------------------------------------- /CVResults/Power/QD/weights-QD-Power-2-Model2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Power/QD/weights-QD-Power-2-Model2 -------------------------------------------------------------------------------- /CVResults/Power/QD/weights-QD-Power-2-Model3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Power/QD/weights-QD-Power-2-Model3 -------------------------------------------------------------------------------- /CVResults/Power/QD/weights-QD-Power-2-Model4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Power/QD/weights-QD-Power-2-Model4 -------------------------------------------------------------------------------- /CVResults/Power/QD/weights-QD-Power-3-Model0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Power/QD/weights-QD-Power-3-Model0 -------------------------------------------------------------------------------- /CVResults/Power/QD/weights-QD-Power-3-Model1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Power/QD/weights-QD-Power-3-Model1 -------------------------------------------------------------------------------- /CVResults/Power/QD/weights-QD-Power-3-Model2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Power/QD/weights-QD-Power-3-Model2 -------------------------------------------------------------------------------- /CVResults/Power/QD/weights-QD-Power-3-Model3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Power/QD/weights-QD-Power-3-Model3 -------------------------------------------------------------------------------- /CVResults/Power/QD/weights-QD-Power-3-Model4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Power/QD/weights-QD-Power-3-Model4 -------------------------------------------------------------------------------- /CVResults/Power/QD/weights-QD-Power-4-Model0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Power/QD/weights-QD-Power-4-Model0 -------------------------------------------------------------------------------- /CVResults/Power/QD/weights-QD-Power-4-Model1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Power/QD/weights-QD-Power-4-Model1 -------------------------------------------------------------------------------- /CVResults/Power/QD/weights-QD-Power-4-Model2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Power/QD/weights-QD-Power-4-Model2 -------------------------------------------------------------------------------- /CVResults/Power/QD/weights-QD-Power-4-Model3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Power/QD/weights-QD-Power-4-Model3 -------------------------------------------------------------------------------- /CVResults/Power/QD/weights-QD-Power-4-Model4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Power/QD/weights-QD-Power-4-Model4 -------------------------------------------------------------------------------- /CVResults/Power/QD/weights-QD-Power-5-Model0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Power/QD/weights-QD-Power-5-Model0 -------------------------------------------------------------------------------- /CVResults/Power/QD/weights-QD-Power-5-Model1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Power/QD/weights-QD-Power-5-Model1 -------------------------------------------------------------------------------- /CVResults/Power/QD/weights-QD-Power-5-Model2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Power/QD/weights-QD-Power-5-Model2 -------------------------------------------------------------------------------- /CVResults/Power/QD/weights-QD-Power-5-Model3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Power/QD/weights-QD-Power-5-Model3 -------------------------------------------------------------------------------- /CVResults/Power/QD/weights-QD-Power-5-Model4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Power/QD/weights-QD-Power-5-Model4 -------------------------------------------------------------------------------- /CVResults/Power/QD/weights-QD-Power-6-Model0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Power/QD/weights-QD-Power-6-Model0 -------------------------------------------------------------------------------- /CVResults/Power/QD/weights-QD-Power-6-Model1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Power/QD/weights-QD-Power-6-Model1 -------------------------------------------------------------------------------- /CVResults/Power/QD/weights-QD-Power-6-Model2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Power/QD/weights-QD-Power-6-Model2 -------------------------------------------------------------------------------- /CVResults/Power/QD/weights-QD-Power-6-Model3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Power/QD/weights-QD-Power-6-Model3 -------------------------------------------------------------------------------- /CVResults/Power/QD/weights-QD-Power-6-Model4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Power/QD/weights-QD-Power-6-Model4 -------------------------------------------------------------------------------- /CVResults/Power/QD/weights-QD-Power-7-Model0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Power/QD/weights-QD-Power-7-Model0 -------------------------------------------------------------------------------- /CVResults/Power/QD/weights-QD-Power-7-Model1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Power/QD/weights-QD-Power-7-Model1 -------------------------------------------------------------------------------- /CVResults/Power/QD/weights-QD-Power-7-Model2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Power/QD/weights-QD-Power-7-Model2 -------------------------------------------------------------------------------- /CVResults/Power/QD/weights-QD-Power-7-Model3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Power/QD/weights-QD-Power-7-Model3 -------------------------------------------------------------------------------- /CVResults/Power/QD/weights-QD-Power-7-Model4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Power/QD/weights-QD-Power-7-Model4 -------------------------------------------------------------------------------- /CVResults/Power/QD/weights-QD-Power-8-Model0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Power/QD/weights-QD-Power-8-Model0 -------------------------------------------------------------------------------- /CVResults/Power/QD/weights-QD-Power-8-Model1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Power/QD/weights-QD-Power-8-Model1 -------------------------------------------------------------------------------- /CVResults/Power/QD/weights-QD-Power-8-Model2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Power/QD/weights-QD-Power-8-Model2 -------------------------------------------------------------------------------- /CVResults/Power/QD/weights-QD-Power-8-Model3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Power/QD/weights-QD-Power-8-Model3 -------------------------------------------------------------------------------- /CVResults/Power/QD/weights-QD-Power-8-Model4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Power/QD/weights-QD-Power-8-Model4 -------------------------------------------------------------------------------- /CVResults/Power/QD/weights-QD-Power-9-Model0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Power/QD/weights-QD-Power-9-Model0 -------------------------------------------------------------------------------- /CVResults/Power/QD/weights-QD-Power-9-Model1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Power/QD/weights-QD-Power-9-Model1 -------------------------------------------------------------------------------- /CVResults/Power/QD/weights-QD-Power-9-Model2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Power/QD/weights-QD-Power-9-Model2 -------------------------------------------------------------------------------- /CVResults/Power/QD/weights-QD-Power-9-Model3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Power/QD/weights-QD-Power-9-Model3 -------------------------------------------------------------------------------- /CVResults/Power/QD/weights-QD-Power-9-Model4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Power/QD/weights-QD-Power-9-Model4 -------------------------------------------------------------------------------- /CVResults/Power/comparison_MPIW.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Power/comparison_MPIW.jpg -------------------------------------------------------------------------------- /CVResults/Power/comparison_MSE.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Power/comparison_MSE.jpg -------------------------------------------------------------------------------- /CVResults/Power/comparison_PICP.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Power/comparison_PICP.jpg -------------------------------------------------------------------------------- /CVResults/Power/t-test.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Power/t-test.txt -------------------------------------------------------------------------------- /CVResults/Protein/comparison_MPIW.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Protein/comparison_MPIW.jpg -------------------------------------------------------------------------------- /CVResults/Protein/comparison_MSE.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Protein/comparison_MSE.jpg -------------------------------------------------------------------------------- /CVResults/Protein/comparison_PICP.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Protein/comparison_PICP.jpg -------------------------------------------------------------------------------- /CVResults/Protein/t-test.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Protein/t-test.txt -------------------------------------------------------------------------------- /CVResults/Synth/AQD.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Synth/AQD.jpg -------------------------------------------------------------------------------- /CVResults/Synth/AQD_noBS.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Synth/AQD_noBS.jpg -------------------------------------------------------------------------------- /CVResults/Synth/DualAQD.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Synth/DualAQD.png -------------------------------------------------------------------------------- /CVResults/Synth/DualAQD/weights-DualAQD-Synth-1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Synth/DualAQD/weights-DualAQD-Synth-1 -------------------------------------------------------------------------------- /CVResults/Synth/DualAQD/weights-DualAQD-Synth-2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Synth/DualAQD/weights-DualAQD-Synth-2 -------------------------------------------------------------------------------- /CVResults/Synth/DualAQD/weights-DualAQD-Synth-3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Synth/DualAQD/weights-DualAQD-Synth-3 -------------------------------------------------------------------------------- /CVResults/Synth/DualAQD/weights-DualAQD-Synth-4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Synth/DualAQD/weights-DualAQD-Synth-4 -------------------------------------------------------------------------------- /CVResults/Synth/DualAQD_noBS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Synth/DualAQD_noBS.png -------------------------------------------------------------------------------- /CVResults/Synth/MCDropout.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Synth/MCDropout.jpg -------------------------------------------------------------------------------- /CVResults/Synth/QD+.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Synth/QD+.jpg -------------------------------------------------------------------------------- /CVResults/Synth/QD.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Synth/QD.jpg -------------------------------------------------------------------------------- /CVResults/Synth/QD/weights-QD-Synth-1-Model0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Synth/QD/weights-QD-Synth-1-Model0 -------------------------------------------------------------------------------- /CVResults/Synth/QD/weights-QD-Synth-1-Model1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Synth/QD/weights-QD-Synth-1-Model1 -------------------------------------------------------------------------------- /CVResults/Synth/QD/weights-QD-Synth-1-Model2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Synth/QD/weights-QD-Synth-1-Model2 -------------------------------------------------------------------------------- /CVResults/Synth/QD/weights-QD-Synth-1-Model3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Synth/QD/weights-QD-Synth-1-Model3 -------------------------------------------------------------------------------- /CVResults/Synth/QD/weights-QD-Synth-1-Model4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Synth/QD/weights-QD-Synth-1-Model4 -------------------------------------------------------------------------------- /CVResults/Synth/QD/weights-QD-Synth-2-Model0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Synth/QD/weights-QD-Synth-2-Model0 -------------------------------------------------------------------------------- /CVResults/Synth/QD/weights-QD-Synth-2-Model1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Synth/QD/weights-QD-Synth-2-Model1 -------------------------------------------------------------------------------- /CVResults/Synth/QD/weights-QD-Synth-2-Model2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Synth/QD/weights-QD-Synth-2-Model2 -------------------------------------------------------------------------------- /CVResults/Synth/QD/weights-QD-Synth-2-Model3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Synth/QD/weights-QD-Synth-2-Model3 -------------------------------------------------------------------------------- /CVResults/Synth/QD/weights-QD-Synth-2-Model4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Synth/QD/weights-QD-Synth-2-Model4 -------------------------------------------------------------------------------- /CVResults/Synth/QD/weights-QD-Synth-3-Model0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Synth/QD/weights-QD-Synth-3-Model0 -------------------------------------------------------------------------------- /CVResults/Synth/QD/weights-QD-Synth-3-Model1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Synth/QD/weights-QD-Synth-3-Model1 -------------------------------------------------------------------------------- /CVResults/Synth/QD/weights-QD-Synth-3-Model2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Synth/QD/weights-QD-Synth-3-Model2 -------------------------------------------------------------------------------- /CVResults/Synth/QD/weights-QD-Synth-3-Model3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Synth/QD/weights-QD-Synth-3-Model3 -------------------------------------------------------------------------------- /CVResults/Synth/QD/weights-QD-Synth-3-Model4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Synth/QD/weights-QD-Synth-3-Model4 -------------------------------------------------------------------------------- /CVResults/Synth/QD/weights-QD-Synth-4-Model0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Synth/QD/weights-QD-Synth-4-Model0 -------------------------------------------------------------------------------- /CVResults/Synth/QD/weights-QD-Synth-4-Model1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Synth/QD/weights-QD-Synth-4-Model1 -------------------------------------------------------------------------------- /CVResults/Synth/QD/weights-QD-Synth-4-Model2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Synth/QD/weights-QD-Synth-4-Model2 -------------------------------------------------------------------------------- /CVResults/Synth/QD/weights-QD-Synth-4-Model3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Synth/QD/weights-QD-Synth-4-Model3 -------------------------------------------------------------------------------- /CVResults/Synth/QD/weights-QD-Synth-4-Model4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Synth/QD/weights-QD-Synth-4-Model4 -------------------------------------------------------------------------------- /CVResults/Synth/QD/weights-QD-Synth-5-Model0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Synth/QD/weights-QD-Synth-5-Model0 -------------------------------------------------------------------------------- /CVResults/Synth/QD/weights-QD-Synth-5-Model1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Synth/QD/weights-QD-Synth-5-Model1 -------------------------------------------------------------------------------- /CVResults/Synth/QD/weights-QD-Synth-5-Model2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Synth/QD/weights-QD-Synth-5-Model2 -------------------------------------------------------------------------------- /CVResults/Synth/QD/weights-QD-Synth-5-Model3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Synth/QD/weights-QD-Synth-5-Model3 -------------------------------------------------------------------------------- /CVResults/Synth/QD/weights-QD-Synth-5-Model4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Synth/QD/weights-QD-Synth-5-Model4 -------------------------------------------------------------------------------- /CVResults/Synth/QD/weights-QD-Synth-6-Model0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Synth/QD/weights-QD-Synth-6-Model0 -------------------------------------------------------------------------------- /CVResults/Synth/QD/weights-QD-Synth-6-Model1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Synth/QD/weights-QD-Synth-6-Model1 -------------------------------------------------------------------------------- /CVResults/Synth/QD/weights-QD-Synth-6-Model2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Synth/QD/weights-QD-Synth-6-Model2 -------------------------------------------------------------------------------- /CVResults/Synth/QD/weights-QD-Synth-6-Model3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Synth/QD/weights-QD-Synth-6-Model3 -------------------------------------------------------------------------------- /CVResults/Synth/QD/weights-QD-Synth-6-Model4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Synth/QD/weights-QD-Synth-6-Model4 -------------------------------------------------------------------------------- /CVResults/Synth/QD/weights-QD-Synth-7-Model0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Synth/QD/weights-QD-Synth-7-Model0 -------------------------------------------------------------------------------- /CVResults/Synth/QD/weights-QD-Synth-7-Model1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Synth/QD/weights-QD-Synth-7-Model1 -------------------------------------------------------------------------------- /CVResults/Synth/QD/weights-QD-Synth-7-Model2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Synth/QD/weights-QD-Synth-7-Model2 -------------------------------------------------------------------------------- /CVResults/Synth/QD/weights-QD-Synth-7-Model3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Synth/QD/weights-QD-Synth-7-Model3 -------------------------------------------------------------------------------- /CVResults/Synth/QD/weights-QD-Synth-7-Model4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Synth/QD/weights-QD-Synth-7-Model4 -------------------------------------------------------------------------------- /CVResults/Synth/QD/weights-QD-Synth-8-Model0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Synth/QD/weights-QD-Synth-8-Model0 -------------------------------------------------------------------------------- /CVResults/Synth/QD/weights-QD-Synth-8-Model1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Synth/QD/weights-QD-Synth-8-Model1 -------------------------------------------------------------------------------- /CVResults/Synth/QD/weights-QD-Synth-8-Model2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Synth/QD/weights-QD-Synth-8-Model2 -------------------------------------------------------------------------------- /CVResults/Synth/QD/weights-QD-Synth-8-Model3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Synth/QD/weights-QD-Synth-8-Model3 -------------------------------------------------------------------------------- /CVResults/Synth/QD/weights-QD-Synth-8-Model4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Synth/QD/weights-QD-Synth-8-Model4 -------------------------------------------------------------------------------- /CVResults/Synth/QD/weights-QD-Synth-9-Model0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Synth/QD/weights-QD-Synth-9-Model0 -------------------------------------------------------------------------------- /CVResults/Synth/QD/weights-QD-Synth-9-Model1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Synth/QD/weights-QD-Synth-9-Model1 -------------------------------------------------------------------------------- /CVResults/Synth/QD/weights-QD-Synth-9-Model2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Synth/QD/weights-QD-Synth-9-Model2 -------------------------------------------------------------------------------- /CVResults/Synth/QD/weights-QD-Synth-9-Model3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Synth/QD/weights-QD-Synth-9-Model3 -------------------------------------------------------------------------------- /CVResults/Synth/QD/weights-QD-Synth-9-Model4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Synth/QD/weights-QD-Synth-9-Model4 -------------------------------------------------------------------------------- /CVResults/Synth/comparison_MPIW.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Synth/comparison_MPIW.jpg -------------------------------------------------------------------------------- /CVResults/Synth/comparison_MSE.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Synth/comparison_MSE.jpg -------------------------------------------------------------------------------- /CVResults/Synth/comparison_PICP.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Synth/comparison_PICP.jpg -------------------------------------------------------------------------------- /CVResults/Synth/t-test.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Synth/t-test.txt -------------------------------------------------------------------------------- /CVResults/Wine/QD+/weights-QD+-Wine-1-Model0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Wine/QD+/weights-QD+-Wine-1-Model0 -------------------------------------------------------------------------------- /CVResults/Wine/QD+/weights-QD+-Wine-1-Model1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Wine/QD+/weights-QD+-Wine-1-Model1 -------------------------------------------------------------------------------- /CVResults/Wine/QD+/weights-QD+-Wine-1-Model2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Wine/QD+/weights-QD+-Wine-1-Model2 -------------------------------------------------------------------------------- /CVResults/Wine/QD+/weights-QD+-Wine-1-Model3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Wine/QD+/weights-QD+-Wine-1-Model3 -------------------------------------------------------------------------------- /CVResults/Wine/QD+/weights-QD+-Wine-1-Model4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Wine/QD+/weights-QD+-Wine-1-Model4 -------------------------------------------------------------------------------- /CVResults/Wine/QD+/weights-QD+-Wine-2-Model0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Wine/QD+/weights-QD+-Wine-2-Model0 -------------------------------------------------------------------------------- /CVResults/Wine/QD+/weights-QD+-Wine-2-Model1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Wine/QD+/weights-QD+-Wine-2-Model1 -------------------------------------------------------------------------------- /CVResults/Wine/QD+/weights-QD+-Wine-2-Model2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Wine/QD+/weights-QD+-Wine-2-Model2 -------------------------------------------------------------------------------- /CVResults/Wine/QD+/weights-QD+-Wine-2-Model3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Wine/QD+/weights-QD+-Wine-2-Model3 -------------------------------------------------------------------------------- /CVResults/Wine/QD+/weights-QD+-Wine-2-Model4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Wine/QD+/weights-QD+-Wine-2-Model4 -------------------------------------------------------------------------------- /CVResults/Wine/QD+/weights-QD+-Wine-3-Model0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Wine/QD+/weights-QD+-Wine-3-Model0 -------------------------------------------------------------------------------- /CVResults/Wine/QD+/weights-QD+-Wine-3-Model1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Wine/QD+/weights-QD+-Wine-3-Model1 -------------------------------------------------------------------------------- /CVResults/Wine/QD+/weights-QD+-Wine-3-Model2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Wine/QD+/weights-QD+-Wine-3-Model2 -------------------------------------------------------------------------------- /CVResults/Wine/QD+/weights-QD+-Wine-3-Model3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Wine/QD+/weights-QD+-Wine-3-Model3 -------------------------------------------------------------------------------- /CVResults/Wine/QD+/weights-QD+-Wine-3-Model4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Wine/QD+/weights-QD+-Wine-3-Model4 -------------------------------------------------------------------------------- /CVResults/Wine/QD+/weights-QD+-Wine-4-Model0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Wine/QD+/weights-QD+-Wine-4-Model0 -------------------------------------------------------------------------------- /CVResults/Wine/QD+/weights-QD+-Wine-4-Model1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Wine/QD+/weights-QD+-Wine-4-Model1 -------------------------------------------------------------------------------- /CVResults/Wine/QD+/weights-QD+-Wine-4-Model2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Wine/QD+/weights-QD+-Wine-4-Model2 -------------------------------------------------------------------------------- /CVResults/Wine/QD+/weights-QD+-Wine-4-Model3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Wine/QD+/weights-QD+-Wine-4-Model3 -------------------------------------------------------------------------------- /CVResults/Wine/QD+/weights-QD+-Wine-4-Model4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Wine/QD+/weights-QD+-Wine-4-Model4 -------------------------------------------------------------------------------- /CVResults/Wine/QD+/weights-QD+-Wine-5-Model0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Wine/QD+/weights-QD+-Wine-5-Model0 -------------------------------------------------------------------------------- /CVResults/Wine/QD+/weights-QD+-Wine-5-Model1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Wine/QD+/weights-QD+-Wine-5-Model1 -------------------------------------------------------------------------------- /CVResults/Wine/QD+/weights-QD+-Wine-5-Model2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Wine/QD+/weights-QD+-Wine-5-Model2 -------------------------------------------------------------------------------- /CVResults/Wine/QD+/weights-QD+-Wine-5-Model3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Wine/QD+/weights-QD+-Wine-5-Model3 -------------------------------------------------------------------------------- /CVResults/Wine/QD+/weights-QD+-Wine-5-Model4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Wine/QD+/weights-QD+-Wine-5-Model4 -------------------------------------------------------------------------------- /CVResults/Wine/QD+/weights-QD+-Wine-6-Model0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Wine/QD+/weights-QD+-Wine-6-Model0 -------------------------------------------------------------------------------- /CVResults/Wine/QD+/weights-QD+-Wine-6-Model1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Wine/QD+/weights-QD+-Wine-6-Model1 -------------------------------------------------------------------------------- /CVResults/Wine/QD+/weights-QD+-Wine-6-Model2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Wine/QD+/weights-QD+-Wine-6-Model2 -------------------------------------------------------------------------------- /CVResults/Wine/QD+/weights-QD+-Wine-6-Model3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Wine/QD+/weights-QD+-Wine-6-Model3 -------------------------------------------------------------------------------- /CVResults/Wine/QD+/weights-QD+-Wine-6-Model4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Wine/QD+/weights-QD+-Wine-6-Model4 -------------------------------------------------------------------------------- /CVResults/Wine/QD+/weights-QD+-Wine-7-Model0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Wine/QD+/weights-QD+-Wine-7-Model0 -------------------------------------------------------------------------------- /CVResults/Wine/QD+/weights-QD+-Wine-7-Model1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Wine/QD+/weights-QD+-Wine-7-Model1 -------------------------------------------------------------------------------- /CVResults/Wine/QD+/weights-QD+-Wine-7-Model2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Wine/QD+/weights-QD+-Wine-7-Model2 -------------------------------------------------------------------------------- /CVResults/Wine/QD+/weights-QD+-Wine-7-Model3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Wine/QD+/weights-QD+-Wine-7-Model3 -------------------------------------------------------------------------------- /CVResults/Wine/QD+/weights-QD+-Wine-7-Model4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Wine/QD+/weights-QD+-Wine-7-Model4 -------------------------------------------------------------------------------- /CVResults/Wine/QD+/weights-QD+-Wine-8-Model0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Wine/QD+/weights-QD+-Wine-8-Model0 -------------------------------------------------------------------------------- /CVResults/Wine/QD+/weights-QD+-Wine-8-Model1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Wine/QD+/weights-QD+-Wine-8-Model1 -------------------------------------------------------------------------------- /CVResults/Wine/QD+/weights-QD+-Wine-8-Model2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Wine/QD+/weights-QD+-Wine-8-Model2 -------------------------------------------------------------------------------- /CVResults/Wine/QD+/weights-QD+-Wine-8-Model3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Wine/QD+/weights-QD+-Wine-8-Model3 -------------------------------------------------------------------------------- /CVResults/Wine/QD+/weights-QD+-Wine-8-Model4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Wine/QD+/weights-QD+-Wine-8-Model4 -------------------------------------------------------------------------------- /CVResults/Wine/QD+/weights-QD+-Wine-9-Model0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Wine/QD+/weights-QD+-Wine-9-Model0 -------------------------------------------------------------------------------- /CVResults/Wine/QD+/weights-QD+-Wine-9-Model1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Wine/QD+/weights-QD+-Wine-9-Model1 -------------------------------------------------------------------------------- /CVResults/Wine/QD+/weights-QD+-Wine-9-Model2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Wine/QD+/weights-QD+-Wine-9-Model2 -------------------------------------------------------------------------------- /CVResults/Wine/QD+/weights-QD+-Wine-9-Model3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Wine/QD+/weights-QD+-Wine-9-Model3 -------------------------------------------------------------------------------- /CVResults/Wine/QD+/weights-QD+-Wine-9-Model4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Wine/QD+/weights-QD+-Wine-9-Model4 -------------------------------------------------------------------------------- /CVResults/Wine/QD/validation_MSE-QD-Wine.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Wine/QD/validation_MSE-QD-Wine.npy -------------------------------------------------------------------------------- /CVResults/Wine/QD/weights-QD-Wine-1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Wine/QD/weights-QD-Wine-1 -------------------------------------------------------------------------------- /CVResults/Wine/QD/weights-QD-Wine-1-Model0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Wine/QD/weights-QD-Wine-1-Model0 -------------------------------------------------------------------------------- /CVResults/Wine/QD/weights-QD-Wine-1-Model1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Wine/QD/weights-QD-Wine-1-Model1 -------------------------------------------------------------------------------- /CVResults/Wine/QD/weights-QD-Wine-1-Model2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Wine/QD/weights-QD-Wine-1-Model2 -------------------------------------------------------------------------------- /CVResults/Wine/QD/weights-QD-Wine-1-Model3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Wine/QD/weights-QD-Wine-1-Model3 -------------------------------------------------------------------------------- /CVResults/Wine/QD/weights-QD-Wine-1-Model4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Wine/QD/weights-QD-Wine-1-Model4 -------------------------------------------------------------------------------- /CVResults/Wine/QD/weights-QD-Wine-10: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Wine/QD/weights-QD-Wine-10 -------------------------------------------------------------------------------- /CVResults/Wine/QD/weights-QD-Wine-10-Model0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Wine/QD/weights-QD-Wine-10-Model0 -------------------------------------------------------------------------------- /CVResults/Wine/QD/weights-QD-Wine-10-Model1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Wine/QD/weights-QD-Wine-10-Model1 -------------------------------------------------------------------------------- /CVResults/Wine/QD/weights-QD-Wine-10-Model2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Wine/QD/weights-QD-Wine-10-Model2 -------------------------------------------------------------------------------- /CVResults/Wine/QD/weights-QD-Wine-10-Model3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Wine/QD/weights-QD-Wine-10-Model3 -------------------------------------------------------------------------------- /CVResults/Wine/QD/weights-QD-Wine-10-Model4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Wine/QD/weights-QD-Wine-10-Model4 -------------------------------------------------------------------------------- /CVResults/Wine/QD/weights-QD-Wine-2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Wine/QD/weights-QD-Wine-2 -------------------------------------------------------------------------------- /CVResults/Wine/QD/weights-QD-Wine-2-Model0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Wine/QD/weights-QD-Wine-2-Model0 -------------------------------------------------------------------------------- /CVResults/Wine/QD/weights-QD-Wine-2-Model1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Wine/QD/weights-QD-Wine-2-Model1 -------------------------------------------------------------------------------- /CVResults/Wine/QD/weights-QD-Wine-2-Model2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Wine/QD/weights-QD-Wine-2-Model2 -------------------------------------------------------------------------------- /CVResults/Wine/QD/weights-QD-Wine-2-Model3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Wine/QD/weights-QD-Wine-2-Model3 -------------------------------------------------------------------------------- /CVResults/Wine/QD/weights-QD-Wine-2-Model4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Wine/QD/weights-QD-Wine-2-Model4 -------------------------------------------------------------------------------- /CVResults/Wine/QD/weights-QD-Wine-3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Wine/QD/weights-QD-Wine-3 -------------------------------------------------------------------------------- /CVResults/Wine/QD/weights-QD-Wine-3-Model0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Wine/QD/weights-QD-Wine-3-Model0 -------------------------------------------------------------------------------- /CVResults/Wine/QD/weights-QD-Wine-3-Model1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Wine/QD/weights-QD-Wine-3-Model1 -------------------------------------------------------------------------------- /CVResults/Wine/QD/weights-QD-Wine-3-Model2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Wine/QD/weights-QD-Wine-3-Model2 -------------------------------------------------------------------------------- /CVResults/Wine/QD/weights-QD-Wine-3-Model3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Wine/QD/weights-QD-Wine-3-Model3 -------------------------------------------------------------------------------- /CVResults/Wine/QD/weights-QD-Wine-3-Model4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Wine/QD/weights-QD-Wine-3-Model4 -------------------------------------------------------------------------------- /CVResults/Wine/QD/weights-QD-Wine-4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Wine/QD/weights-QD-Wine-4 -------------------------------------------------------------------------------- /CVResults/Wine/QD/weights-QD-Wine-4-Model0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Wine/QD/weights-QD-Wine-4-Model0 -------------------------------------------------------------------------------- /CVResults/Wine/QD/weights-QD-Wine-4-Model1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Wine/QD/weights-QD-Wine-4-Model1 -------------------------------------------------------------------------------- /CVResults/Wine/QD/weights-QD-Wine-4-Model2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Wine/QD/weights-QD-Wine-4-Model2 -------------------------------------------------------------------------------- /CVResults/Wine/QD/weights-QD-Wine-4-Model3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Wine/QD/weights-QD-Wine-4-Model3 -------------------------------------------------------------------------------- /CVResults/Wine/QD/weights-QD-Wine-4-Model4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Wine/QD/weights-QD-Wine-4-Model4 -------------------------------------------------------------------------------- /CVResults/Wine/QD/weights-QD-Wine-5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Wine/QD/weights-QD-Wine-5 -------------------------------------------------------------------------------- /CVResults/Wine/QD/weights-QD-Wine-5-Model0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Wine/QD/weights-QD-Wine-5-Model0 -------------------------------------------------------------------------------- /CVResults/Wine/QD/weights-QD-Wine-5-Model1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Wine/QD/weights-QD-Wine-5-Model1 -------------------------------------------------------------------------------- /CVResults/Wine/QD/weights-QD-Wine-5-Model2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Wine/QD/weights-QD-Wine-5-Model2 -------------------------------------------------------------------------------- /CVResults/Wine/QD/weights-QD-Wine-5-Model3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Wine/QD/weights-QD-Wine-5-Model3 -------------------------------------------------------------------------------- /CVResults/Wine/QD/weights-QD-Wine-5-Model4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Wine/QD/weights-QD-Wine-5-Model4 -------------------------------------------------------------------------------- /CVResults/Wine/QD/weights-QD-Wine-6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Wine/QD/weights-QD-Wine-6 -------------------------------------------------------------------------------- /CVResults/Wine/QD/weights-QD-Wine-6-Model0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Wine/QD/weights-QD-Wine-6-Model0 -------------------------------------------------------------------------------- /CVResults/Wine/QD/weights-QD-Wine-6-Model1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Wine/QD/weights-QD-Wine-6-Model1 -------------------------------------------------------------------------------- /CVResults/Wine/QD/weights-QD-Wine-6-Model2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Wine/QD/weights-QD-Wine-6-Model2 -------------------------------------------------------------------------------- /CVResults/Wine/QD/weights-QD-Wine-6-Model3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Wine/QD/weights-QD-Wine-6-Model3 -------------------------------------------------------------------------------- /CVResults/Wine/QD/weights-QD-Wine-6-Model4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Wine/QD/weights-QD-Wine-6-Model4 -------------------------------------------------------------------------------- /CVResults/Wine/QD/weights-QD-Wine-7: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Wine/QD/weights-QD-Wine-7 -------------------------------------------------------------------------------- /CVResults/Wine/QD/weights-QD-Wine-7-Model0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Wine/QD/weights-QD-Wine-7-Model0 -------------------------------------------------------------------------------- /CVResults/Wine/QD/weights-QD-Wine-7-Model1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Wine/QD/weights-QD-Wine-7-Model1 -------------------------------------------------------------------------------- /CVResults/Wine/QD/weights-QD-Wine-7-Model2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Wine/QD/weights-QD-Wine-7-Model2 -------------------------------------------------------------------------------- /CVResults/Wine/QD/weights-QD-Wine-7-Model3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Wine/QD/weights-QD-Wine-7-Model3 -------------------------------------------------------------------------------- /CVResults/Wine/QD/weights-QD-Wine-7-Model4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Wine/QD/weights-QD-Wine-7-Model4 -------------------------------------------------------------------------------- /CVResults/Wine/QD/weights-QD-Wine-8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Wine/QD/weights-QD-Wine-8 -------------------------------------------------------------------------------- /CVResults/Wine/QD/weights-QD-Wine-8-Model0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Wine/QD/weights-QD-Wine-8-Model0 -------------------------------------------------------------------------------- /CVResults/Wine/QD/weights-QD-Wine-8-Model1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Wine/QD/weights-QD-Wine-8-Model1 -------------------------------------------------------------------------------- /CVResults/Wine/QD/weights-QD-Wine-8-Model2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Wine/QD/weights-QD-Wine-8-Model2 -------------------------------------------------------------------------------- /CVResults/Wine/QD/weights-QD-Wine-8-Model3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Wine/QD/weights-QD-Wine-8-Model3 -------------------------------------------------------------------------------- /CVResults/Wine/QD/weights-QD-Wine-8-Model4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Wine/QD/weights-QD-Wine-8-Model4 -------------------------------------------------------------------------------- /CVResults/Wine/QD/weights-QD-Wine-9: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Wine/QD/weights-QD-Wine-9 -------------------------------------------------------------------------------- /CVResults/Wine/QD/weights-QD-Wine-9-Model0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Wine/QD/weights-QD-Wine-9-Model0 -------------------------------------------------------------------------------- /CVResults/Wine/QD/weights-QD-Wine-9-Model1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Wine/QD/weights-QD-Wine-9-Model1 -------------------------------------------------------------------------------- /CVResults/Wine/QD/weights-QD-Wine-9-Model2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Wine/QD/weights-QD-Wine-9-Model2 -------------------------------------------------------------------------------- /CVResults/Wine/QD/weights-QD-Wine-9-Model3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Wine/QD/weights-QD-Wine-9-Model3 -------------------------------------------------------------------------------- /CVResults/Wine/QD/weights-QD-Wine-9-Model4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Wine/QD/weights-QD-Wine-9-Model4 -------------------------------------------------------------------------------- /CVResults/Wine/boxes_wine.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Wine/boxes_wine.jpg -------------------------------------------------------------------------------- /CVResults/Wine/boxes_wineAQD.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Wine/boxes_wineAQD.jpg -------------------------------------------------------------------------------- /CVResults/Wine/comparison_MPIW.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Wine/comparison_MPIW.jpg -------------------------------------------------------------------------------- /CVResults/Wine/comparison_MSE.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Wine/comparison_MSE.jpg -------------------------------------------------------------------------------- /CVResults/Wine/comparison_PICP.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Wine/comparison_PICP.jpg -------------------------------------------------------------------------------- /CVResults/Wine/t-test.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Wine/t-test.txt -------------------------------------------------------------------------------- /CVResults/Yacht/QD/weights-QD-Yacht-1-Model0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Yacht/QD/weights-QD-Yacht-1-Model0 -------------------------------------------------------------------------------- /CVResults/Yacht/QD/weights-QD-Yacht-1-Model1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Yacht/QD/weights-QD-Yacht-1-Model1 -------------------------------------------------------------------------------- /CVResults/Yacht/QD/weights-QD-Yacht-1-Model2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Yacht/QD/weights-QD-Yacht-1-Model2 -------------------------------------------------------------------------------- /CVResults/Yacht/QD/weights-QD-Yacht-1-Model3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Yacht/QD/weights-QD-Yacht-1-Model3 -------------------------------------------------------------------------------- /CVResults/Yacht/QD/weights-QD-Yacht-1-Model4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Yacht/QD/weights-QD-Yacht-1-Model4 -------------------------------------------------------------------------------- /CVResults/Yacht/QD/weights-QD-Yacht-2-Model0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Yacht/QD/weights-QD-Yacht-2-Model0 -------------------------------------------------------------------------------- /CVResults/Yacht/QD/weights-QD-Yacht-2-Model1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Yacht/QD/weights-QD-Yacht-2-Model1 -------------------------------------------------------------------------------- /CVResults/Yacht/QD/weights-QD-Yacht-2-Model2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Yacht/QD/weights-QD-Yacht-2-Model2 -------------------------------------------------------------------------------- /CVResults/Yacht/QD/weights-QD-Yacht-2-Model3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Yacht/QD/weights-QD-Yacht-2-Model3 -------------------------------------------------------------------------------- /CVResults/Yacht/QD/weights-QD-Yacht-2-Model4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Yacht/QD/weights-QD-Yacht-2-Model4 -------------------------------------------------------------------------------- /CVResults/Yacht/QD/weights-QD-Yacht-3-Model0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Yacht/QD/weights-QD-Yacht-3-Model0 -------------------------------------------------------------------------------- /CVResults/Yacht/QD/weights-QD-Yacht-3-Model1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Yacht/QD/weights-QD-Yacht-3-Model1 -------------------------------------------------------------------------------- /CVResults/Yacht/QD/weights-QD-Yacht-3-Model2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Yacht/QD/weights-QD-Yacht-3-Model2 -------------------------------------------------------------------------------- /CVResults/Yacht/QD/weights-QD-Yacht-3-Model3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Yacht/QD/weights-QD-Yacht-3-Model3 -------------------------------------------------------------------------------- /CVResults/Yacht/QD/weights-QD-Yacht-3-Model4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Yacht/QD/weights-QD-Yacht-3-Model4 -------------------------------------------------------------------------------- /CVResults/Yacht/QD/weights-QD-Yacht-4-Model0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Yacht/QD/weights-QD-Yacht-4-Model0 -------------------------------------------------------------------------------- /CVResults/Yacht/QD/weights-QD-Yacht-4-Model1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Yacht/QD/weights-QD-Yacht-4-Model1 -------------------------------------------------------------------------------- /CVResults/Yacht/QD/weights-QD-Yacht-4-Model2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Yacht/QD/weights-QD-Yacht-4-Model2 -------------------------------------------------------------------------------- /CVResults/Yacht/QD/weights-QD-Yacht-4-Model3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Yacht/QD/weights-QD-Yacht-4-Model3 -------------------------------------------------------------------------------- /CVResults/Yacht/QD/weights-QD-Yacht-4-Model4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Yacht/QD/weights-QD-Yacht-4-Model4 -------------------------------------------------------------------------------- /CVResults/Yacht/QD/weights-QD-Yacht-5-Model0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Yacht/QD/weights-QD-Yacht-5-Model0 -------------------------------------------------------------------------------- /CVResults/Yacht/QD/weights-QD-Yacht-5-Model1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Yacht/QD/weights-QD-Yacht-5-Model1 -------------------------------------------------------------------------------- /CVResults/Yacht/QD/weights-QD-Yacht-5-Model2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Yacht/QD/weights-QD-Yacht-5-Model2 -------------------------------------------------------------------------------- /CVResults/Yacht/QD/weights-QD-Yacht-5-Model3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Yacht/QD/weights-QD-Yacht-5-Model3 -------------------------------------------------------------------------------- /CVResults/Yacht/QD/weights-QD-Yacht-5-Model4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Yacht/QD/weights-QD-Yacht-5-Model4 -------------------------------------------------------------------------------- /CVResults/Yacht/QD/weights-QD-Yacht-6-Model0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Yacht/QD/weights-QD-Yacht-6-Model0 -------------------------------------------------------------------------------- /CVResults/Yacht/QD/weights-QD-Yacht-6-Model1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Yacht/QD/weights-QD-Yacht-6-Model1 -------------------------------------------------------------------------------- /CVResults/Yacht/QD/weights-QD-Yacht-6-Model2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Yacht/QD/weights-QD-Yacht-6-Model2 -------------------------------------------------------------------------------- /CVResults/Yacht/QD/weights-QD-Yacht-6-Model3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Yacht/QD/weights-QD-Yacht-6-Model3 -------------------------------------------------------------------------------- /CVResults/Yacht/QD/weights-QD-Yacht-6-Model4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Yacht/QD/weights-QD-Yacht-6-Model4 -------------------------------------------------------------------------------- /CVResults/Yacht/QD/weights-QD-Yacht-7-Model0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Yacht/QD/weights-QD-Yacht-7-Model0 -------------------------------------------------------------------------------- /CVResults/Yacht/QD/weights-QD-Yacht-7-Model1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Yacht/QD/weights-QD-Yacht-7-Model1 -------------------------------------------------------------------------------- /CVResults/Yacht/QD/weights-QD-Yacht-7-Model2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Yacht/QD/weights-QD-Yacht-7-Model2 -------------------------------------------------------------------------------- /CVResults/Yacht/QD/weights-QD-Yacht-7-Model3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Yacht/QD/weights-QD-Yacht-7-Model3 -------------------------------------------------------------------------------- /CVResults/Yacht/QD/weights-QD-Yacht-7-Model4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Yacht/QD/weights-QD-Yacht-7-Model4 -------------------------------------------------------------------------------- /CVResults/Yacht/QD/weights-QD-Yacht-8-Model0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Yacht/QD/weights-QD-Yacht-8-Model0 -------------------------------------------------------------------------------- /CVResults/Yacht/QD/weights-QD-Yacht-8-Model1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Yacht/QD/weights-QD-Yacht-8-Model1 -------------------------------------------------------------------------------- /CVResults/Yacht/QD/weights-QD-Yacht-8-Model2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Yacht/QD/weights-QD-Yacht-8-Model2 -------------------------------------------------------------------------------- /CVResults/Yacht/QD/weights-QD-Yacht-8-Model3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Yacht/QD/weights-QD-Yacht-8-Model3 -------------------------------------------------------------------------------- /CVResults/Yacht/QD/weights-QD-Yacht-8-Model4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Yacht/QD/weights-QD-Yacht-8-Model4 -------------------------------------------------------------------------------- /CVResults/Yacht/QD/weights-QD-Yacht-9-Model0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Yacht/QD/weights-QD-Yacht-9-Model0 -------------------------------------------------------------------------------- /CVResults/Yacht/QD/weights-QD-Yacht-9-Model1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Yacht/QD/weights-QD-Yacht-9-Model1 -------------------------------------------------------------------------------- /CVResults/Yacht/QD/weights-QD-Yacht-9-Model2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Yacht/QD/weights-QD-Yacht-9-Model2 -------------------------------------------------------------------------------- /CVResults/Yacht/QD/weights-QD-Yacht-9-Model3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Yacht/QD/weights-QD-Yacht-9-Model3 -------------------------------------------------------------------------------- /CVResults/Yacht/QD/weights-QD-Yacht-9-Model4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Yacht/QD/weights-QD-Yacht-9-Model4 -------------------------------------------------------------------------------- /CVResults/Yacht/comparison_MPIW.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Yacht/comparison_MPIW.jpg -------------------------------------------------------------------------------- /CVResults/Yacht/comparison_MSE.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Yacht/comparison_MSE.jpg -------------------------------------------------------------------------------- /CVResults/Yacht/comparison_PICP.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Yacht/comparison_PICP.jpg -------------------------------------------------------------------------------- /CVResults/Yacht/t-test.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Yacht/t-test.txt -------------------------------------------------------------------------------- /CVResults/Year/QD+/weights-QD+-Year-1-Model0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Year/QD+/weights-QD+-Year-1-Model0 -------------------------------------------------------------------------------- /CVResults/Year/QD+/weights-QD+-Year-1-Model1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Year/QD+/weights-QD+-Year-1-Model1 -------------------------------------------------------------------------------- /CVResults/Year/QD+/weights-QD+-Year-1-Model2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Year/QD+/weights-QD+-Year-1-Model2 -------------------------------------------------------------------------------- /CVResults/Year/QD+/weights-QD+-Year-1-Model3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Year/QD+/weights-QD+-Year-1-Model3 -------------------------------------------------------------------------------- /CVResults/Year/QD+/weights-QD+-Year-1-Model4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Year/QD+/weights-QD+-Year-1-Model4 -------------------------------------------------------------------------------- /CVResults/Year/QD+/weights-QD+-Year-2-Model0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Year/QD+/weights-QD+-Year-2-Model0 -------------------------------------------------------------------------------- /CVResults/Year/QD+/weights-QD+-Year-2-Model1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Year/QD+/weights-QD+-Year-2-Model1 -------------------------------------------------------------------------------- /CVResults/Year/QD+/weights-QD+-Year-2-Model2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Year/QD+/weights-QD+-Year-2-Model2 -------------------------------------------------------------------------------- /CVResults/Year/QD+/weights-QD+-Year-2-Model3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Year/QD+/weights-QD+-Year-2-Model3 -------------------------------------------------------------------------------- /CVResults/Year/QD+/weights-QD+-Year-2-Model4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Year/QD+/weights-QD+-Year-2-Model4 -------------------------------------------------------------------------------- /CVResults/Year/QD+/weights-QD+-Year-3-Model0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Year/QD+/weights-QD+-Year-3-Model0 -------------------------------------------------------------------------------- /CVResults/Year/QD+/weights-QD+-Year-3-Model1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Year/QD+/weights-QD+-Year-3-Model1 -------------------------------------------------------------------------------- /CVResults/Year/QD+/weights-QD+-Year-3-Model2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Year/QD+/weights-QD+-Year-3-Model2 -------------------------------------------------------------------------------- /CVResults/Year/QD+/weights-QD+-Year-3-Model3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Year/QD+/weights-QD+-Year-3-Model3 -------------------------------------------------------------------------------- /CVResults/Year/QD+/weights-QD+-Year-3-Model4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Year/QD+/weights-QD+-Year-3-Model4 -------------------------------------------------------------------------------- /CVResults/Year/QD+/weights-QD+-Year-4-Model0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Year/QD+/weights-QD+-Year-4-Model0 -------------------------------------------------------------------------------- /CVResults/Year/QD+/weights-QD+-Year-4-Model1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Year/QD+/weights-QD+-Year-4-Model1 -------------------------------------------------------------------------------- /CVResults/Year/QD+/weights-QD+-Year-4-Model2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Year/QD+/weights-QD+-Year-4-Model2 -------------------------------------------------------------------------------- /CVResults/Year/QD+/weights-QD+-Year-4-Model3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Year/QD+/weights-QD+-Year-4-Model3 -------------------------------------------------------------------------------- /CVResults/Year/QD+/weights-QD+-Year-4-Model4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Year/QD+/weights-QD+-Year-4-Model4 -------------------------------------------------------------------------------- /CVResults/Year/QD+/weights-QD+-Year-5-Model0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Year/QD+/weights-QD+-Year-5-Model0 -------------------------------------------------------------------------------- /CVResults/Year/QD+/weights-QD+-Year-5-Model1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Year/QD+/weights-QD+-Year-5-Model1 -------------------------------------------------------------------------------- /CVResults/Year/QD+/weights-QD+-Year-5-Model2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Year/QD+/weights-QD+-Year-5-Model2 -------------------------------------------------------------------------------- /CVResults/Year/QD+/weights-QD+-Year-5-Model3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Year/QD+/weights-QD+-Year-5-Model3 -------------------------------------------------------------------------------- /CVResults/Year/QD+/weights-QD+-Year-5-Model4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Year/QD+/weights-QD+-Year-5-Model4 -------------------------------------------------------------------------------- /CVResults/Year/QD+/weights-QD+-Year-6-Model0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Year/QD+/weights-QD+-Year-6-Model0 -------------------------------------------------------------------------------- /CVResults/Year/QD+/weights-QD+-Year-6-Model1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Year/QD+/weights-QD+-Year-6-Model1 -------------------------------------------------------------------------------- /CVResults/Year/QD+/weights-QD+-Year-6-Model2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Year/QD+/weights-QD+-Year-6-Model2 -------------------------------------------------------------------------------- /CVResults/Year/QD+/weights-QD+-Year-6-Model3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Year/QD+/weights-QD+-Year-6-Model3 -------------------------------------------------------------------------------- /CVResults/Year/QD+/weights-QD+-Year-6-Model4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Year/QD+/weights-QD+-Year-6-Model4 -------------------------------------------------------------------------------- /CVResults/Year/QD+/weights-QD+-Year-7-Model0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Year/QD+/weights-QD+-Year-7-Model0 -------------------------------------------------------------------------------- /CVResults/Year/QD+/weights-QD+-Year-7-Model1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Year/QD+/weights-QD+-Year-7-Model1 -------------------------------------------------------------------------------- /CVResults/Year/QD+/weights-QD+-Year-7-Model2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Year/QD+/weights-QD+-Year-7-Model2 -------------------------------------------------------------------------------- /CVResults/Year/QD+/weights-QD+-Year-7-Model3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Year/QD+/weights-QD+-Year-7-Model3 -------------------------------------------------------------------------------- /CVResults/Year/QD+/weights-QD+-Year-7-Model4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Year/QD+/weights-QD+-Year-7-Model4 -------------------------------------------------------------------------------- /CVResults/Year/QD+/weights-QD+-Year-8-Model0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Year/QD+/weights-QD+-Year-8-Model0 -------------------------------------------------------------------------------- /CVResults/Year/QD+/weights-QD+-Year-8-Model1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Year/QD+/weights-QD+-Year-8-Model1 -------------------------------------------------------------------------------- /CVResults/Year/QD+/weights-QD+-Year-8-Model2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Year/QD+/weights-QD+-Year-8-Model2 -------------------------------------------------------------------------------- /CVResults/Year/QD+/weights-QD+-Year-8-Model3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Year/QD+/weights-QD+-Year-8-Model3 -------------------------------------------------------------------------------- /CVResults/Year/QD+/weights-QD+-Year-8-Model4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Year/QD+/weights-QD+-Year-8-Model4 -------------------------------------------------------------------------------- /CVResults/Year/QD+/weights-QD+-Year-9-Model0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Year/QD+/weights-QD+-Year-9-Model0 -------------------------------------------------------------------------------- /CVResults/Year/QD+/weights-QD+-Year-9-Model1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Year/QD+/weights-QD+-Year-9-Model1 -------------------------------------------------------------------------------- /CVResults/Year/QD+/weights-QD+-Year-9-Model2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Year/QD+/weights-QD+-Year-9-Model2 -------------------------------------------------------------------------------- /CVResults/Year/QD+/weights-QD+-Year-9-Model3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Year/QD+/weights-QD+-Year-9-Model3 -------------------------------------------------------------------------------- /CVResults/Year/QD+/weights-QD+-Year-9-Model4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Year/QD+/weights-QD+-Year-9-Model4 -------------------------------------------------------------------------------- /CVResults/Year/QD/validation_MSE-QD-Year.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Year/QD/validation_MSE-QD-Year.npy -------------------------------------------------------------------------------- /CVResults/Year/QD/weights-QD-Year-1-Model0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Year/QD/weights-QD-Year-1-Model0 -------------------------------------------------------------------------------- /CVResults/Year/QD/weights-QD-Year-1-Model1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Year/QD/weights-QD-Year-1-Model1 -------------------------------------------------------------------------------- /CVResults/Year/QD/weights-QD-Year-1-Model2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Year/QD/weights-QD-Year-1-Model2 -------------------------------------------------------------------------------- /CVResults/Year/QD/weights-QD-Year-1-Model3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Year/QD/weights-QD-Year-1-Model3 -------------------------------------------------------------------------------- /CVResults/Year/QD/weights-QD-Year-1-Model4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Year/QD/weights-QD-Year-1-Model4 -------------------------------------------------------------------------------- /CVResults/Year/QD/weights-QD-Year-10-Model0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Year/QD/weights-QD-Year-10-Model0 -------------------------------------------------------------------------------- /CVResults/Year/QD/weights-QD-Year-10-Model1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Year/QD/weights-QD-Year-10-Model1 -------------------------------------------------------------------------------- /CVResults/Year/QD/weights-QD-Year-10-Model2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Year/QD/weights-QD-Year-10-Model2 -------------------------------------------------------------------------------- /CVResults/Year/QD/weights-QD-Year-10-Model3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Year/QD/weights-QD-Year-10-Model3 -------------------------------------------------------------------------------- /CVResults/Year/QD/weights-QD-Year-10-Model4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Year/QD/weights-QD-Year-10-Model4 -------------------------------------------------------------------------------- /CVResults/Year/QD/weights-QD-Year-2-Model0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Year/QD/weights-QD-Year-2-Model0 -------------------------------------------------------------------------------- /CVResults/Year/QD/weights-QD-Year-2-Model1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Year/QD/weights-QD-Year-2-Model1 -------------------------------------------------------------------------------- /CVResults/Year/QD/weights-QD-Year-2-Model2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Year/QD/weights-QD-Year-2-Model2 -------------------------------------------------------------------------------- /CVResults/Year/QD/weights-QD-Year-2-Model3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Year/QD/weights-QD-Year-2-Model3 -------------------------------------------------------------------------------- /CVResults/Year/QD/weights-QD-Year-2-Model4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Year/QD/weights-QD-Year-2-Model4 -------------------------------------------------------------------------------- /CVResults/Year/QD/weights-QD-Year-3-Model0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Year/QD/weights-QD-Year-3-Model0 -------------------------------------------------------------------------------- /CVResults/Year/QD/weights-QD-Year-3-Model1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Year/QD/weights-QD-Year-3-Model1 -------------------------------------------------------------------------------- /CVResults/Year/QD/weights-QD-Year-3-Model2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Year/QD/weights-QD-Year-3-Model2 -------------------------------------------------------------------------------- /CVResults/Year/QD/weights-QD-Year-3-Model3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Year/QD/weights-QD-Year-3-Model3 -------------------------------------------------------------------------------- /CVResults/Year/QD/weights-QD-Year-3-Model4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Year/QD/weights-QD-Year-3-Model4 -------------------------------------------------------------------------------- /CVResults/Year/QD/weights-QD-Year-4-Model0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Year/QD/weights-QD-Year-4-Model0 -------------------------------------------------------------------------------- /CVResults/Year/QD/weights-QD-Year-4-Model1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Year/QD/weights-QD-Year-4-Model1 -------------------------------------------------------------------------------- /CVResults/Year/QD/weights-QD-Year-4-Model2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Year/QD/weights-QD-Year-4-Model2 -------------------------------------------------------------------------------- /CVResults/Year/QD/weights-QD-Year-4-Model3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Year/QD/weights-QD-Year-4-Model3 -------------------------------------------------------------------------------- /CVResults/Year/QD/weights-QD-Year-4-Model4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Year/QD/weights-QD-Year-4-Model4 -------------------------------------------------------------------------------- /CVResults/Year/QD/weights-QD-Year-5-Model0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Year/QD/weights-QD-Year-5-Model0 -------------------------------------------------------------------------------- /CVResults/Year/QD/weights-QD-Year-5-Model1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Year/QD/weights-QD-Year-5-Model1 -------------------------------------------------------------------------------- /CVResults/Year/QD/weights-QD-Year-5-Model2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Year/QD/weights-QD-Year-5-Model2 -------------------------------------------------------------------------------- /CVResults/Year/QD/weights-QD-Year-5-Model3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Year/QD/weights-QD-Year-5-Model3 -------------------------------------------------------------------------------- /CVResults/Year/QD/weights-QD-Year-5-Model4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Year/QD/weights-QD-Year-5-Model4 -------------------------------------------------------------------------------- /CVResults/Year/QD/weights-QD-Year-6-Model0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Year/QD/weights-QD-Year-6-Model0 -------------------------------------------------------------------------------- /CVResults/Year/QD/weights-QD-Year-6-Model1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Year/QD/weights-QD-Year-6-Model1 -------------------------------------------------------------------------------- /CVResults/Year/QD/weights-QD-Year-6-Model2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Year/QD/weights-QD-Year-6-Model2 -------------------------------------------------------------------------------- /CVResults/Year/QD/weights-QD-Year-6-Model3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Year/QD/weights-QD-Year-6-Model3 -------------------------------------------------------------------------------- /CVResults/Year/QD/weights-QD-Year-6-Model4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Year/QD/weights-QD-Year-6-Model4 -------------------------------------------------------------------------------- /CVResults/Year/QD/weights-QD-Year-7-Model0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Year/QD/weights-QD-Year-7-Model0 -------------------------------------------------------------------------------- /CVResults/Year/QD/weights-QD-Year-7-Model1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Year/QD/weights-QD-Year-7-Model1 -------------------------------------------------------------------------------- /CVResults/Year/QD/weights-QD-Year-7-Model2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Year/QD/weights-QD-Year-7-Model2 -------------------------------------------------------------------------------- /CVResults/Year/QD/weights-QD-Year-7-Model3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Year/QD/weights-QD-Year-7-Model3 -------------------------------------------------------------------------------- /CVResults/Year/QD/weights-QD-Year-7-Model4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Year/QD/weights-QD-Year-7-Model4 -------------------------------------------------------------------------------- /CVResults/Year/QD/weights-QD-Year-8-Model0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Year/QD/weights-QD-Year-8-Model0 -------------------------------------------------------------------------------- /CVResults/Year/QD/weights-QD-Year-8-Model1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Year/QD/weights-QD-Year-8-Model1 -------------------------------------------------------------------------------- /CVResults/Year/QD/weights-QD-Year-8-Model2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Year/QD/weights-QD-Year-8-Model2 -------------------------------------------------------------------------------- /CVResults/Year/QD/weights-QD-Year-8-Model3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Year/QD/weights-QD-Year-8-Model3 -------------------------------------------------------------------------------- /CVResults/Year/QD/weights-QD-Year-8-Model4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Year/QD/weights-QD-Year-8-Model4 -------------------------------------------------------------------------------- /CVResults/Year/QD/weights-QD-Year-9-Model0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Year/QD/weights-QD-Year-9-Model0 -------------------------------------------------------------------------------- /CVResults/Year/QD/weights-QD-Year-9-Model1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Year/QD/weights-QD-Year-9-Model1 -------------------------------------------------------------------------------- /CVResults/Year/QD/weights-QD-Year-9-Model2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Year/QD/weights-QD-Year-9-Model2 -------------------------------------------------------------------------------- /CVResults/Year/QD/weights-QD-Year-9-Model3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Year/QD/weights-QD-Year-9-Model3 -------------------------------------------------------------------------------- /CVResults/Year/QD/weights-QD-Year-9-Model4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Year/QD/weights-QD-Year-9-Model4 -------------------------------------------------------------------------------- /CVResults/Year/comparison_MPIW.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Year/comparison_MPIW.jpg -------------------------------------------------------------------------------- /CVResults/Year/comparison_MSE.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Year/comparison_MSE.jpg -------------------------------------------------------------------------------- /CVResults/Year/comparison_PICP.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Year/comparison_PICP.jpg -------------------------------------------------------------------------------- /CVResults/Year/t-test.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/CVResults/Year/t-test.txt -------------------------------------------------------------------------------- /DemoPaper.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/DemoPaper.ipynb -------------------------------------------------------------------------------- /DualAQD_PredictionIntervals.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/DualAQD_PredictionIntervals.ipynb -------------------------------------------------------------------------------- /PIGenerator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/PIGenerator.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/README.md -------------------------------------------------------------------------------- /images/Concrete_curves.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/images/Concrete_curves.jpg -------------------------------------------------------------------------------- /images/Concrete_curves_alpha_0.01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/images/Concrete_curves_alpha_0.01.jpg -------------------------------------------------------------------------------- /images/Concrete_curves_alpha_0.1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/images/Concrete_curves_alpha_0.1.jpg -------------------------------------------------------------------------------- /images/Power_curves.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/images/Power_curves.jpg -------------------------------------------------------------------------------- /images/Power_curves2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/images/Power_curves2.jpg -------------------------------------------------------------------------------- /images/Power_curves_alpha_0.01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/images/Power_curves_alpha_0.01.jpg -------------------------------------------------------------------------------- /images/Power_curves_alpha_0.1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/images/Power_curves_alpha_0.1.jpg -------------------------------------------------------------------------------- /images/box_plots1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/images/box_plots1.jpg -------------------------------------------------------------------------------- /images/box_plots2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/images/box_plots2.jpg -------------------------------------------------------------------------------- /images/comparison.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/images/comparison.jpg -------------------------------------------------------------------------------- /images/comparison2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/images/comparison2.jpg -------------------------------------------------------------------------------- /images/introduction.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/images/introduction.jpg -------------------------------------------------------------------------------- /pyproject.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/pyproject.toml -------------------------------------------------------------------------------- /setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/setup.py -------------------------------------------------------------------------------- /src/PredictionIntervals/Datasets/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/PredictionIntervals/Trainer/TrainNN.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/src/PredictionIntervals/Trainer/TrainNN.py -------------------------------------------------------------------------------- /src/PredictionIntervals/Trainer/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/PredictionIntervals/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/PredictionIntervals/models/NNModel.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/src/PredictionIntervals/models/NNModel.py -------------------------------------------------------------------------------- /src/PredictionIntervals/models/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/PredictionIntervals/models/network.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/src/PredictionIntervals/models/network.py -------------------------------------------------------------------------------- /src/PredictionIntervals/utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISL-MSU/PredictionIntervals/HEAD/src/PredictionIntervals/utils.py -------------------------------------------------------------------------------- /src/__init__.py: -------------------------------------------------------------------------------- 1 | --------------------------------------------------------------------------------