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
{{ message }}
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.
self-attentive sentence embedding tutorial is using sklearn for accuracy and f1. As we didn't take sklearn as a dependency, we should migrate those usage to the accuracy/f1 in mxnet and drop the dependency in docker
The text was updated successfully, but these errors were encountered:
@szha
I have the code ready with sklearn accuracy metric changed to mxnet accuracy metric. However, mxnet F1 currently supports binary classification. However, this tutorial is a multi-class classification and hence will not be able to use mxnet F1 metric. Should I submit PR only with accuracy changed or leave it as it is??
Description
self-attentive sentence embedding tutorial is using sklearn for accuracy and f1. As we didn't take sklearn as a dependency, we should migrate those usage to the accuracy/f1 in mxnet and drop the dependency in docker
The text was updated successfully, but these errors were encountered: