mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-11 23:06:58 +08:00
fix data provider init bug
This commit is contained in:
@@ -14,7 +14,7 @@ class BaseModel(Serializable, metaclass=abc.ABCMeta):
|
||||
pass
|
||||
|
||||
def __call__(self, *args, **kwargs) -> object:
|
||||
""" levarge Python syntactic sugar to make the models' behaviors like functions """
|
||||
""" leverage Python syntactic sugar to make the models' behaviors like functions """
|
||||
return self.predict(*args, **kwargs)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user