CU-Denver-UQ / LUQ

Learning Uncertain Quantities
Other
1 stars 3 forks source link

Allowing custom clustering and skipping filtering predicted data in spline methods. #14

Closed taylor-s-roper closed 1 year ago

taylor-s-roper commented 1 year ago

First commit adjusts methods that perform clustering to allow custom clustering by user and adjusts the SVM method to relabel predicted data as default but allows user to keep custom clustering labels if desired. Second commit adds option of filtering only observed data in LUQ_temporal instead of both observed and predicted data - still defaults to filtering both.