We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69e6162 commit 28c289fCopy full SHA for 28c289f
1 file changed
openml/runs/run.py
@@ -68,7 +68,7 @@ def _repr_pretty_(self, pp, cycle):
68
pp.text(str(self))
69
70
@classmethod
71
- def from_filesystem(cls, directory, expect_model=True):
+ def from_filesystem(cls, directory: str, expect_model: bool = True) -> 'OpenMLRun':
72
"""
73
The inverse of the to_filesystem method. Instantiates an OpenMLRun
74
object based on files stored on the file system.
0 commit comments