Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
a324607
feat: prov implementaiton, WIP
jiribuchta Jul 20, 2026
d8be7f7
feat: added provenance and fixed README
jiribuchta Jul 20, 2026
96eb164
fix: demo and readme
jiribuchta Jul 20, 2026
25bc3e0
feat: added dataset registrator to mlflow
jiribuchta Jul 20, 2026
ee4f3ac
Merge branch 'master' into feature/prov
jiribuchta Jul 21, 2026
a0b3fbf
fix: refactoring, made repository structure more readable and removed…
jiribuchta Jul 21, 2026
61e21f0
feat: made folder for provenance
jiribuchta Jul 21, 2026
f2ff914
fix: trying to minimize file overwriting
jiribuchta Jul 21, 2026
ad7228a
fix: too much newlines
jiribuchta Jul 21, 2026
5a9406d
fix: trying to fix line again
jiribuchta Jul 21, 2026
1a4495b
fix: tried again
jiribuchta Jul 21, 2026
28d5cf7
fix: now it is perfect
jiribuchta Jul 21, 2026
710f597
feat: provenance code refactor
jiribuchta Jul 21, 2026
528d4f9
feat: removed provenance files and added them to lightning callbacks WIP
jiribuchta Jul 21, 2026
6e15647
clean: removed unneded code
jiribuchta Jul 21, 2026
617c792
feat: Introduce EnvironmentCallback for environment metadata capture
jiribuchta Jul 22, 2026
d580ab6
fix: update manifest loading and improve MLFlow run handling
jiribuchta Jul 22, 2026
2be0a04
feat: enhance MLFlow run handling in ProvenanceCallback and MLFlowLogger
jiribuchta Jul 22, 2026
96f276c
fix: update .gitignore and refactor MLFlowLogger run initialization
jiribuchta Jul 22, 2026
3ece4bd
docs: update README for user and dataset registration process
jiribuchta Jul 22, 2026
c27f54d
feat: implement PROV-O document generation for user and dataset regis…
jiribuchta Jul 22, 2026
bb719a1
feat: enhance dataset and user registration with improved logging and…
jiribuchta Jul 22, 2026
e695e3a
feat: enhance type hinting and improve code readability across multip…
jiribuchta Jul 22, 2026
1153c47
feat: adding docstrings
jiribuchta Jul 22, 2026
c068114
feat: refactor __getattr__ to improve MLFlowLogger import handling
jiribuchta Jul 22, 2026
43ccd0c
feat: enhance error handling in _get_prov_prefixes and user lookup in…
jiribuchta Jul 22, 2026
746dc0b
feat: improve code formatting and readability across multiple files
jiribuchta Jul 22, 2026
322f0a2
feat: enhance get_prov_prefixes to validate JSON input and improve er…
jiribuchta Jul 22, 2026
72aff30
feat: add scikit-learn dependency and improve dataset verification logic
jiribuchta Jul 22, 2026
4270cc6
feat: Refactor provenance module: consolidate user registration and P…
jiribuchta Jul 22, 2026
4c2f9e9
feat: remove default MLflow tracking URI setup from provenance module
jiribuchta Jul 22, 2026
46494d9
feat: remove unused imports and deprecated __getattr__ function from …
jiribuchta Jul 22, 2026
8f41766
refactor: clean up whitespace and improve readability in provenance c…
jiribuchta Jul 22, 2026
43dce69
fix: ensure dataset_run_id is properly formatted and handle file clea…
jiribuchta Jul 22, 2026
e6c69a3
fix: format dataset_run_id assignment for improved readability in bui…
jiribuchta Jul 22, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -169,3 +169,9 @@ cython_debug/
# and can be added to the global gitignore or merged into this file. For a more nuclear
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
.idea/

# Prov
test_data
mlflow.db
mlartifacts
/example*
Loading
Loading