Skip to content
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 migration changes v1 => v2 #6

Open
extreme4all opened this issue Oct 8, 2023 · 2 comments
Open

list migration changes v1 => v2 #6

extreme4all opened this issue Oct 8, 2023 · 2 comments
Labels
help wanted Extra attention is needed

Comments

@extreme4all
Copy link
Contributor

when going from v1 to v2 there are some changes, create a migration.md file listing the changes as such that the java developers of the runelite plugin can implement these.

@extreme4all extreme4all added the help wanted Extra attention is needed label Oct 8, 2023
@extreme4all extreme4all moved this to 📋 Backlog in Bot Detector backlog Oct 8, 2023
@extreme4all
Copy link
Contributor Author

extreme4all commented Oct 8, 2023

Machine learning repository:

The repository should consume from the scraper topic (replaces: get_prediction_data())
The repository should produce to the prediction topic (should do: post_prediction())

get_player_data & get_hiscore_data are for model training purposes and should not be part of the production model

@extreme4all
Copy link
Contributor Author

plugin:

DETECTION("v1/report") - Yes (v2/reports)
PLAYER_STATS_PASSIVE("v1/report/count"), => /v2/players/score
PLAYER_STATS_MANUAL("v1/report/manual/count") => /v2/players/score
PREDICTION("v1/prediction") => /v2/prediction

missing:
PLAYER_STATS_FEEDBACK("v1/feedback/count")
FEEDBACK("v1/feedback/")
VERIFY_DISCORD("site/discord_user/")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant