mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-12 02:06:31 +03:00
switch msg level
This commit is contained in:
parent
25858e3f4c
commit
4c45dfabae
|
@ -691,7 +691,7 @@ def debug_data(
|
|||
else:
|
||||
# Would we ever expect this case? It seems like it would be pretty rare,
|
||||
# and we might actually want a warning?
|
||||
msg.good("All trees in dev data present in training data.")
|
||||
msg.info("All trees in dev data present in training data.")
|
||||
|
||||
if gold_train_data["n_low_cardinality_lemmas"] > 0:
|
||||
n = gold_train_data["n_low_cardinality_lemmas"]
|
||||
|
|
Loading…
Reference in New Issue
Block a user