jasonrig / address-net

A package to structure Australian addresses
MIT License
194 stars 86 forks source link

Add blank dictionary to estimator params to improve performance #2

Open jasonrig opened 5 years ago

jasonrig commented 5 years ago

https://github.com/jasonrig/address-net/blob/master/addressnet/predict.py#L111

Add blank dictionary for params to suppress warning and improve inference performance. See issue #1 for details.