Open Mr-YKS opened 4 years ago
when I run example in adacost package, the python notes AttributeError: 'AdaCost' object has no attribute '_validate_X_predict'. thanks.
I got the same problem when I ran it. Did you solve it?
when I run example in adacost package, the python notes AttributeError: 'AdaCost' object has no attribute '_validate_X_predict'. thanks.
I got the same problem when I ran it. Did you solve it?
I think man can use '_check_X' instead of '_validate_X_predict' in methods 'predict' and 'predict_proba'.
@Mr-YKS & @carrieMrJ, fixed the issue. Please try again and let me know if it works.
when I run example in adacost package, the python notes AttributeError: 'AdaCost' object has no attribute '_validate_X_predict'. thanks.