feat: Integrate MLflow for SQL evaluation and enhance CLI functionality#23
Closed
feat: Integrate MLflow for SQL evaluation and enhance CLI functionality#23
Conversation
- Add MLflow dependency for tracking evaluation metrics - Implement evaluation command in CLI for SQL generation model - Create QADataset class for loading and managing evaluation datasets - Develop Evaluator class to handle SQL evaluation and logging to MLflow - Add documentation for MLflow setup and evaluation CLI usage - Introduce example dataset for testing evaluation functionality #15
Closed
Collaborator
Author
|
❗문찬국님의 아예 별도 라이브러리로 관리하는게 낫지않을까 라는 의견에 동의합니다. |
This file contains hidden or 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
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.
MLflow를 처음으로 도입하고, SQL 생성 모델을 평가할 수 있도록 CLI 기능을 확장하는 초기 세팅을 포함합니다.
🔹 주요 변경 사항