-
Notifications
You must be signed in to change notification settings - Fork 1
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
✨ [Feature request] - Add Seshat API example notebook showing prediction of complexity characteristics #17
Comments
I have experimented with creating an API end point to access all variables associated with a given polity. Perhaps this should be opened as a different issue on the side of the Seshat API Django app? |
@kallewesterling Ok good idea - it might be worth coordinating with @matildaperuzzo on that as she may be writing code which creates data in that format after downloading via the API - but if it can already be retrieved that way, this seems better |
Yeah -- Django has ways of optimising queries for Postgres so it's definitely worth us looking into it. @matildaperuzzo would you be able to share your code somehow, you think? |
In the code that I write the first thing I do after downloading the data is to group it by polity. ` def add_dataset(self, key, url):
` |
Description of Improvement
Initial Hypotheses/ideas:
After having read this paper:
Notebook idea: Rather than replicating the Principal Component analysis, which Matilda is doing, a simpler ML notebook could involve:
Dependencies
No response
Technical Notes
Definition of Done
The text was updated successfully, but these errors were encountered: