FastGWR icon indicating copy to clipboard operation
FastGWR copied to clipboard

Fast GWR error

Open cdkang opened this issue 3 years ago • 1 comments

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. Please let me know how to fix it.

#Running FastGWR 1 Processor with auto bandwidth search !fastgwr run -np 1 -data model.csv -out results_adap.csv -adaptive -constant

Usage: fastgwr run [OPTIONS] Try 'fastgwr run --help' for help.

Error: no such option: -c

cdkang avatar Jan 16 '22 05:01 cdkang

Hi @cdkang Sorry for this delayed reply. I will look into this, but at the same time, you can drop the "-constant" argument in the call as by default it will add a constant. Let me know if you have any questions.

Ziqi-Li avatar Feb 26 '22 15:02 Ziqi-Li