Skip to content

Commit

Permalink
CU-8694vxbkh: Remove use of deprecated method
Browse files Browse the repository at this point in the history
  • Loading branch information
mart-r committed Jun 19, 2024
1 parent 1740e27 commit 0ff3749
Showing 1 changed file with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,13 +90,13 @@
"metadata": {},
"outputs": [],
"source": [
"cat.train_supervised(data_path=mctrainer_export_path, \n",
" nepochs=3,\n",
" reset_cui_count=False,\n",
" print_stats=True,\n",
" use_filters=True,\n",
" extra_cui_filter=snomed_filter, # If not filter is set remove this line\n",
" )\n"
"cat.train_supervised_from_json(data_path=mctrainer_export_path, \n",
" nepochs=3,\n",
" reset_cui_count=False,\n",
" print_stats=True,\n",
" use_filters=True,\n",
" extra_cui_filter=snomed_filter, # If not filter is set remove this line\n",
" )\n"
]
},
{
Expand Down

0 comments on commit 0ff3749

Please sign in to comment.