param fix

This commit is contained in:
Alejandro Moreo Fernandez 2022-06-16 16:38:34 +02:00
parent c795404e7f
commit a7c768bb40
1 changed files with 1 additions and 1 deletions

View File

@ -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.,: