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

Adbscan fix #120

Merged
merged 10 commits into from Jul 5, 2020
Merged

Adbscan fix #120

merged 10 commits into from Jul 5, 2020

Conversation

ljwolf
Copy link
Member

@ljwolf ljwolf commented Jun 11, 2020

This makes

  1. geopandas a function-level import
  2. adbscan (formally) a scikit-learn estimator by making its inheritance from _ClusterMixin and BaseEstimator explicit.

I don't think this affects anything, but it'd be good to check more than the existing test suite...

esda/adbscan.py Outdated Show resolved Hide resolved
@ljwolf
Copy link
Member Author

ljwolf commented Jul 3, 2020

Thank you for the review @weikang9009 @darribas!

This should now be ready to merge.

@ljwolf
Copy link
Member Author

ljwolf commented Jul 3, 2020

Not sure why the additional commits were introduced. Possibly through an erroneous rebase? Still, should not affect the core of the submission on adbscan.py?

@sjsrey
Copy link
Member

sjsrey commented Jul 4, 2020

Not sure why the additional commits were introduced. Possibly through an erroneous rebase? Still, should not affect the core of the submission on adbscan.py?

This should pass once #124 is merged.

@sjsrey sjsrey merged commit fffb6c1 into pysal:master Jul 5, 2020
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

Successfully merging this pull request may close these issues.

None yet

5 participants