-
Notifications
You must be signed in to change notification settings - Fork 220
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
List of confirmed cheaters #1378
Comments
This comment has been minimized.
This comment has been minimized.
BTW we have a plagiarism service in the works. Its being built for Qualified but we will use it for CW to detect cheaters as well. We also no longer allow banned users to delete their account or change their name. So any user who wants to use an identifiable name that means anything to them, once they get caught, they are stuck that way. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
One approach that I've been (personally) looking into recently is to use So I compared solutions for SKI kata by those two (by the way, you can run this on Codewars :)). from sklearn.feature_extraction.text import TfidfVectorizer
from sklearn.metrics.pairwise import linear_kernel
v = TfidfVectorizer().fit_transform([xenoexploratorSKI, aditya7iyengarSKI])
print(linear_kernel(v[0:1], v).flatten())
# [ 1. 0.43158685] I'd say that's already pretty high for advanced kata. And after removing comments, the similarity increases to |
jhoffner I really don't want to publicly shame CW cheaters here but recently there seems to be an increase in the number of cheaters who aren't getting banned quick enough. Some cheaters have already lingered for months, wearing a
1 kyu
/1 dan
badge when they actually don't deserve it. If this doesn't stop quickly, the morale of genuine Codewarriors may be damaged and CW will gradually lose their trust. So, here is a list of confirmed cheaters:- https://www.codewars.com/users/aditya7iyengar(edit: handled)(List to be updated as more and more cheaters are discovered/confirmed)
┆Issue is synchronized with this Clickup by Unito
The text was updated successfully, but these errors were encountered: