awslabs / datawig

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

Fixing bug in computing evaluation metrics #67

Closed TammoR closed 5 years ago

TammoR commented 6 years ago

Note, that there is an additional 0th column in predictions_proba that we don't want to iterate over because it contains the probability that the output label is missing. This should be removed in the future.

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

TammoR commented 5 years ago

Rebased. Ready to merge.