-
Notifications
You must be signed in to change notification settings - Fork 8
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
feat: add statistics for multiclassification + refactoring and improvements #35
Conversation
spark/Dockerfile
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We will use pyproject and poetry lock from spark
project instead of manually putting dependencies as it was before
spark/README.md
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How to use the local spark image
spark/jobs/metrics/statistics.py
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This will be squashed probably in only one method in future refactoring
|
||
[tool.poetry.dependencies] | ||
python = "^3.11" | ||
python = "^3.10" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Spark image will use python 3.10 inside
|
||
complete_record = {"UUID": str(uuid.uuid4()), "REFERENCE_UUID": reference_uuid} | ||
|
||
match model.model_type: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
match case to handle different types of models
No vulnerabilities detectedNo vulnerabilities with HIGH,CRITICAL severity have been detected in the code. |
In this PR:
pyproject.toml
file to install dependencies