awslabs / datawig

Imputation of missing values in tables.
Apache License 2.0
475 stars 69 forks source link

Fix problem to close logger file correctly #126

Closed carlosmoralrubio closed 4 years ago

carlosmoralrubio commented 4 years ago

Issue #, if available:

Description of changes: I just added a function to close the file handler connected with the logger file. So now, if you use the class Imputer, you will be able to remove all the logs files after the training phase.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

TammoR commented 4 years ago

I've made a PR to your branch that will hopefully make it pass: https://github.com/carlosmoralrubio/datawig/pull/1

tdhd commented 4 years ago

Merged https://github.com/awslabs/datawig/pull/131.