chainer / chainer-chemistry

Chainer Chemistry: A Library for Deep Learning in Biology and Chemistry
MIT License
629 stars 130 forks source link

plot result for each label separately #314

Closed corochann closed 5 years ago

corochann commented 5 years ago

This PR will change the evaluation behavior of QM9. need review.

corochann commented 5 years ago

eval_qm9_homo_mae

For example, it will show "homo" label performance comparison as above. All label (15) figure is plotted separately.

codecov-io commented 5 years ago

Codecov Report

Merging #314 into master will decrease coverage by 5.8%. The diff coverage is n/a.

@@            Coverage Diff             @@
##           master     #314      +/-   ##
==========================================
- Coverage   89.59%   83.78%   -5.81%     
==========================================
  Files         182      182              
  Lines        8272     8272              
==========================================
- Hits         7411     6931     -480     
- Misses        861     1341     +480
corochann commented 5 years ago

plt.close() added. please review.