FastGWR icon indicating copy to clipboard operation
FastGWR copied to clipboard

Fast Geographically Weighted Regression (FastGWR)

Results 2 FastGWR issues
Sort by recently updated
recently updated
newest added

李博士 你好: 为了保证我的表述准确,请允许我先以中文叙述,后我会以英文再次叙述我的问题以保证讨论能被尽可能多的人理解。 考虑到大量的数据往往是存在时间动态的,但mgwr或gwr并没有解决这一点,而当前已有的广泛使用的模型gtwr考虑了时间但没有考虑不同自变量的多尺度问题,也因此有了mgtwr方法,该方法在github上同样有共享库(https://github.com/sunkun1997/mgtwr)。 然而正如fastgwr方法所讨论的核心问题一样,我现在正试图处理百万级别时空Postion的数据,该方法的应用包括gtwr方法在内都要求几十t的内存,这无疑是不可能的。 请问是否可以在您的工具里添加gtwr方法或更进一步添加mgtwr方法? 谢谢你的阅读,期待您的回复。 Hello, Dr. Li. In order to make sure that my statement is accurate, please allow me to state my question in Chinese first,...

Hello, Thank you for sharing the great code of Fast GWR. I have used my own file like below. zillow = pd.read_csv("model.csv",sep=',') zillow.head() But I have got the below error....