9th October
Audit log
We now offer Full Audit log functionality for Enterprise Plan customers so they can keep track of what actions are performed in the system by different accounts.
Similarity matrix
Add Cohen’s Kappa option to compute the similarity matrix. Available in project settings. Read more about it here.
Ground Truth
If you open up one of your project data manager, you can now see Ground Truth score columns. This column is calculated by matching the current model prediction against ground truth value. The higher the value, the better.
Shortcut tag
Experimental support for the shortcuts. Shortcuts are predefined labeled pieces of data you can add by hitting either a button or a hotkey associated with a shortcut. In the example config below hitting “ctrl+1” adds a
<View>
<TextArea name="ta" rows="4">
<Shortcut value=":SILENCE:" alias="Silence" hotkey="ctrl+1" />
</TextArea>
</View>
Bugfixes
Correct errors on the ML page
Fix with agreement empty % when there are cancelled completions. (#904)
API docs for upload updated. Collaborator similarity matrix scrolling added. (#896)
Remove ground truth items from the similarity matrix.
Misc
HTTP authentication for URLs
Resetting ML training doesn’t freeze the model anymore, you can continue using an old one while the new one is being trained
Machine Learning logs are now available to view
Task sorting in data manager shows None items always in the end