topaz icon indicating copy to clipboard operation
topaz copied to clipboard

Bug with Topaz

Open win5tan opened this issue 4 months ago • 4 comments

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.

win5tan avatar Oct 15 '24 05:10 win5tan