-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Predictions support in tasks.json. (#121)
* Predictions support in tasks.json. * Examples with predictions included. * NER example. * Some. * Completions back. * Fixed examples. * Copy predictions on front. * Some. * Connect your running models for prediction prelabeling, active learning and retraining (#127) * WIP: ml backend connection * add missed module * add dependencies * working ml backend * fix predictions array * add predict api * copy prediction button * add machine learning integration readme * make the copy prediction button functional convert files to new format * correct tasks with predictions * Fixes. * move project,ml_backend,ml_api to models.py, add comments * fix get_schema * Fixes. * Fixes for ml_backend is None. * Remove redundant print. * update docs * Fixes. * Fix. * docs * ls for teams * Buttons added * Some. * Slack image added. * modify logger * fix logging levels, null train jobs * add train job restore, log formatters
- Loading branch information
Showing
43 changed files
with
2,705 additions
and
1,568 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,3 +7,4 @@ appdirs==1.4.3 | |
mixpanel==4.4.0 | ||
pandas==0.24.0 | ||
Pillow==6.2.0 | ||
attrs==19.1.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.