GenoLearn Evaluate
Users may wish to evaluate their trained model on a different part of their dataset. Suppose the user would like to evaluate their model on data points that have not been labelled in the metadata csv. Upon executing the evaluate command, the user is prompted to select a train subdirectory and then is prompted for
output filename :
group values* :
where
output filenameis, as the name suggests, the output filename such that<output filename>.csvand<output filename>.npzwill be generated within a subdirectoryevaluatewithin their chosentrainsubdirectory.group values*is a comma seperated string of group values (valid group values will be shown). Only data points corresponding to thegroup values*will be evaluated in the output files.