NIEHS / PrestoGP

Penalized Regression on Spatiotemporal Outcomes using Gaussian Processes a.k.a. PrestoGP
https://niehs.github.io/PrestoGP/
0 stars 0 forks source link

Input validation is inadequate for multivariate models #27

Closed ericbair-sciome closed 5 months ago

ericbair-sciome commented 7 months ago

Eric Wimberley coded some input validation checks for univariate data (X should be a matrix, y should be a numeric vector, etc.). Currently the checks for multivariate data are inadequate. This should be fixed.

ericbair-sciome commented 5 months ago

This is fixed in the latest update.