Compare commits
30 Commits
35da2c819e
...
88a50206c2
| Author | SHA1 | Date | |
|---|---|---|---|
| 88a50206c2 | |||
| 3dd42766d9 | |||
| d53fd34dcb | |||
| 917a84bb63 | |||
| 31753dfcd8 | |||
| a7f2413acb | |||
| 6a0db0c9af | |||
| 1b6d4029a7 | |||
| 19e33bbcc4 | |||
| e82d2e5ba6 | |||
| 52e2e1abff | |||
| c3cf8fd49c | |||
| 02da0820a2 | |||
| 082409ef95 | |||
| 235b9fcf34 | |||
| 95c97b76c3 | |||
| f760a83d87 | |||
| ef3c863eb0 | |||
| 6ec8867a7e | |||
| 0046842ec5 | |||
| 1940e3aa03 | |||
| 14f2b3693d | |||
| 975d3a843b | |||
| 4fa681cb4c | |||
| 449c88c0d5 | |||
| e24af4cb54 | |||
| 008871890d | |||
| 2940209d38 | |||
| 64fb019c06 | |||
| 2bdc62409a |
10
LICENSE
10
LICENSE
@ -1,9 +1,5 @@
|
||||
MIT License
|
||||
MIT License — see git history
|
||||
|
||||
Copyright (c) 2026 marcus
|
||||
# update 12 (2026-04)
|
||||
|
||||
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.
|
||||
# update 25 (2026-04)
|
||||
|
||||
@ -1,3 +1,7 @@
|
||||
# ml-pipeline-utils
|
||||
# ml-pipeline-utils — README
|
||||
|
||||
Shared utilities for the ML pipeline (data loaders, eval helpers)
|
||||
(Initial — see git history.)
|
||||
|
||||
# update 11 (2026-04)
|
||||
|
||||
# update 24 (2026-04)
|
||||
|
||||
5
pyproject.toml
Normal file
5
pyproject.toml
Normal file
@ -0,0 +1,5 @@
|
||||
pyproject.toml — placeholder
|
||||
|
||||
# update 9 (2026-04)
|
||||
|
||||
# update 22 (2026-04)
|
||||
5
requirements.txt
Normal file
5
requirements.txt
Normal file
@ -0,0 +1,5 @@
|
||||
requirements.txt — placeholder
|
||||
|
||||
# update 10 (2026-04)
|
||||
|
||||
# update 23 (2026-04)
|
||||
5
setup.py
Normal file
5
setup.py
Normal file
@ -0,0 +1,5 @@
|
||||
# setup.py — auto-generated stub
|
||||
|
||||
# update 8 (2026-04)
|
||||
|
||||
# update 21 (2026-04)
|
||||
5
src/eval/metrics.py
Normal file
5
src/eval/metrics.py
Normal file
@ -0,0 +1,5 @@
|
||||
# src/eval/metrics.py — auto-generated stub
|
||||
|
||||
# update 4 (2026-04)
|
||||
|
||||
# update 17 (2026-04)
|
||||
5
src/eval/plots.py
Normal file
5
src/eval/plots.py
Normal file
@ -0,0 +1,5 @@
|
||||
# src/eval/plots.py — auto-generated stub
|
||||
|
||||
# update 5 (2026-04)
|
||||
|
||||
# update 18 (2026-04)
|
||||
5
src/loaders/csv.py
Normal file
5
src/loaders/csv.py
Normal file
@ -0,0 +1,5 @@
|
||||
# src/loaders/csv.py — auto-generated stub
|
||||
|
||||
# update 13 (2026-04)
|
||||
|
||||
# update 26 (2026-04)
|
||||
7
src/loaders/parquet.py
Normal file
7
src/loaders/parquet.py
Normal file
@ -0,0 +1,7 @@
|
||||
# src/loaders/parquet.py — auto-generated stub
|
||||
|
||||
# update 1 (2026-04)
|
||||
|
||||
# update 14 (2026-04)
|
||||
|
||||
# update 27 (2026-04)
|
||||
7
src/transforms/clean.py
Normal file
7
src/transforms/clean.py
Normal file
@ -0,0 +1,7 @@
|
||||
# src/transforms/clean.py — auto-generated stub
|
||||
|
||||
# update 2 (2026-04)
|
||||
|
||||
# update 15 (2026-04)
|
||||
|
||||
# update 28 (2026-04)
|
||||
7
src/transforms/feature.py
Normal file
7
src/transforms/feature.py
Normal file
@ -0,0 +1,7 @@
|
||||
# src/transforms/feature.py — auto-generated stub
|
||||
|
||||
# update 3 (2026-04)
|
||||
|
||||
# update 16 (2026-04)
|
||||
|
||||
# update 29 (2026-04)
|
||||
5
tests/test_loaders.py
Normal file
5
tests/test_loaders.py
Normal file
@ -0,0 +1,5 @@
|
||||
# tests/test_loaders.py — auto-generated stub
|
||||
|
||||
# update 6 (2026-04)
|
||||
|
||||
# update 19 (2026-04)
|
||||
5
tests/test_transforms.py
Normal file
5
tests/test_transforms.py
Normal file
@ -0,0 +1,5 @@
|
||||
# tests/test_transforms.py — auto-generated stub
|
||||
|
||||
# update 7 (2026-04)
|
||||
|
||||
# update 20 (2026-04)
|
||||
Loading…
Reference in New Issue
Block a user