re-structure

This commit is contained in:
Yaojia Wang
2026-02-01 22:55:31 +01:00
parent 400b12a967
commit b602d0a340
176 changed files with 856 additions and 853 deletions

View File

@@ -324,7 +324,7 @@ Inference API PostgreSQL Training (ACI)
## Python API
```python
from inference.pipeline import InferencePipeline
from backend.pipeline import InferencePipeline
# 初始化
pipeline = InferencePipeline(
@@ -350,8 +350,8 @@ if result.cross_validation:
```
```python
from inference.pipeline.payment_line_parser import PaymentLineParser
from inference.pipeline.customer_number_parser import CustomerNumberParser
from backend.pipeline.payment_line_parser import PaymentLineParser
from backend.pipeline.customer_number_parser import CustomerNumberParser
# Payment Line 解析
parser = PaymentLineParser()