re-structure
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user