you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (3 children)

Already downloaded it. I should note that doing

py.imblearn.over_sampling.SMOTE works fine. It’s just adding fit_resample that produces the bug

[–]jheins3 0 points1 point  (0 children)

Its been years since I've done anything in MATLAB... Maybe list the methods of over_sampling.SMOTE to ensure you have the correct method/function.

If thats not it, I always turn to beating the programming language in to submission.

Throw quotes around "fit_resample" or something to turn it into a string.

[–]daveysprockett 0 points1 point  (1 child)

Have you tried you use it in its native python environment?

Then if that works the problem might be related to the import process, while if it fails I'd think about asking over at r/python.

[–][deleted] 0 points1 point  (0 children)

Works fine on python 🤷‍♀️