MCPcopy Create free account
hub / github.com/thuml/Time-Series-Library / __init__

Method __init__

exp/exp_classification.py:17–18  ·  view source on GitHub ↗
(self, args)

Source from the content-addressed store, hash-verified

15
16class Exp_Classification(Exp_Basic):
17 def __init__(self, args):
18 super(Exp_Classification, self).__init__(args)
19
20 def _build_model(self):
21 # model input depends on data

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected