Skip to content

Commit 95bf1cf

Browse files
authored
Increases the verison of weak-nlp (#9)
1 parent 010d260 commit 95bf1cf

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

controller/stats.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -224,12 +224,9 @@ def classification_quality(df: pd.DataFrame) -> Dict[str, Dict[str, Dict[str, in
224224

225225

226226
def extraction_quality(df: pd.DataFrame) -> Dict[str, Dict[str, Dict[str, int]]]:
227-
# print(df, flush=True)
228227

229228
enlm = util.get_enlm_from_df(df)
230229
quality_df = enlm.quality_metrics()
231-
print(quality_df, flush=True)
232-
print(enlm.errors, flush=True)
233230
stats = {}
234231
if len(quality_df) > 0:
235232
for source_id, quality_df_sub_source in quality_df.groupby("identifier"):

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ tomli==1.2.2
3535
typing-extensions==3.10.0.2
3636
uvicorn==0.15.0
3737
zipp==3.7.0
38-
weak-nlp==0.0.10
38+
weak-nlp==0.0.11

0 commit comments

Comments
 (0)