-
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
Add ClassifierProcess. #2
base: development
Are you sure you want to change the base?
Conversation
@chuehlien is this ready to be reviewed? Seems like travis is failing.. |
@aashish24 this is ready to be reviewed. Thanks! |
Add Gamma and Geary C processes for spatial autocorrelation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mostly LRTM, will give a it try by running it.
@@ -18,6 +18,8 @@ | |||
############################################################################### | |||
import logging | |||
import numpy as np | |||
import pandas as pd | |||
import json |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
to keep in sync with pep8 style, should we have a line between groups of imports?
Refactor required inputs & arguments
Add choropleth map classification process.