sunkun1997 / mgtwr

47 stars 16 forks source link

Add MGWR model to the program #1

Closed TAOZI2022 closed 2 years ago

TAOZI2022 commented 2 years ago

Including the mgwr (multiscale geographically weighted regression) model in the program will make users more easier to compare GWR-related modes' results.

sunkun1997 commented 2 years ago

@TAOZI2022 I have added the MGWR model into the mgtwr package. You can fit MGWR model via pip install mgtwr==2.0.1 now. If necessary, you can read "jupyter notebook"/example.ipynb to know how to use it.

TAOZI2022 commented 2 years ago

Thank you so much for your work, and the added MGWR model works fine.