chainer / chainer-chemistry

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

use label_scaler #370

Closed corochann closed 4 years ago

corochann commented 4 years ago

Use label_scaler.inverse_transform for both train/predict It makes code very easy to understand.

Computational time for always postprocess inverse_transform is quite small and i think this is acceptable.

corochann commented 4 years ago

no-compat because GraphConvPredictor.__call__ behavior will change to apply inverse_transform.