Updata2
This commit is contained in:
16
etl_billiards/tasks/dws/index/__init__.py
Normal file
16
etl_billiards/tasks/dws/index/__init__.py
Normal file
@@ -0,0 +1,16 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
"""
|
||||
指数算法任务模块
|
||||
|
||||
包含:
|
||||
- RecallIndexTask: 客户召回指数计算任务
|
||||
- IntimacyIndexTask: 客户-助教亲密指数计算任务
|
||||
"""
|
||||
|
||||
from .recall_index_task import RecallIndexTask
|
||||
from .intimacy_index_task import IntimacyIndexTask
|
||||
|
||||
__all__ = [
|
||||
'RecallIndexTask',
|
||||
'IntimacyIndexTask',
|
||||
]
|
||||
Reference in New Issue
Block a user