You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current flow updates only the dataframe where removed entries are considered. While the dataframe that contains all the removed entries only is important for training and testing both the intent and entity models, we want to create a complete data set tracking all the entries, similar to Macro_NLU_Intent_Refinement.ipynb. This issue is realted to #4
DoD
Create a CSV for the updated entity refinement entries with the refined intent entries
Update the code in Macro_NLU_Entity_Refinement.ipynb to load the above dataset and update this data set
The text was updated successfully, but these errors were encountered:
Description
The current flow updates only the dataframe where removed entries are considered. While the dataframe that contains all the removed entries only is important for training and testing both the intent and entity models, we want to create a complete data set tracking all the entries, similar to
Macro_NLU_Intent_Refinement.ipynb
. This issue is realted to #4DoD
Macro_NLU_Entity_Refinement.ipynb
to load the above dataset and update this data setThe text was updated successfully, but these errors were encountered: