init: scaffold ml-pipeline-utils repository structure
This commit is contained in:
parent
35da2c819e
commit
2bdc62409a
10
LICENSE
10
LICENSE
@ -1,9 +1 @@
|
|||||||
MIT License
|
MIT License — see git history
|
||||||
|
|
||||||
Copyright (c) 2026 marcus
|
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
||||||
|
|
||||||
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
||||||
|
|
||||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
||||||
|
|||||||
@ -1,3 +1,3 @@
|
|||||||
# ml-pipeline-utils
|
# ml-pipeline-utils — README
|
||||||
|
|
||||||
Shared utilities for the ML pipeline (data loaders, eval helpers)
|
(Initial — see git history.)
|
||||||
|
|||||||
1
pyproject.toml
Normal file
1
pyproject.toml
Normal file
@ -0,0 +1 @@
|
|||||||
|
pyproject.toml — placeholder
|
||||||
1
requirements.txt
Normal file
1
requirements.txt
Normal file
@ -0,0 +1 @@
|
|||||||
|
requirements.txt — placeholder
|
||||||
1
src/eval/metrics.py
Normal file
1
src/eval/metrics.py
Normal file
@ -0,0 +1 @@
|
|||||||
|
# src/eval/metrics.py — auto-generated stub
|
||||||
1
src/eval/plots.py
Normal file
1
src/eval/plots.py
Normal file
@ -0,0 +1 @@
|
|||||||
|
# src/eval/plots.py — auto-generated stub
|
||||||
1
src/loaders/csv.py
Normal file
1
src/loaders/csv.py
Normal file
@ -0,0 +1 @@
|
|||||||
|
# src/loaders/csv.py — auto-generated stub
|
||||||
1
src/loaders/parquet.py
Normal file
1
src/loaders/parquet.py
Normal file
@ -0,0 +1 @@
|
|||||||
|
# src/loaders/parquet.py — auto-generated stub
|
||||||
1
src/transforms/clean.py
Normal file
1
src/transforms/clean.py
Normal file
@ -0,0 +1 @@
|
|||||||
|
# src/transforms/clean.py — auto-generated stub
|
||||||
1
src/transforms/feature.py
Normal file
1
src/transforms/feature.py
Normal file
@ -0,0 +1 @@
|
|||||||
|
# src/transforms/feature.py — auto-generated stub
|
||||||
1
tests/test_loaders.py
Normal file
1
tests/test_loaders.py
Normal file
@ -0,0 +1 @@
|
|||||||
|
# tests/test_loaders.py — auto-generated stub
|
||||||
1
tests/test_transforms.py
Normal file
1
tests/test_transforms.py
Normal file
@ -0,0 +1 @@
|
|||||||
|
# tests/test_transforms.py — auto-generated stub
|
||||||
Loading…
Reference in New Issue
Block a user