Wikidata / soweego

Link Wikidata items to large catalogs
https://meta.wikimedia.org/wiki/Grants:Project/Hjfocs/soweego_2
GNU General Public License v3.0
98 stars 9 forks source link

Handle warnings from third-party libraries #177

Open marfox opened 5 years ago

marfox commented 5 years ago

These warnings are duplicate: both logged and printed to stderr. logging.captureWarnings(True) seems to be enabled by default.

See https://docs.python.org/3.7/library/warnings.html#temporarily-suppressing-warnings

General

Update: this has been fixed in 6567781

Importer

Feature extraction

The following warnings are emitted during feature extraction, i.e., linker/workflow#extract_features.

Neural network training

Update: both of these messages were silenced in 3a971d95e4a7e6c1387806a899a01cbb08d7f4c2

Grid search

MLens

marfox commented 5 years ago

See https://github.com/J535D165/recordlinkage/pull/86