-
Notifications
You must be signed in to change notification settings - Fork 122
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ability to update labels once marked #58
Comments
We need to spec this out. |
What if we had multiple htmls, one per run html containing the pairs and their labels in that run? The label phase could generate this with the round number and pair information everytime. And then have a master html which will have total stats, and links to marked, unmarked etc eventually, we will be using this structure to print out data quality reports. we could then define a new phase - updateLabel which takes in the id/ids of the pairs we want to update |
Let us make a folder html under model/modelId and have same marked/unmaked. Write html version of the dataframe to this folder after findtrainingData and label phases. |
This html framework will eventually be used for dq, stats, model documentation etc so we have to write it in a generic way |
After discussion with @navinrathore :
|
Have a phase updateLabel which first invokes generateTrainingDataDocs and asks the user to tell which record id to update in a loop. It then updates the labels and generates the docs again |
@navinrathore can you please work on this? |
Have a phase updateLabel and asks the user to tell which record id to update in a loop. It then updates the labels and generates the docs again |
Right now there is no way to update labels if a wrong one has been specified. See https://zinggai.slack.com/archives/C02JNH144TB/p1638361934009800
The text was updated successfully, but these errors were encountered: