bug fix with logs

This commit is contained in:
Steve Nyemba 2023-08-08 09:48:22 -05:00
parent 8e997675f8
commit 523f7364f1
1 changed files with 4 additions and 3 deletions

View File

@ -192,9 +192,10 @@ class Learner(Process):
finally:
pass
_log[name] = self._df[name].dtypes.name
_log = {'action':'structure','input':_log}
self.log(**_log)
# _log[name] = self._df[name].dtypes.name
# _log[name] = reader.meta()
# _log = {'action':'structure','input':_log}
# self.log(**_log)
#
# convert the data to binary here ...
_schema = self.get_schema()