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

Invert acled scores #793

Open
timlinux opened this issue Jan 28, 2025 · 0 comments
Open

Invert acled scores #793

timlinux opened this issue Jan 28, 2025 · 0 comments
Assignees

Comments

@timlinux
Copy link
Contributor

Currently the scale is set like this:

    event_scores = {
        "Battles": 0,
        "Explosions/Remote violence": 1,
        "Violence against civilians": 2,
        "Protests": 4,
        "Riots": 4,
    }

So I will update it to look like this rather:

    event_scores = {
        "Battles": 4,
        "Explosions/Remote violence": 3,
        "Violence against civilians": 2,
        "Protests": 1,
        "Riots": 1,
    }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant