Reimplementation of the variable selection via RATE method https://github.com/lorinanthony/RATE
BSD 3-Clause "New" or "Revised" License
0
stars
0
forks
source link
Error message if input or output files don't exist / aren't writable #10
Closed
tmaklin closed 7 months ago
running the below command if the file
design_matrix.csv
does not exist should crash when reading the inputs:but instead gives error
Checking the files can be handled with the standard library \<filesystem> headers since we require c++17 to build anyway.