ATOMScience-org / AMPL

The ATOM Modeling PipeLine (AMPL) is an open-source, modular, extensible software pipeline for building and sharing models to advance in silico drug discovery.
MIT License
136 stars 68 forks source link

plot_pred_vs_actual doesn't handle missing values correctly #283

Closed mcloughlin2 closed 6 months ago

mcloughlin2 commented 7 months ago

When plot_pred_vs_actual is called for a multitask model with NaNs for some of the task/compound combinations, the NaN values get plotted as a vertical column of points with X coordinate equal to the average actual value. They should be excluded from the plot entirely.