mirror of
https://github.com/NicolasBohn/NexQuant.git
synced 2026-08-06 03:27:44 +00:00
refine class design and inheritance first version code (#41)
* refine class design and inheritance first version code * fix all typos --------- Co-authored-by: xuyang1 <xuyang1@microsoft.com>
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
from rdagent.components.task_implementation.factor_implementation.factor import (
|
||||
FactorTask,
|
||||
)
|
||||
from rdagent.core.experiment import Loader
|
||||
|
||||
|
||||
class FactorTaskLoader(Loader[FactorTask]):
|
||||
pass
|
||||
|
||||
|
||||
class ModelTaskLoader(Loader[FactorTask]):
|
||||
pass
|
||||
Reference in New Issue
Block a user