-
Notifications
You must be signed in to change notification settings - Fork 4
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
Classifier Modules and Features #137
Merged
Merged
Conversation
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
Model Training Functionality
Getting updates from dev to 132
Esclass 190 Test model API's and jira and outlook working flows
Pulling changes from dev to 132
Model inference and trainer integrations
… feat/data-models-fe
…payloads for anonymizer
…sifier into classifier-132
ESCLASS-190-outlook: Outlook integration API issues fixed and change payloads for anonymizer
… feat/data-models-fe
Pinal flows remove
Pulling Pinal removal changes from dev to feat/model-training
… sonar-cloud-issues
FE Bug Fixes and Refactoring
Pulling changes from dev to feat/model-training
training sessions fix
Pulling changes from dev to feat/model-training
Pulling changes from feat/model-training to dev
Re train and last train models
Pulling changes from dev to feat/model-training
…/classifier into feat/model-training
Pushing changes from feat/model-training to dev
Pulling changes from dev to anonymizer-streamlit
Anonymizer streamlit app bug fix
Pushing remaining feature developments and bug fixes from dev to main
Thirunayan22
changed the title
Classifier Primary Modules and Features
Classifier Modules and Features
Aug 30, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Features
This pull request contains the User Management , Integrations and Dataset Groups modules of the classifier project. The instructions to setup and run the project are outlined in the README.md file in the root directory.
Requirements Covered
REST
POST
service/classifier/classes/add
to add new data classes #112REST
POST
service/classifier/classes/update
to update an existing data class #113REST
POST
service/classifier/classes/delete
to delete an existing data class #114