param fix
This commit is contained in:
parent
c795404e7f
commit
a7c768bb40
|
@ -430,7 +430,7 @@ class Dataset:
|
|||
"""
|
||||
return self.training, self.test
|
||||
|
||||
def stats(self, show):
|
||||
def stats(self, show=True):
|
||||
"""
|
||||
Returns (and eventually prints) a dictionary with some stats of this dataset. E.g.,:
|
||||
|
||||
|
|
Loading…
Reference in New Issue