bug fix with logs
This commit is contained in:
parent
8e997675f8
commit
523f7364f1
|
@ -192,9 +192,10 @@ class Learner(Process):
|
||||||
finally:
|
finally:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
_log[name] = self._df[name].dtypes.name
|
# _log[name] = self._df[name].dtypes.name
|
||||||
_log = {'action':'structure','input':_log}
|
# _log[name] = reader.meta()
|
||||||
self.log(**_log)
|
# _log = {'action':'structure','input':_log}
|
||||||
|
# self.log(**_log)
|
||||||
#
|
#
|
||||||
# convert the data to binary here ...
|
# convert the data to binary here ...
|
||||||
_schema = self.get_schema()
|
_schema = self.get_schema()
|
||||||
|
|
Loading…
Reference in New Issue