Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion medcat-v2/medcat/config/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ class Linking(ComponentConfig):
some point. Should add up to 1."""
filters: LinkingFilters = LinkingFilters()
"""Filters"""
train: bool = True
train: bool = False
"""Should it train or not, this is set automatically ignore in 99% of
cases and do not set manually"""
random_replacement_unsupervised: float = 0.80
Expand Down