This repository was archived by the owner on Aug 27, 2026. It is now read-only.
Common functionalities wrapping #41
FlorianPydde
started this conversation in
Ideas
Replies: 1 comment 3 replies
|
FlorianPydde , thanks for raising my opinion as discussion here. Yes, in order to avoid double maintenance, we need to sort out the common functions as standardized one. |
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
As you see our github repositories, there are some similar functionalities like
https://github.com/microsoft/dstoolkit-classification-solution-accelerator/blob/main/src/utils.py
and
https://github.com/microsoft/dstoolkit-mlops-base/blob/main/src/utils.py
They define common functions like generating
Workspace, gettingDatasetsetc.The proposition is to come up with a pypi package that utilizes common functionalities (see attached ppt)
common_function_dstoolkit.pptx
All reactions