You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @takumi1001, thanks for reporting this issue. I'll try to fix it later.
Actually, there is a quick fix: override fit_predict and fit_predict_proba methods in OneCoinDawidSkene. And the implementation is the same as the old methods used in DawidSkene class. With this approach, we can keep OneCoinDawidSkene behavior as before without sacrificing readability. @dustalov What do you think about this?
@shenxiangzhuang, please override the necessary methods and add corresponding tests to address potential inheritance issues in the future. Once that's done, I'll proceed with shipping the release.
Observed behavior
In crowd-kit 1.4.0 and later, the following error occurs when running
fit_predict()
onOneCoinDawidSkene
.Code (Same as the example in docs):
Error:
I believe the following commits are related to this issue:
e67d3a7
Expected behavior
The argument problem is fixed and the algorithm runs successfully.
In
1.3.0.post0
, this issue is not caused.Thank you for reading my issue.
I appreciate the all contributors of the crowd-kit.
Python Version
3.1
Crowd-Kit Version
1.4.1
Other Packages Versions
No response
Example code
Relevant log output
The text was updated successfully, but these errors were encountered: