Closed strukevych closed 1 month ago
Which version are you using?
Python 3.11 mljar 1.1.1
Thanks @strukevych, looks like it is some bug. PR are welcome!
hey @pplonski , i am keen on contributing and would like to gather more information to better understand the problem and work towards a resolution.
@pplonski , made a PR #679 . i think this will solve the issue for the _classes attribute in the KNieghborsAlgorithm
Thank you @Hk669, I've added comments to PR.
@Marchlak are we able to reproduce the issue, or it was fixed with 1.5 scikit-learn?
@pplonski I haven't encountered this problem
Current behavior: 'KNeighborsAlgorithm' object has no attribute 'classes_' Problem during computing permutation importance. Skipping ...
Expected: KNeighbors to be trained