topaz
topaz copied to clipboard
Bug with Topaz
Hi there, it looks like there's a bug with Topaz. The line where it is erroring is bad.
It should be:
pd.concat(groups_train, axis=0)
Instead of
pd.concat(groups_train, 0) <--- BAD!
Could the developers please debug/fix it? Thanks a lot.