awslabs / datawig

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

Consecutive calls to fit resume #92

Closed tdhd closed 5 years ago

tdhd commented 5 years ago

Description of changes:

This PR makes consecutive calls to .fit() work as expected, that the training is resumed from the parameters of the previous .fit() call.

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