Auto Train Error

My training was interrupted today, and now I can’t start a new one, it always gives me the error, since nothing was changed at the base, would it be possible to restart where the training left off?

 data_path = dset.prepare()

File “/app/env/lib/python3.10/site-packages/autotrain/dataset.py”, line 275, in prepare
return preprocessor.prepare()
File “/app/env/lib/python3.10/site-packages/autotrain/preprocessor/text.py”, line 83, in prepare
train_df[:, “autotrain_label”] = train_df[“autotrain_label”].astype(str)
File “/app/env/lib/python3.10/site-packages/pandas/core/frame.py”, line 4311, in setitem
self._set_item(key, value)
File “/app/env/lib/python3.10/site-packages/pandas/core/frame.py”, line 4527, in _set_item
key in self.columns
File “/app/env/lib/python3.10/site-packages/pandas/core/indexes/base.py”, line 5358, in contains
hash(key)
TypeError: nailable type: ‘slice’

Hi,

I have kind of the same error with this message:

File “/app/env/lib/python3.10/site-packages/autotrain/preprocessor/text.py”, line 83, in prepare
train_df[:, “autotrain_label”] = train_df[“autotrain_label”].astype(str)
File “/app/env/lib/python3.10/site-packages/pandas/core/frame.py”, line 4311, in setitem
self._set_item(key, value)
File “/app/env/lib/python3.10/site-packages/pandas/core/frame.py”, line 4527, in _set_item
key in self.columns
File “/app/env/lib/python3.10/site-packages/pandas/core/indexes/base.py”, line 5358, in contains
hash(key)
TypeError: unhashable type: ‘slice’

Have you find a solution?

Not yet, I’m still having problems.