mirror of
https://github.com/NicolasBohn/NexQuant.git
synced 2026-08-06 03:27:44 +00:00
13 lines
282 B
Python
13 lines
282 B
Python
|
|
from rdagent.components.task_implementation.factor_implementation.factor import (
|
||
|
|
FactorExperiment,
|
||
|
|
)
|
||
|
|
from rdagent.core.experiment import Loader
|
||
|
|
|
||
|
|
|
||
|
|
class FactorExperimentLoader(Loader[FactorExperiment]):
|
||
|
|
pass
|
||
|
|
|
||
|
|
|
||
|
|
class ModelExperimentLoader(Loader[FactorExperiment]):
|
||
|
|
pass
|