MCPcopy Create free account
hub / github.com/microsoft/qlib / main

Method main

examples/model_rolling/task_manager_rolling.py:106–110  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

104 print(collector())
105
106 def main(self):
107 self.reset()
108 tasks = self.task_generating()
109 self.task_training(tasks)
110 self.task_collecting()
111
112
113if __name__ == "__main__":

Callers

nothing calls this directly

Calls 4

resetMethod · 0.95
task_generatingMethod · 0.95
task_trainingMethod · 0.95
task_collectingMethod · 0.95

Tested by

no test coverage detected