Commit a10b289f authored by Dr.李's avatar Dr.李

added execution pipeline to api

parent 570322c4
...@@ -31,6 +31,7 @@ from alphamind.model.data_preparing import fetch_data_package ...@@ -31,6 +31,7 @@ from alphamind.model.data_preparing import fetch_data_package
from alphamind.execution.naiveexecutor import NaiveExecutor from alphamind.execution.naiveexecutor import NaiveExecutor
from alphamind.execution.thresholdexecutor import ThresholdExecutor from alphamind.execution.thresholdexecutor import ThresholdExecutor
from alphamind.execution.targetvolexecutor import TargetVolExecutor from alphamind.execution.targetvolexecutor import TargetVolExecutor
from alphamind.execution.pipeline import ExecutionPipeline
from alphamind.utilities import alpha_logger from alphamind.utilities import alpha_logger
...@@ -59,5 +60,6 @@ __all__ = [ ...@@ -59,5 +60,6 @@ __all__ = [
'NaiveExecutor', 'NaiveExecutor',
'ThresholdExecutor', 'ThresholdExecutor',
'TargetVolExecutor', 'TargetVolExecutor',
'ExecutionPipeline',
'alpha_logger' 'alpha_logger'
] ]
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment