generated from felixm/defaultpy
Implement numpy based prediction feature
This commit is contained in:
@@ -50,6 +50,7 @@ class Config(BaseModel):
|
||||
output_file: Path = Path("output.ldg")
|
||||
csv_configs: List[CsvConfig]
|
||||
categories: List[str]
|
||||
model: Path = Path("transaction_classifier.pkl")
|
||||
|
||||
|
||||
class Mapping(BaseModel):
|
||||
|
||||
Reference in New Issue
Block a user