You've already forked RekomenciBackend
feat(): prediction pipeline
This commit is contained in:
@@ -41,7 +41,7 @@ async def main() -> None:
|
||||
ml_container = make_ml_ioc(ml_configuration)
|
||||
|
||||
csv_path = Path("filtered_vacancies.csv")
|
||||
max_records = 51
|
||||
max_records = 1000
|
||||
|
||||
try:
|
||||
async with backend_container() as backend_request_container, ml_container() as ml_request_container:
|
||||
|
||||
Reference in New Issue
Block a user